Re: [Qemu-devel] [RFC PATCH 10/11] block: Allow driver option on the top level

2013-07-11 Thread Eric Blake
On 07/09/2013 03:53 AM, Kevin Wolf wrote: This is traditionally -drive format=..., which is now translated into the new driver option. This gives us a more consistent way to select the driver of BlockDriverStates that can be used in QMP context, too. Signed-off-by: Kevin Wolf

[Qemu-devel] [RFC PATCH 10/11] block: Allow driver option on the top level

2013-07-09 Thread Kevin Wolf
This is traditionally -drive format=..., which is now translated into the new driver option. This gives us a more consistent way to select the driver of BlockDriverStates that can be used in QMP context, too. Signed-off-by: Kevin Wolf kw...@redhat.com --- block.c| 7 +++ blockdev.c | 20