libvirt/tests/nodedevschemadata/pci_0000_00_02_0_header_type.xml
Peter Krempa 3ae376535a virNodeDeviceCapPCIDefFormat: Use %u for unsigned values
'bus', 'slot' and 'function' are unsigned int variables parsed as
unsigned int, but were formated as signed.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2022-11-01 13:07:20 +01:00

17 lines
501 B
XML

<device>
<name>pci_0000_00_02_0</name>
<parent>computer</parent>
<capability type='pci'>
<class>0xffffff</class>
<domain>0</domain>
<bus>4294967295</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>