Re: [libvirt] [PATCH] RFC: Add blockdev-delete QMP command

2014-02-11 Thread Ian Main
On Mon, Feb 10, 2014 at 10:05:54AM -0700, Eric Blake wrote: > On 02/07/2014 04:15 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 when trying to do this via > > libvirt it doesn't work. This command seems t

Re: [libvirt] [PATCH] RFC: Add blockdev-delete QMP command

2014-02-11 Thread Ian Main
On Mon, Feb 10, 2014 at 09:52:29AM +0100, Markus Armbruster wrote: > Ian Main writes: > > > This is the sister command to blockdev-add. In Fam's example he uses > > the drive_del HMP command to clean up but when trying to do this via > > libvirt it doesn't work. This command seems to be needed

Re: [libvirt] [PATCH] RFC: Add blockdev-delete QMP command

2014-02-10 Thread Eric Blake
On 02/07/2014 04:15 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 when trying to do this via > libvirt it doesn't work. This command seems to be needed in order to > perform proper cleanup. > > Signed-off-by

Re: [libvirt] [PATCH] RFC: Add blockdev-delete QMP command

2014-02-10 Thread Markus Armbruster
Ian Main writes: > This is the sister command to blockdev-add. In Fam's example he uses > the drive_del HMP command to clean up but when trying to do this via > libvirt it doesn't work. This command seems to be needed in order to > perform proper cleanup. > > Signed-off-by: Ian Main Did you m

[libvirt] [PATCH] RFC: Add blockdev-delete QMP command

2014-02-07 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 when trying to do this via libvirt it doesn't work. This command seems to be needed in order to perform proper cleanup. Signed-off-by: Ian Main --- blockdev.c | 52 +