mbox

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

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

Pull-request

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

Message

Michael Roth March 6, 2017, 8:03 a.m. UTC
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(-)

Comments

Peter Maydell March 7, 2017, 9:09 a.m. UTC | #1
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