From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9e6n-0005vU-7Z for qemu-devel@nongnu.org; Mon, 19 Mar 2012 11:02:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9e6f-0007dN-6O for qemu-devel@nongnu.org; Mon, 19 Mar 2012 11:02:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57862) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9e6e-0007dG-Uc for qemu-devel@nongnu.org; Mon, 19 Mar 2012 11:02:45 -0400 Date: Mon, 19 Mar 2012 12:02:40 -0300 From: Luiz Capitulino Message-ID: <20120319120240.3aa0d6bf@doriath.home> In-Reply-To: <1332157685-31701-2-git-send-email-stefano.stabellini@eu.citrix.com> References: <1332157685-31701-2-git-send-email-stefano.stabellini@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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, xen-devel@lists.xensource.com, qemu-devel@nongnu.org, anthony@codemonkey.ws, avi@redhat.com On Mon, 19 Mar 2012 11:48:01 +0000 Stefano Stabellini 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?