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

Michael Roth posted 3 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1488787422-30487-1-git-send-email-mdroth@linux.vnet.ibm.com
Test checkpatch passed
Test docker passed
qga/channel-posix.c  | 68 ++++++++++++++++++++++++++---------------------
qga/channel-win32.c  |  2 +-
qga/channel.h        |  3 ++-
qga/commands-posix.c |  5 +++-
qga/main.c           | 74 ++++++++++++++++++++++++++++++++++++++++++++++++----
tests/test-qga.c     |  4 ++-
6 files changed, 117 insertions(+), 39 deletions(-)
[Qemu-devel] [PULL for-2.9 0/3] qemu-ga patch queue for 2.9
Posted by Michael Roth 7 years ago
The following changes since commit 17783ac828adc694d986698d2d7014aedfeb48c6:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into staging (2017-03-04 16:31:14 +0000)

are available in the git repository at:

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

for you to fetch changes up to ec72c0e271f2b13953079a4f4dadb49ac5910b54:

  tests: check path to avoid a failing qga/get-vcpus test (2017-03-06 00:54:19 -0600)

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

* fix fsfreeze for filesystems mounted in multiple locations
* fix test failure when running in a chroot
* support for socket-based activation

----------------------------------------------------------------
Bruce Rogers (1):
      tests: check path to avoid a failing qga/get-vcpus test

Peter Lieven (1):
      qga: ignore EBUSY when freezing a filesystem

Stefan Hajnoczi (1):
      qga: add systemd socket activation support

 qga/channel-posix.c  | 68 ++++++++++++++++++++++++++---------------------
 qga/channel-win32.c  |  2 +-
 qga/channel.h        |  3 ++-
 qga/commands-posix.c |  5 +++-
 qga/main.c           | 74 ++++++++++++++++++++++++++++++++++++++++++++++++----
 tests/test-qga.c     |  4 ++-
 6 files changed, 117 insertions(+), 39 deletions(-)


Re: [Qemu-devel] [PULL for-2.9 0/3] qemu-ga patch queue for 2.9
Posted by Peter Maydell 7 years ago
On 6 March 2017 at 08:03, Michael Roth <mdroth@linux.vnet.ibm.com> wrote:
> The following changes since commit 17783ac828adc694d986698d2d7014aedfeb48c6:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into staging (2017-03-04 16:31:14 +0000)
>
> are available in the git repository at:
>
>   git://github.com/mdroth/qemu.git tags/qga-pull-2017-03-06-tag
>
> for you to fetch changes up to ec72c0e271f2b13953079a4f4dadb49ac5910b54:
>
>   tests: check path to avoid a failing qga/get-vcpus test (2017-03-06 00:54:19 -0600)
>
> ----------------------------------------------------------------
> qemu-ga patch queue for 2.9
>
> * fix fsfreeze for filesystems mounted in multiple locations
> * fix test failure when running in a chroot
> * support for socket-based activation
>
> ----------------------------------------------------------------
> Bruce Rogers (1):
>       tests: check path to avoid a failing qga/get-vcpus test
>
> Peter Lieven (1):
>       qga: ignore EBUSY when freezing a filesystem
>
> Stefan Hajnoczi (1):
>       qga: add systemd socket activation support
>
>  qga/channel-posix.c  | 68 ++++++++++++++++++++++++++---------------------
>  qga/channel-win32.c  |  2 +-
>  qga/channel.h        |  3 ++-
>  qga/commands-posix.c |  5 +++-
>  qga/main.c           | 74 ++++++++++++++++++++++++++++++++++++++++++++++++----
>  tests/test-qga.c     |  4 ++-
>  6 files changed, 117 insertions(+), 39 deletions(-)
>

Applied, thanks.

-- PMM