Re: [Qemu-devel] [PATCH 1/4] qmp: add block_stream command

2011-08-30 Thread Stefan Hajnoczi
On Tue, Aug 23, 2011 at 11:33:25AM -0500, Adam Litke wrote: > Under libvirt, I get the following error when trying to start a block > stream: > > qerror: bad call in function 'do_block_stream': > qerror: -> error format '{ 'class': 'NotSupported', 'data': {} }' not found > qerror: call at blockdev

Re: [Qemu-devel] [PATCH 1/4] qmp: add block_stream command

2011-08-23 Thread Adam Litke
Under libvirt, I get the following error when trying to start a block stream: qerror: bad call in function 'do_block_stream': qerror: -> error format '{ 'class': 'NotSupported', 'data': {} }' not found qerror: call at blockdev.c:808 2011-08-23 11:30:09.974: shutting down Is this patch missing a p

[Qemu-devel] [PATCH 1/4] qmp: add block_stream command

2011-08-23 Thread Stefan Hajnoczi
This patch introduces the block_stream HMP/QMP command. It is currently unimplemented and returns the 'NotSupported' error. block_stream Copy data from a backing file into a block device. The block streaming operation is performed in the background until the entire backing file has