[Qemu-devel] [PATCH 0/8] block: generic image streaming

2011-10-27 Thread Stefan Hajnoczi
This series adds the 'block_stream' command which copies the contents of a backing file into the image file while the VM is running. The series builds on copy-on-read and zero detection features which I sent out recently and I suggest grabbing my git tree to try it out without merging these depend

Re: [Qemu-devel] [PATCH 0/8] block: generic image streaming

2011-10-27 Thread Luiz Capitulino
On Thu, 27 Oct 2011 16:22:47 +0100 Stefan Hajnoczi wrote: > This series adds the 'block_stream' command which copies the contents of a > backing file into the image file while the VM is running. The series builds > on > copy-on-read and zero detection features which I sent out recently and I >

Re: [Qemu-devel] [PATCH 0/8] block: generic image streaming

2011-11-01 Thread Marcelo Tosatti
On Thu, Oct 27, 2011 at 04:22:47PM +0100, Stefan Hajnoczi wrote: > This series adds the 'block_stream' command which copies the contents of a > backing file into the image file while the VM is running. The series builds > on > copy-on-read and zero detection features which I sent out recently and

Re: [Qemu-devel] [PATCH 0/8] block: generic image streaming

2011-11-02 Thread Stefan Hajnoczi
On Tue, Nov 1, 2011 at 4:46 PM, Marcelo Tosatti wrote: > On Thu, Oct 27, 2011 at 04:22:47PM +0100, Stefan Hajnoczi wrote: >> This series adds the 'block_stream' command which copies the contents of a >> backing file into the image file while the VM is running.  The series builds >> on >> copy-on-