From f2eda879c3b36a2ae90988eaad3fbac81436e523 Mon Sep 17 00:00:00 2001 From: qingwangrh Date: Wed, 5 Jul 2023 03:54:58 -0400 Subject: [PATCH] qsd_blockdev_check:fix qcow2 format support Explicitly declare the image format. Avoid mismatches with default value. Signed-off-by: qingwangrh --- qemu/tests/cfg/qsd_blockdev_check.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qemu/tests/cfg/qsd_blockdev_check.cfg b/qemu/tests/cfg/qsd_blockdev_check.cfg index a46cedd728..98d435336b 100644 --- a/qemu/tests/cfg/qsd_blockdev_check.cfg +++ b/qemu/tests/cfg/qsd_blockdev_check.cfg @@ -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;"