From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50970) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUMYZ-0001sL-Em for qemu-devel@nongnu.org; Thu, 10 Oct 2013 16:10:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUMYU-0002JH-4K for qemu-devel@nongnu.org; Thu, 10 Oct 2013 16:09:59 -0400 Received: from mail-qe0-x231.google.com ([2607:f8b0:400d:c02::231]:58180) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUMYT-0002J9-Vl for qemu-devel@nongnu.org; Thu, 10 Oct 2013 16:09:54 -0400 Received: by mail-qe0-f49.google.com with SMTP id ff1so2244758qeb.8 for ; Thu, 10 Oct 2013 13:09:53 -0700 (PDT) Sender: fluxion From: Michael Roth Date: Thu, 10 Oct 2013 15:09:39 -0500 Message-Id: <1381435782-25524-1-git-send-email-mdroth@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL 0/3] qemu-ga: fsfreeze fix and guest-info extensions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: wudxw@linux.vnet.ibm.com, tomoki.sekiyama@hds.com, aliguori@amazon.com 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(-)