]> git.proxmox.com Git - mirror_qemu.git/commit - blockdev.c
block: Allow "driver" option on the top level
authorKevin Wolf <kwolf@redhat.com>
Tue, 9 Jul 2013 09:09:02 +0000 (11:09 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 26 Jul 2013 19:10:11 +0000 (21:10 +0200)
commit74fe54f2a1b5c4f4498a8fe521e1dfc936656cd4
treeb5efc4e295cb91ea5d2a704ce6ceaca4f46a73ed
parent69dd62dfd60631ba69201d8a197fde1ece4b4df3
block: Allow "driver" option on the top level

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 <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
block.c
blockdev.c