mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
9840761fb4
There were few things done in the nodedev code but we were lacking tests for it. And because of that we missed that the schema was not updated either. Fix the schema and add various test files to show the schema is correct. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
27 lines
941 B
XML
27 lines
941 B
XML
<device>
|
|
<name>pci_0000_02_10_7</name>
|
|
<parent>pci_0000_00_04_0</parent>
|
|
<capability type='pci'>
|
|
<domain>0</domain>
|
|
<bus>2</bus>
|
|
<slot>16</slot>
|
|
<function>7</function>
|
|
<product id='0x10ca'>82576 Virtual Function</product>
|
|
<vendor id='0x8086'>Intel Corporation</vendor>
|
|
<capability type='virt_functions'>
|
|
<address domain='0x0000' bus='0x02' slot='0x00' function='0x2'/>
|
|
<address domain='0x0000' bus='0x02' slot='0x00' function='0x3'/>
|
|
<address domain='0x0000' bus='0x02' slot='0x00' function='0x4'/>
|
|
<address domain='0x0000' bus='0x02' slot='0x00' function='0x5'/>
|
|
</capability>
|
|
<iommuGroup number='31'>
|
|
<address domain='0x0000' bus='0x02' slot='0x10' function='0x7'/>
|
|
</iommuGroup>
|
|
<numa node='0'/>
|
|
<pci-express>
|
|
<link validity='cap' port='0' speed='2.5' width='4'/>
|
|
<link validity='sta' width='0'/>
|
|
</pci-express>
|
|
</capability>
|
|
</device>
|