From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9eRk-0002OL-A6 for qemu-devel@nongnu.org; Mon, 19 Mar 2012 11:24:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9eRe-0003UZ-3Y for qemu-devel@nongnu.org; Mon, 19 Mar 2012 11:24:31 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:45392) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9eRd-0003U4-U1 for qemu-devel@nongnu.org; Mon, 19 Mar 2012 11:24:26 -0400 Received: by dadp14 with SMTP id p14so11163167dad.4 for ; Mon, 19 Mar 2012 08:24:23 -0700 (PDT) Message-ID: <4F674FA3.8070704@codemonkey.ws> Date: Mon, 19 Mar 2012 10:24:19 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1332157685-31701-2-git-send-email-stefano.stabellini@eu.citrix.com> <20120319120240.3aa0d6bf@doriath.home> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v8 2/6] Introduce "xen-save-devices-state" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: "jan.kiszka@siemens.com" , "avi@redhat.com" , "xen-devel@lists.xensource.com" , "qemu-devel@nongnu.org" , Luiz Capitulino On 03/19/2012 10:16 AM, Stefano Stabellini wrote: > On Mon, 19 Mar 2012, Luiz Capitulino wrote: >>> - add an "is_ram" flag to SaveStateEntry; >>> >>> - register_savevm_live sets is_ram for live_savevm devices; >>> >>> - introduce a "xen-save-devices-state" QAPI command that can be used to save >>> the state of all devices, but not the RAM or the block devices of the >>> VM. >> >> Is this series expected to go in through the QMP queue? > > That would be OK. Otherwise I was going to submit a pull request to > Anthony as soon as you ack the second patch. I'd prefer Stefano do a pull request. I'm happy with the level of reviews to merge this. Regards, Anthony Liguori