Displaying 2 results from an estimated 2 matches for "pci5px".
Did you mean:
pci5
2013 Dec 17
2
How to Position a Network Interface in Physical PCI Slot
...sition the Network Interface in Logical PCI Slot.]
I am NOT interested in using a PCI Pass-through from the Host.
currently running Fedora 19 with libvirt 1.2.0
I would like to create an network interface card on Physical Slot 5 so all
my network interfaces under the pci-bridge get detected as pci5px
Regards
Thiru
2013 Dec 17
0
Re: How to Position a Network Interface in Physical PCI Slot
...guest OS.
>
>
> I am NOT interested in using a PCI Pass-through from the Host.
>
> currently running Fedora 19 with libvirt 1.2.0
>
> I would like to create an network interface card on Physical Slot 5 so
> all my network interfaces under the pci-bridge get detected as pci5px
This should place the card in slot 5 of bus 0:
<interface type=....>
...
<address type='pci' domain='0' bus='0' slot='5' function='0'/>
</interface>
Showing up on a particular slot doesn't necessarily guarantee the...