mbox

[PULL,0/1] qemu-ga patch queue (unbreak Travis-CI builds)

Message ID 1445609233-13498-1-git-send-email-mdroth@linux.vnet.ibm.com
State New
Headers show

Pull-request

git://github.com/mdroth/qemu.git tags/qga-pull-2015-10-23-tag

Message

Michael Roth Oct. 23, 2015, 2:07 p.m. UTC
The following changes since commit 147482ae35b896808af68c0051ad86d3aae12979:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-next-20151023' into staging (2015-10-23 13:09:09 +0100)

are available in the git repository at:


  git://github.com/mdroth/qemu.git tags/qga-pull-2015-10-23-tag

for you to fetch changes up to b3e9e584fcef49be8ca0c355d11030f0bf6231b0:

  tests: test-qga, loosen assumptions about host filesystems (2015-10-23 08:57:45 -0500)

----------------------------------------------------------------
qemu-ga patch queue

* unbreak qga-test unit test on travis-ci systems by not assuming a
  disk-based filesystem must be present

----------------------------------------------------------------
Michael Roth (1):
      tests: test-qga, loosen assumptions about host filesystems

 tests/test-qga.c | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Comments

Peter Maydell Oct. 23, 2015, 3:35 p.m. UTC | #1
On 23 October 2015 at 15:07, Michael Roth <mdroth@linux.vnet.ibm.com> wrote:
> The following changes since commit 147482ae35b896808af68c0051ad86d3aae12979:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-next-20151023' into staging (2015-10-23 13:09:09 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/mdroth/qemu.git tags/qga-pull-2015-10-23-tag
>
> for you to fetch changes up to b3e9e584fcef49be8ca0c355d11030f0bf6231b0:
>
>   tests: test-qga, loosen assumptions about host filesystems (2015-10-23 08:57:45 -0500)
>
> ----------------------------------------------------------------
> qemu-ga patch queue
>
> * unbreak qga-test unit test on travis-ci systems by not assuming a
>   disk-based filesystem must be present
>
> ----------------------------------------------------------------
> Michael Roth (1):
>       tests: test-qga, loosen assumptions about host filesystems
>
>  tests/test-qga.c | 12 +++++++-----
>  1 file changed, 7 insertions(+), 5 deletions(-)

Applied, thanks.

-- PMM