commit | 74fe54f2a1b5c4f4498a8fe521e1dfc936656cd4 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue Jul 09 11:09:02 2013 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Jul 26 21:10:11 2013 +0200 |
tree | b5efc4e295cb91ea5d2a704ce6ceaca4f46a73ed | |
parent | 69dd62dfd60631ba69201d8a197fde1ece4b4df3 [diff] |
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>