mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
e4f0a55e79
Check if PCI bridges with duplicate indexes are rejected. PCI root controllers with non-zero indexes or addresses should also be rejected.
17 lines
494 B
XML
17 lines
494 B
XML
<domain type='qemu'>
|
|
<name>fdr-br</name>
|
|
<memory unit='KiB'>2097152</memory>
|
|
<currentMemory unit='KiB'>2097152</currentMemory>
|
|
<vcpu placement='static' cpuset='0-1'>2</vcpu>
|
|
<os>
|
|
<type arch='x86_64' machine='pc-1.2'>hvm</type>
|
|
<boot dev='hd'/>
|
|
</os>
|
|
<devices>
|
|
<emulator>/usr/libexec/qemu-kvm</emulator>
|
|
<controller type='pci' index='0' model='pci-root'>
|
|
<address type='pci' domain='0' bus='0' slot='0' function='0'/>
|
|
</controller>
|
|
</devices>
|
|
</domain>
|