Skip to content

Commit

Permalink
Merge pull request avocado-framework#3855 from yanglei-rh/2011
Browse files Browse the repository at this point in the history
qdevices: Add support for igb device to plug into pcie-root-port
  • Loading branch information
YongxueHong authored Mar 4, 2024
2 parents 8e73c24 + 9b31b55 commit 0a87c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virttest/qemu_devices/qdevices.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def is_pcie_device(self):
"""Check is it a pcie device"""
driver = self.get_param("driver", "")
pcie_drivers = ["e1000e", "vhost-vsock-pci", "qemu-xhci", "vfio-pci",
"vhost-user-fs-pci"]
"vhost-user-fs-pci", "igb"]
return (driver in pcie_drivers or driver.startswith("virtio-"))


Expand Down

0 comments on commit 0a87c54

Please sign in to comment.