libvirt/tests/nodedevschemadata/pci_0000_00_02_0_header_type.xml
Martin Kletzander d77ffb6876 nodedev: Expose PCI header type
If we expose this information, which is one byte in every PCI config
file, we let all mgmt apps know whether the device itself is an endpoint
or not so it's easier for them to decide whether such device can be
passed through into a VM (endpoint) or not (*-bridge).

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1317531

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
2016-03-18 17:35:06 +01:00

16 lines
464 B
XML

<device>
<name>pci_0000_00_02_0</name>
<parent>computer</parent>
<capability type='pci'>
<domain>0</domain>
<bus>0</bus>
<slot>2</slot>
<function>0</function>
<product id='0x0416'>4th Gen Core Processor Integrated Graphics Controller</product>
<vendor id='0x8086'>Intel Corporation</vendor>
<iommuGroup number='1'>
<address domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
</iommuGroup>
</capability>
</device>