From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFVtk-00021Q-6Q for qemu-devel@nongnu.org; Thu, 07 Aug 2014 18:11:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XFVtc-0006dt-HE for qemu-devel@nongnu.org; Thu, 07 Aug 2014 18:11:00 -0400 Received: from e32.co.us.ibm.com ([32.97.110.150]:58594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFVtc-0006dp-9B for qemu-devel@nongnu.org; Thu, 07 Aug 2014 18:10:52 -0400 Received: from /spool/local by e32.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 7 Aug 2014 16:10:51 -0600 Received: from b03cxnp08027.gho.boulder.ibm.com (b03cxnp08027.gho.boulder.ibm.com [9.17.130.19]) by d03dlp03.boulder.ibm.com (Postfix) with ESMTP id 5BF9619D8026 for ; Thu, 7 Aug 2014 16:10:38 -0600 (MDT) Received: from d03av01.boulder.ibm.com (d03av01.ahe.boulder.ibm.com [9.17.195.167]) by b03cxnp08027.gho.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s77M9UWu2818438 for ; Fri, 8 Aug 2014 00:09:30 +0200 Received: from d03av01.boulder.ibm.com (localhost [127.0.0.1]) by d03av01.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s77MAmlo022194 for ; Thu, 7 Aug 2014 16:10:49 -0600 From: Michael Roth Date: Thu, 7 Aug 2014 17:10:25 -0500 Message-Id: <1407449428-474-1-git-send-email-mdroth@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL 0/3] qga: support fsfreeze'ing specific mounts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, tomoki.sekiyama@hds.com Hello, Please pull the following changes, which add a new guest-fsfreeze-freeze-list command to qemu-ga that supports specifying specific mounts to freeze, and improves the introspection information from guest-info by explicitly blacklisting/reporting commands that aren't supported on a particular guest. The following changes since commit 2ee55b8351910e5dd898f52415064a4c5479baba: Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2014-08-07 14:54:47 +0100) are available in the git repository at: git://github.com/mdroth/qemu.git qga-pull-2014-08-07 for you to fetch changes up to 30043300803c1a16e3acedf973fc20a849e3be6e: qga: Disable unsupported commands by default (2014-08-07 16:59:41 -0500) ---------------------------------------------------------------- Tomoki Sekiyama (3): qga: Add guest-fsfreeze-freeze-list command qga: Add guest-get-fsinfo command qga: Disable unsupported commands by default qga/commands-posix.c | 508 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- qga/commands-win32.c | 47 +++++++++++++- qga/guest-agent-core.h | 1 + qga/main.c | 1 + qga/qapi-schema.json | 96 ++++++++++++++++++++++++++++ 5 files changed, 650 insertions(+), 3 deletions(-)