Re: [Qemu-devel] [PATCH 2/8] qmp: Add QMP support for stream commands

2011-05-06 Thread Stefan Hajnoczi
On Fri, Apr 29, 2011 at 1:09 PM, Kevin Wolf wrote: > Am 27.04.2011 15:27, schrieb Stefan Hajnoczi: >> From: Anthony Liguori >> >> For leaf images with copy on read semantics, the stream commands allow the >> user >> to populate local blocks by manually streaming them from the backing image. >> O

Re: [Qemu-devel] [PATCH 2/8] qmp: Add QMP support for stream commands

2011-04-29 Thread Kevin Wolf
Am 27.04.2011 15:27, schrieb Stefan Hajnoczi: > From: Anthony Liguori > > For leaf images with copy on read semantics, the stream commands allow the > user > to populate local blocks by manually streaming them from the backing image. > Once all blocks have been streamed, the dependency on the or

[Qemu-devel] [PATCH 2/8] qmp: Add QMP support for stream commands

2011-04-27 Thread Stefan Hajnoczi
From: Anthony Liguori For leaf images with copy on read semantics, the stream commands allow the user to populate local blocks by manually streaming them from the backing image. Once all blocks have been streamed, the dependency on the original backing image can be removed. Therefore, stream com