Re: [Qemu-devel] [RFC] block: convert block_stream command to QAPI

2011-11-04 Thread Stefan Hajnoczi
On Thu, Nov 03, 2011 at 01:51:54PM -0200, Luiz Capitulino wrote: > On Tue, 1 Nov 2011 18:08:16 + > Stefan Hajnoczi wrote: > > > Move from plain HMP/QMP command implementation to QAPI. The > > block_stream command takes arguments, returns nothing, may raise errors, > > and will raise a QMP e

Re: [Qemu-devel] [RFC] block: convert block_stream command to QAPI

2011-11-03 Thread Luiz Capitulino
On Tue, 1 Nov 2011 18:08:16 + Stefan Hajnoczi wrote: > Move from plain HMP/QMP command implementation to QAPI. The > block_stream command takes arguments, returns nothing, may raise errors, > and will raise a QMP event when the operation completes. > --- > Hi Luiz, > I converted block_strea

[Qemu-devel] [RFC] block: convert block_stream command to QAPI

2011-11-02 Thread Stefan Hajnoczi
Move from plain HMP/QMP command implementation to QAPI. The block_stream command takes arguments, returns nothing, may raise errors, and will raise a QMP event when the operation completes. --- Hi Luiz, I converted block_stream to QAPI. The in-tree examples are quite simple so far so I hope I've