From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1jU5-0002vn-OT for qemu-devel@nongnu.org; Mon, 30 Jun 2014 17:51:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1jU0-00087T-Um for qemu-devel@nongnu.org; Mon, 30 Jun 2014 17:51:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24181) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1jU0-00086p-MM for qemu-devel@nongnu.org; Mon, 30 Jun 2014 17:51:28 -0400 From: Tomoki Sekiyama Date: Mon, 30 Jun 2014 17:51:21 -0400 Message-ID: <20140630215121.7224.92913.stgit@dhcp-17-70.bos.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [RESEND PATCH v5 0/3] qga: Add guest-fsfreeze-freeze-list command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: mitsuhiro.tanino@hds.com, mdroth@linux.vnet.ibm.com Hi, As patch 3/3 was missing in the last post, I'm resending this patchset. === This is v5 patch for qemu-ga to add functions to freeze specific file systems mounted in a guest. Changes since v4: - PATCH 2: fix coding styles (spaces around operators) make decode_mntname() more generic rename functions to avoid leading '__' improve compatibility with older Linux - PATCH 3 (new in v5): disable unsupported commands by default (v4: http://lists.gnu.org/archive/html/qemu-devel/2014-06/msg01357.html) --- 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(-) -- Regards, Tomoki Sekiyama