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>
17 lines
488 B
XML
17 lines
488 B
XML
<device>
|
|
<name>pci_0000_00_03_0</name>
|
|
<parent>computer</parent>
|
|
<capability type='pci'>
|
|
<domain>0</domain>
|
|
<bus>0</bus>
|
|
<slot>3</slot>
|
|
<function>0</function>
|
|
<product id='0x0c0c'>Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller</product>
|
|
<vendor id='0x8086'>Intel Corporation</vendor>
|
|
<iommuGroup number='2'>
|
|
<address domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
|
|
</iommuGroup>
|
|
<pci-express/>
|
|
</capability>
|
|
</device>
|