Displaying 1 result from an estimated 1 matches for "pci_8086_2e24".
2012 Feb 03
3
Setting up a pci passthrough device
...virsh nodedev-list and lspci in the examples that I can
discern.
However, if I attempt to use the manufacturer and device
ids in the next step of the example, substituting those
used in the example with those reported on my own system,
then I get a device not found reported:
virsh nodedev-dumpxml pci_8086_2e24
error: Could not find matching device 'pci_8086_2e24'
error: Node device not found
If instead I use the pci device ids exactly as reported by
virsh nodedev-list then I get what I expect:
virsh nodedev-dumpxml pci_0000_00_03_0
<device>
<name>pci_0000_00_03_0</name>
&l...