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
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
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