libvirt/tests/qemuxml2argvdata/qemuxml2argv-pci-bridge-negative-index-invalid.xml
2013-07-12 14:55:04 +02:00

16 lines
467 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'/>
<controller type='pci' index='-1' model='pci-bridge'/>
</devices>
</domain>