mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
16ebf10f34
This new element is there to represent PCI-Express capabilities of a PCI devices, like link speed, number of lanes, etc. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
27 lines
1.1 KiB
XML
27 lines
1.1 KiB
XML
<device>
|
|
<name>pci_0000_03_00_0</name>
|
|
<parent>pci_0000_00_1c_1</parent>
|
|
<capability type='pci'>
|
|
<domain>0</domain>
|
|
<bus>3</bus>
|
|
<slot>0</slot>
|
|
<function>0</function>
|
|
<product id='0x4238'>Centrino Ultimate-N 6300</product>
|
|
<vendor id='0x8086'>Intel Corporation</vendor>
|
|
<iommuGroup number='8'>
|
|
<address domain='0x0000' bus='0x00' slot='0x1c' function='0x0'/>
|
|
<address domain='0x0000' bus='0x00' slot='0x1c' function='0x1'/>
|
|
<address domain='0x0000' bus='0x00' slot='0x1c' function='0x3'/>
|
|
<address domain='0x0000' bus='0x00' slot='0x1c' function='0x4'/>
|
|
<address domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
|
|
<address domain='0x0000' bus='0x0d' slot='0x00' function='0x0'/>
|
|
<address domain='0x0000' bus='0x0d' slot='0x00' function='0x1'/>
|
|
<address domain='0x0000' bus='0x0d' slot='0x00' function='0x3'/>
|
|
</iommuGroup>
|
|
<pci-express>
|
|
<link validity='cap' port='1' speed='2.5' width='1'/>
|
|
<link validity='sta' speed='2.5' width='1'/>
|
|
</pci-express>
|
|
</capability>
|
|
</device>
|