From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60566) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qy7mG-0005ot-07 for qemu-devel@nongnu.org; Mon, 29 Aug 2011 15:45:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qy7mE-0002Bh-K4 for qemu-devel@nongnu.org; Mon, 29 Aug 2011 15:45:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24068) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qy7mE-0002BW-Cz for qemu-devel@nongnu.org; Mon, 29 Aug 2011 15:45:46 -0400 Date: Mon, 29 Aug 2011 16:45:32 -0300 From: Luiz Capitulino Message-ID: <20110829164532.4c66af53@doriath> In-Reply-To: <4E5BE59C.9040000@us.ibm.com> References: <1314104305-20523-1-git-send-email-stefanha@linux.vnet.ibm.com> <4E5BE59C.9040000@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] Image Streaming API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Kevin Wolf , Adam Litke , Stefan Hajnoczi , qemu-devel@nongnu.org On Mon, 29 Aug 2011 14:16:44 -0500 Anthony Liguori wrote: > On 08/23/2011 07:58 AM, Stefan Hajnoczi wrote: > > These patches put in place the image streaming QMP/HMP commands and > > documentation. Image streaming itself is not implemented by this patch series > > but the HMP/QMP commands that libvirt uses are implemented to return > > NotSupported. > > > > The Image Streaming API can be used to copy the contents of a backing file into > > the image file while the guest is running. The API is described on the wiki: > > http://wiki.qemu.org/Features/LiveBlockMigration/ImageStreamingAPI > > > > The point of this series is to commit QEMU to the API that we have worked out > > with libvirt. The QED Image Streaming series that I posted earlier provides an > > implementation for the QED image format only. I am currently working on a > > generic block layer implementation so that any format with backing file support > > can do image streaming. > > > > For reference, the QED-specific implementation lives here: > > http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/stream-command > > Luiz, can you bring this in through your tree with an Ack from Kevin. Sure.