Re: [Qemu-devel] [PATCH 06/10] block: Accept device model name for x-blockdev-remove-medium

2016-09-14 Thread Eric Blake
On 08/19/2016 11:50 AM, Kevin Wolf wrote: > In order to remove the necessity to use BlockBackend names in the > external API, we want to allow qdev device names in all device related > commands. > > This converts x-blockdev-remove-medium to accept a qdev device name. > > Signed-off-by: Kevin

[Qemu-devel] [PATCH 06/10] block: Accept device model name for x-blockdev-remove-medium

2016-08-19 Thread Kevin Wolf
In order to remove the necessity to use BlockBackend names in the external API, we want to allow qdev device names in all device related commands. This converts x-blockdev-remove-medium to accept a qdev device name. Signed-off-by: Kevin Wolf --- blockdev.c | 23