提交 7c7fcc44 编写于 作者: C Cong Li

qemu.tests.single_driver_install: workaround for windows system disk driver change problem.

do a workaround to avoid chaning system disk driver between virtio_blk and virtio_scsi, which will cause BSOD "INACCESSABLE_DEVICE" for lastest windows guests.
Signed-off-by: NCong Li <coli@redhat.com>
上级 610c0a4a
......@@ -26,6 +26,10 @@
backend_type = passthrough
filename_passthrough = /dev/random
- with_viostor:
# For latest windows guests, changing system disk driver between
# virtio_blk and virt_scsi will cause BSOD "INACCESSABLE_DEVICE".
# Do a workaround here to avoid such scenario.
no virtio_scsi
driver_name = viostor
device_name = "Red Hat VirtIO SCSI controller"
drive_format_image1 = ide
......@@ -36,6 +40,10 @@
force_create_image_stg = yes
remove_image_stg = yes
- with_vioscsi:
# For latest windows guests, changing system disk driver between
# virtio_blk and virt_scsi will cause BSOD "INACCESSABLE_DEVICE".
# Do a workaround here to avoid such scenario.
no virtio_blk
driver_name = vioscsi
device_name = "Red Hat VirtIO SCSI pass-through controller"
cd_format_fixed =ide
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册