Searched hist:"74 fe54f2a1b5c4f4498a8fe521e1dfc936656cd4" (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/ |
H A D | blockdev.c | diff 6db5f5d68e2ffc430ba0511e23fc36c7363510f1 Thu Aug 08 09:45:16 CDT 2013 Mike Qiu <qiudayu@linux.vnet.ibm.com> block: Bugfix 'format' and 'snapshot' used in drive option
When use -drive file='xxx',format=qcow2,snapshot=on the error message "Can't use snapshot=on with driver-specific options" can be show, and fail to start the qemu.
This should not be happened, and there is no file.driver option in qemu command line.
It is because the commit 74fe54f2a1b5c4f4498a8fe521e1dfc936656cd4, it puts 'driver' option if the command line use 'format' option.
This patch is to solve this bug.
Signed-off-by: Mike Qiu <qiudayu@linux.vnet.ibm.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com> diff 74fe54f2a1b5c4f4498a8fe521e1dfc936656cd4 Tue Jul 09 04:09:02 CDT 2013 Kevin Wolf <kwolf@redhat.com> 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>
|
H A D | block.c | diff 74fe54f2a1b5c4f4498a8fe521e1dfc936656cd4 Tue Jul 09 04:09:02 CDT 2013 Kevin Wolf <kwolf@redhat.com> 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>
|