commit | 17b005f1d422d4581f8ce95b75d603deb081f4f3 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue May 27 10:50:29 2014 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Jun 26 13:51:01 2014 +0200 |
tree | f9dd3865a5ba53dbe08fe7c68608651c19e8cde3 | |
parent | 5e5c4f63f4a7f48f571ea5671bf8452fe9655cdd [diff] |
block: Always pass driver name through options QDict The "driver" entry in the options QDict is now only missing if we're opening an image with format probing. We also catch cases now where both the drv argument and a "driver" option is specified, e.g. by specifying -drive format=qcow2,driver=raw Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>