mbox

[PULL,0/3] qemu-ga: fsfreeze fix and guest-info extensions

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

Pull-request

git://github.com/mdroth/qemu.git qga-pull-2013-10-10

Message

Michael Roth Oct. 10, 2013, 8:09 p.m. UTC
Hi Anthony,

The following patches add support for indicating whether a guest
agent command returns a response, as well as a fix to unfreeze
filesystems LIFO order to avoid deadlocks in some cases where
images are loopback-mounted to frozen filesystem.

The following changes since commit f2c6bcfc2e15e1dc5c69c3e579ff2063068ecb85:

  Merge remote-tracking branch 'sstabellini/xen-2013-10-10' into staging (2013-10-10 10:03:38 -0700)

are available in the git repository at:


  git://github.com/mdroth/qemu.git qga-pull-2013-10-10

for you to fetch changes up to 0106dc4f05231b44f54fae5d0ee42031298588bd:

  qemu-ga: Extend 'guest-info' command to expose flag 'success-response' (2013-10-10 14:52:37 -0500)

----------------------------------------------------------------
Mark Wu (2):
      qemu-ga: Add interface to traverse the qmp command list by QmpCommand
      qemu-ga: Extend 'guest-info' command to expose flag 'success-response'

Tomoki Sekiyama (1):
      qemu-ga: execute fsfreeze-freeze in reverse order of mounts

 include/qapi/qmp/dispatch.h |    7 ++--
 qapi/qmp-registry.c         |   33 +++++++------------
 qga/commands-posix.c        |    4 +--
 qga/commands.c              |   39 +++++++++-------------
 qga/main.c                  |   75 +++++++++++++++++--------------------------
 qga/qapi-schema.json        |    5 ++-
 6 files changed, 69 insertions(+), 94 deletions(-)