Skip to content

Commit

Permalink
Merge pull request #5941 from Yingshun/intel_scsi_d
Browse files Browse the repository at this point in the history
vIOMMU: Fix incorrect disk driver setting issue
  • Loading branch information
chloerh authored Oct 18, 2024
2 parents 53d3adc + 7dbe09c commit a6e1e9c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
- scsi_controller:
test_devices = ["scsi"]
controller_dicts = [{'type': 'scsi', 'model': 'virtio-scsi','driver': {'iommu': 'on', 'ats': 'on'}}]
disk_dict = {'target': {'dev': 'sda', 'bus': 'scsi'}}
disk_driver = {'name': 'qemu', 'type': 'qcow2'}
disk_dict = {'target': {'dev': 'sda', 'bus': 'scsi'}, 'driver': ${disk_driver}}
cleanup_ifaces = no
- pcie_root_port_from_expander_bus:
test_devices = ["Eth", "block"]
Expand Down

0 comments on commit a6e1e9c

Please sign in to comment.