From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFVel-0003cW-Er for qemu-devel@nongnu.org; Thu, 07 Aug 2014 17:55:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XFVee-0002Ah-M6 for qemu-devel@nongnu.org; Thu, 07 Aug 2014 17:55:31 -0400 Received: from e7.ny.us.ibm.com ([32.97.182.137]:42668) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFVee-0002AV-GT for qemu-devel@nongnu.org; Thu, 07 Aug 2014 17:55:24 -0400 Received: from /spool/local by e7.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 7 Aug 2014 17:55:21 -0400 Received: from b01cxnp22033.gho.pok.ibm.com (b01cxnp22033.gho.pok.ibm.com [9.57.198.23]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id DC8C06E8048 for ; Thu, 7 Aug 2014 17:55:08 -0400 (EDT) Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by b01cxnp22033.gho.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s77LtJZS9896226 for ; Thu, 7 Aug 2014 21:55:19 GMT Received: from d01av03.pok.ibm.com (localhost [127.0.0.1]) by d01av03.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s77LtIge027061 for ; Thu, 7 Aug 2014 17:55:19 -0400 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth In-Reply-To: <20140630215121.7224.92913.stgit@dhcp-17-70.bos.redhat.com> References: <20140630215121.7224.92913.stgit@dhcp-17-70.bos.redhat.com> Message-ID: <20140807215518.31931.61788@loki> Date: Thu, 07 Aug 2014 16:55:18 -0500 Subject: Re: [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: Tomoki Sekiyama , qemu-devel@nongnu.org Cc: mitsuhiro.tanino@hds.com Quoting Tomoki Sekiyama (2014-06-30 16:51:21) > Hi, > = > As patch 3/3 was missing in the last post, I'm resending this patchset. > = > =3D=3D=3D > This is v5 patch for qemu-ga to add functions to freeze specific file sys= tems > 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) Thanks! Applied to qga tree: https://github.com/mdroth/qemu/commits/qga > = > --- > 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