Skip to content

Commit

Permalink
qsd_blockdev_check:fix qcow2 format support
Browse files Browse the repository at this point in the history
Explicitly declare the image format.
Avoid mismatches with default value.

Signed-off-by: qingwangrh <[email protected]>
  • Loading branch information
qingwangrh committed Jul 5, 2023
1 parent 4cc4a7d commit f2eda87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qemu/tests/cfg/qsd_blockdev_check.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
image_size_stg1 = 128M
image_name_stg2 = images/stg2
image_size_stg2 = 256M
image_format_stg1 = qcow2
image_format_stg2 = raw

qsd_cmd_lines += " --object iothread,id=iothread1;"

Expand Down

0 comments on commit f2eda87

Please sign in to comment.