From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40525) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFjmW-0001dZ-Hl for qemu-devel@nongnu.org; Fri, 08 Aug 2014 09:00:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XFjmO-0004b5-M9 for qemu-devel@nongnu.org; Fri, 08 Aug 2014 09:00:28 -0400 Received: from e39.co.us.ibm.com ([32.97.110.160]:42646) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFjmO-0004b0-DV for qemu-devel@nongnu.org; Fri, 08 Aug 2014 09:00:20 -0400 Received: from /spool/local by e39.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 8 Aug 2014 07:00:19 -0600 Received: from b01cxnp23034.gho.pok.ibm.com (b01cxnp23034.gho.pok.ibm.com [9.57.198.29]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id 589086E8045 for ; Fri, 8 Aug 2014 09:00:06 -0400 (EDT) Received: from d01av05.pok.ibm.com (d01av05.pok.ibm.com [9.56.224.195]) by b01cxnp23034.gho.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s78D08rM40304890 for ; Fri, 8 Aug 2014 13:00:16 GMT Received: from d01av05.pok.ibm.com (localhost [127.0.0.1]) by d01av05.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s78CxhGs019498 for ; Fri, 8 Aug 2014 08:59:44 -0400 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth In-Reply-To: References: <1407449428-474-1-git-send-email-mdroth@linux.vnet.ibm.com> <53E3FB4B.9040103@redhat.com> Message-ID: <20140808125925.24488.9080@loki> Date: Fri, 08 Aug 2014 07:59:25 -0500 Subject: Re: [Qemu-devel] [PULL 0/3] qga: support fsfreeze'ing specific mounts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Eric Blake Cc: QEMU Developers , Tomoki Sekiyama Quoting Peter Maydell (2014-08-08 06:12:34) > On 7 August 2014 23:18, Eric Blake wrote: > > On 08/07/2014 04:10 PM, Michael Roth wrote: > >> Please pull the following changes, which add a new guest-fsfreeze-free= ze-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 2ee55b8351910e5dd898f52415064a4c547= 9baba: > >> > >> Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' int= o 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 30043300803c1a16e3acedf973fc20a849e3be6= e: > >> > >> qga: Disable unsupported commands by default (2014-08-07 16:59:41 -0= 500) > >> > >> ---------------------------------------------------------------- > >> Tomoki Sekiyama (3): > >> qga: Add guest-fsfreeze-freeze-list command > >> qga: Add guest-get-fsinfo command > >> qga: Disable unsupported commands by default > > > > This series includes .json patches that call out 2.1 even though it is > > 2.2 material; I'm okay with deferring the fix to a followup patch if it > > is easier to not have to bother with a v2 pull request. > = > Michael, did you update the branch with the 2.1 to 2.2 changes? > It looks like the json says 2.2 now, but I don't see a new pull > request email... I tried to do a ninja edit a few minutes after sending but I think Eric caught it just before I pushed :) Will send a v2 with a new pull branch to be clear. > = > thanks > -- PMM