Re: [Qemu-devel] [PATCH 12/14] qapi: introduce change-blockdev

2011-08-25 Thread Luiz Capitulino
On Thu, 25 Aug 2011 09:21:02 -0500 Anthony Liguori wrote: > On 08/25/2011 09:09 AM, Luiz Capitulino wrote: > > On Wed, 24 Aug 2011 13:43:07 -0500 > > Anthony Liguori wrote: > > > >> A new QMP only command to change the blockdev associated with a block > >> device. > >> The semantics of change r

Re: [Qemu-devel] [PATCH 12/14] qapi: introduce change-blockdev

2011-08-25 Thread Anthony Liguori
On 08/25/2011 09:09 AM, Luiz Capitulino wrote: On Wed, 24 Aug 2011 13:43:07 -0500 Anthony Liguori wrote: A new QMP only command to change the blockdev associated with a block device. The semantics of change right now are just plain scary. This command introduces sane semantics. For more deta

Re: [Qemu-devel] [PATCH 12/14] qapi: introduce change-blockdev

2011-08-25 Thread Luiz Capitulino
On Wed, 24 Aug 2011 13:43:07 -0500 Anthony Liguori wrote: > A new QMP only command to change the blockdev associated with a block device. > The semantics of change right now are just plain scary. This command > introduces > sane semantics. For more details, see the documentation in the schema

Re: [Qemu-devel] [PATCH 12/14] qapi: introduce change-blockdev

2011-08-25 Thread Anthony Liguori
On 08/25/2011 08:47 AM, Kevin Wolf wrote: Am 25.08.2011 14:56, schrieb Anthony Liguori: On 08/25/2011 07:46 AM, Kevin Wolf wrote: Am 24.08.2011 20:43, schrieb Anthony Liguori: A new QMP only command to change the blockdev associated with a block device. The semantics of change right now are ju

Re: [Qemu-devel] [PATCH 12/14] qapi: introduce change-blockdev

2011-08-25 Thread Kevin Wolf
Am 25.08.2011 14:56, schrieb Anthony Liguori: > On 08/25/2011 07:46 AM, Kevin Wolf wrote: >> Am 24.08.2011 20:43, schrieb Anthony Liguori: >>> A new QMP only command to change the blockdev associated with a block >>> device. >>> The semantics of change right now are just plain scary. This command

Re: [Qemu-devel] [PATCH 12/14] qapi: introduce change-blockdev

2011-08-25 Thread Anthony Liguori
On 08/25/2011 07:46 AM, Kevin Wolf wrote: Am 24.08.2011 20:43, schrieb Anthony Liguori: A new QMP only command to change the blockdev associated with a block device. The semantics of change right now are just plain scary. This command introduces sane semantics. For more details, see the docume

Re: [Qemu-devel] [PATCH 12/14] qapi: introduce change-blockdev

2011-08-25 Thread Kevin Wolf
Am 24.08.2011 20:43, schrieb Anthony Liguori: > A new QMP only command to change the blockdev associated with a block device. > The semantics of change right now are just plain scary. This command > introduces > sane semantics. For more details, see the documentation in the schema file. Changes

[Qemu-devel] [PATCH 12/14] qapi: introduce change-blockdev

2011-08-24 Thread Anthony Liguori
A new QMP only command to change the blockdev associated with a block device. The semantics of change right now are just plain scary. This command introduces sane semantics. For more details, see the documentation in the schema file. Signed-off-by: Anthony Liguori --- blockdev.c | 108 +