Skip to content

Commit

Permalink
viommu: Fix pcie_to_pci_bridge_controller for aarch64
Browse files Browse the repository at this point in the history
1. Remove a case due to a WONTFIX issue(BZ2181309)
2. Remove incorrect checks

Signed-off-by: Yingshun Cui <[email protected]>
  • Loading branch information
Yingshun committed Oct 28, 2024
1 parent 9992aff commit 6c0b42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvirt/tests/cfg/sriov/vIOMMU/iommu_device_settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
disk_dict = {'target': {'dev': 'sda', 'bus': 'scsi'}, 'driver': ${disk_driver}}
cleanup_ifaces = no
- pcie_to_pci_bridge_controller:
test_devices = ["Eth", "block"]
controller_dicts = [{'type': 'pci', 'model': 'pcie-to-pci-bridge', 'pre_controller': 'pcie-root-port'}]
disk_dict = {'target': {'dev': 'vda', 'bus': 'virtio'}, 'device': 'disk', 'driver': ${disk_driver}, 'model': 'virtio-non-transitional'}
variants:
- virtio_non_transitional:
no smmuv3
iface_dict = {'source': {'network': 'default'}, 'driver': {'driver_attr': {'iommu': 'on'}},'type_name': 'network', 'model': 'virtio-non-transitional'}
- hostdev_iface:
only virtio
Expand Down

0 comments on commit 6c0b42c

Please sign in to comment.