Re: [Qemu-devel] [PATCH v3 3/4] block: Add 'x-blockdev-del' QMP command

2015-10-31 Thread Max Reitz
On 23.10.2015 14:03, Alberto Garcia wrote: > This command is still experimental, hence the name. > > This is the companion to 'blockdev-add'. It allows deleting a > BlockBackend with its associated BlockDriverState tree, or a > BlockDriverState that is not attached to any backend. > > In either c

[Qemu-devel] [PATCH v3 3/4] block: Add 'x-blockdev-del' QMP command

2015-10-23 Thread Alberto Garcia
This command is still experimental, hence the name. This is the companion to 'blockdev-add'. It allows deleting a BlockBackend with its associated BlockDriverState tree, or a BlockDriverState that is not attached to any backend. In either case, the command fails if the reference count is greater