libvirt/tests/qemuxml2argvdata/qemuxml2argv-pci-root-nonzero-index.xml

15 lines
408 B
XML
Raw Normal View History

<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='7' model='pci-root'/>
</devices>
</domain>