未验证 提交 55eecb58 编写于 作者: X Xu Han 提交者: GitHub

Merge pull request #1507 from luckyh/win-driver

single_driver_install: Remove workaround
......@@ -50,10 +50,6 @@
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"
device_hwid = '"PCI\VEN_1AF4&DEV_1001" "PCI\VEN_1AF4&DEV_1042"'
......@@ -67,10 +63,6 @@
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"
device_hwid = '"PCI\VEN_1AF4&DEV_1004" "PCI\VEN_1AF4&DEV_1048"'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册