Re: [Qemu-devel] [PATCH v2] RFC: Add blockdev-del QMP command

2014-11-17 Thread William Dauchy
Hi, On Wed, Feb 12, 2014 at 6:36 PM, Ian Main wrote: > This is the sister command to blockdev-add. In Fam's example he uses > the drive_del HMP command to clean up but it would be much nicer to > have a way to do this via QMP. Is there any news on this subject? It seems like we still need to cl

Re: [Qemu-devel] [PATCH v2] RFC: Add blockdev-del QMP command

2014-02-18 Thread Markus Armbruster
Kevin Wolf writes: > Am 12.02.2014 um 18:36 hat Ian Main geschrieben: >> This is the sister command to blockdev-add. In Fam's example he uses >> the drive_del HMP command to clean up but it would be much nicer to >> have a way to do this via QMP. >> >> Signed-off-by: Ian Main > >> diff --git a

Re: [Qemu-devel] [PATCH v2] RFC: Add blockdev-del QMP command

2014-02-17 Thread Kevin Wolf
Am 14.02.2014 um 20:17 hat Ian Main geschrieben: > On Thu, Feb 13, 2014 at 09:59:40AM +0100, Kevin Wolf wrote: > > Am 12.02.2014 um 18:36 hat Ian Main geschrieben: > > > This is the sister command to blockdev-add. In Fam's example he uses > > > the drive_del HMP command to clean up but it would be

Re: [Qemu-devel] [PATCH v2] RFC: Add blockdev-del QMP command

2014-02-14 Thread Ian Main
On Thu, Feb 13, 2014 at 09:59:40AM +0100, Kevin Wolf wrote: > Am 12.02.2014 um 18:36 hat Ian Main geschrieben: > > This is the sister command to blockdev-add. In Fam's example he uses > > the drive_del HMP command to clean up but it would be much nicer to > > have a way to do this via QMP. > > >

Re: [Qemu-devel] [PATCH v2] RFC: Add blockdev-del QMP command

2014-02-13 Thread Kevin Wolf
Am 12.02.2014 um 18:36 hat Ian Main geschrieben: > This is the sister command to blockdev-add. In Fam's example he uses > the drive_del HMP command to clean up but it would be much nicer to > have a way to do this via QMP. > > Signed-off-by: Ian Main > diff --git a/qapi-schema.json b/qapi-schem

Re: [Qemu-devel] [PATCH v2] RFC: Add blockdev-del QMP command

2014-02-12 Thread Fam Zheng
On Wed, 02/12 09:36, Ian Main wrote: > This is the sister command to blockdev-add. In Fam's example he uses > the drive_del HMP command to clean up but it would be much nicer to > have a way to do this via QMP. > > Signed-off-by: Ian Main Thank you for doing this! > --- > > v2: > - s/blockdev

Re: [Qemu-devel] [PATCH v2] RFC: Add blockdev-del QMP command

2014-02-12 Thread Eric Blake
On 02/12/2014 10:36 AM, Ian Main wrote: > This is the sister command to blockdev-add. In Fam's example he uses > the drive_del HMP command to clean up but it would be much nicer to > have a way to do this via QMP. > > Signed-off-by: Ian Main > --- > Reviewed-by: Eric Blake Nice to finally ge

[Qemu-devel] [PATCH v2] RFC: Add blockdev-del QMP command

2014-02-12 Thread Ian Main
This is the sister command to blockdev-add. In Fam's example he uses the drive_del HMP command to clean up but it would be much nicer to have a way to do this via QMP. Signed-off-by: Ian Main --- v2: - s/blockdev-delete/blockdev-del - Fixed example. blockdev.c | 52 +