[Qemu-devel] [PULL for-2.9 0/2] qemu-ga patch queue for 2.9

Michael Roth posted 2 patches 6 years, 12 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1490932869-31217-1-git-send-email-mdroth@linux.vnet.ibm.com
Test checkpatch passed
Test docker passed
Test s390x passed
configure            | 7 +++++++
qga/commands-posix.c | 4 +++-
2 files changed, 10 insertions(+), 1 deletion(-)
[Qemu-devel] [PULL for-2.9 0/2] qemu-ga patch queue for 2.9
Posted by Michael Roth 6 years, 12 months ago
The following changes since commit df9046363220e57d45818312759b954c033c58ab:

  Update version for v2.9.0-rc2 release (2017-03-28 19:11:16 +0100)

are available in the git repository at:

  git://github.com/mdroth/qemu.git tags/qga-pull-2017-03-30-tag

for you to fetch changes up to 4eaf72029446ba693c63429475ce46348f65bf01:

  qga: Make qemu-ga compile statically for Windows (2017-03-30 21:47:25 -0500)

----------------------------------------------------------------
qemu-ga patch queue for 2.9

* fix make check failure of guest-get-fsinfo when nested virtual block
  device partitions are mounted in the test environment
* fix static compilation for mingw builds

----------------------------------------------------------------
Michael Roth (1):
      qga: don't fail if mount doesn't have slave devices

Sameeh Jubran (1):
      qga: Make qemu-ga compile statically for Windows

 configure            | 7 +++++++
 qga/commands-posix.c | 4 +++-
 2 files changed, 10 insertions(+), 1 deletion(-)


Re: [Qemu-devel] [PULL for-2.9 0/2] qemu-ga patch queue for 2.9
Posted by Peter Maydell 6 years, 12 months ago
On 31 March 2017 at 05:01, Michael Roth <mdroth@linux.vnet.ibm.com> wrote:
> The following changes since commit df9046363220e57d45818312759b954c033c58ab:
>
>   Update version for v2.9.0-rc2 release (2017-03-28 19:11:16 +0100)
>
> are available in the git repository at:
>
>   git://github.com/mdroth/qemu.git tags/qga-pull-2017-03-30-tag
>
> for you to fetch changes up to 4eaf72029446ba693c63429475ce46348f65bf01:
>
>   qga: Make qemu-ga compile statically for Windows (2017-03-30 21:47:25 -0500)
>
> ----------------------------------------------------------------
> qemu-ga patch queue for 2.9
>
> * fix make check failure of guest-get-fsinfo when nested virtual block
>   device partitions are mounted in the test environment
> * fix static compilation for mingw builds
>
> ----------------------------------------------------------------
> Michael Roth (1):
>       qga: don't fail if mount doesn't have slave devices
>
> Sameeh Jubran (1):
>       qga: Make qemu-ga compile statically for Windows
>
>  configure            | 7 +++++++
>  qga/commands-posix.c | 4 +++-
>  2 files changed, 10 insertions(+), 1 deletion(-)

Applied, thanks.

-- PMM