mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
change block layer to support both QemuOpts and QEMUOptionParamter
Change block layer to support both QemuOpts and QEMUOptionParameter. After this patch, it will change backend drivers one by one. At the end, QEMUOptionParameter will be removed and only QemuOpts is kept. Signed-off-by: Dong Xu Wang <wdongxu@linux.vnet.ibm.com> Signed-off-by: Chunyan Liu <cyliu@suse.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
4782183da3
commit
83d0521a1e
14 changed files with 184 additions and 114 deletions
|
@ -120,7 +120,7 @@ qemu-img: kilobytes, megabytes, gigabytes, terabytes, petabytes and exabytes.
|
|||
|
||||
qemu-img create -f qcow2 -o size=foobar TEST_DIR/t.qcow2
|
||||
qemu-img: Parameter 'size' expects a size
|
||||
qemu-img: TEST_DIR/t.qcow2: Invalid options for file format 'qcow2'.
|
||||
qemu-img: TEST_DIR/t.qcow2: Invalid options for file format 'qcow2'
|
||||
|
||||
== Check correct interpretation of suffixes for cluster size ==
|
||||
|
||||
|
|
|
@ -281,7 +281,7 @@ Lazy refcounts only supported with compatibility level 1.1 and above (use compat
|
|||
qemu-img: Error while amending options: Invalid argument
|
||||
Unknown compatibility level 0.42.
|
||||
qemu-img: Error while amending options: Invalid argument
|
||||
Unknown option 'foo'
|
||||
qemu-img: Invalid parameter 'foo'
|
||||
qemu-img: Invalid options for file format 'qcow2'
|
||||
Changing the cluster size is not supported.
|
||||
qemu-img: Error while amending options: Operation not supported
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue