From 9ca01c227c1eeb3595042f85d16157e00e2e02d9 Mon Sep 17 00:00:00 2001 From: qingwangrh Date: Tue, 9 Jun 2020 02:53:35 -0400 Subject: [PATCH] Disable data plane for scsi_cd Signed-off-by: qingwangrh --- qemu/tests/cfg/cdrom_block_size_check.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qemu/tests/cfg/cdrom_block_size_check.cfg b/qemu/tests/cfg/cdrom_block_size_check.cfg index 12798697..7022bd4c 100644 --- a/qemu/tests/cfg/cdrom_block_size_check.cfg +++ b/qemu/tests/cfg/cdrom_block_size_check.cfg @@ -5,6 +5,11 @@ cdrom_without_file = yes excepted_qmp_err = "Device '${test_cdroms}' is locked and force was not specified, " excepted_qmp_err += "wait for tray to open and try again" + virtio_scsi: + # disable iothread + iothread_scheme ?= + iothreads ?= + image_iothread ?= Linux: check_cdrom_size_cmd = cat /sys/block/sr0/size mount_cdrom_cmd = "mount %s %s" -- GitLab