Re: [Qemu-devel] [PATCH v4 06/15] qmp: add block_stream command

2012-01-12 Thread Stefan Hajnoczi
On Wed, Jan 11, 2012 at 5:23 PM, Luiz Capitulino wrote: > On Fri,  6 Jan 2012 14:01:32 + > Stefan Hajnoczi wrote: >> +- "error":    Error message (json-string) > > "error" is optional, so it should be "(json-string, optional)" > Ok. >> +# @base:   the common backing file name > > @base is o

Re: [Qemu-devel] [PATCH v4 06/15] qmp: add block_stream command

2012-01-11 Thread Luiz Capitulino
On Fri, 6 Jan 2012 14:01:32 + Stefan Hajnoczi wrote: > Add the block_stream command, which starts copy backing file contents > into the image file. Also add the BLOCK_JOB_COMPLETED QMP event which > is emitted when image streaming completes. Later patches add control > over the background

[Qemu-devel] [PATCH v4 06/15] qmp: add block_stream command

2012-01-06 Thread Stefan Hajnoczi
Add the block_stream command, which starts copy backing file contents into the image file. Also add the BLOCK_JOB_COMPLETED QMP event which is emitted when image streaming completes. Later patches add control over the background copy speed, cancelation, and querying running streaming operations.