summaryrefslogtreecommitdiff
path: root/tests/qemuxml2argvdata/pci-root-nonzero-index.xml
blob: 49fd0f6e6051574af038ca33fa517911f599f06a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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'>hvm</type>
    <boot dev='hd'/>
  </os>
  <devices>
    <emulator>/usr/bin/qemu-system-x86_64</emulator>
    <controller type='pci' index='7' model='pci-root'/>
  </devices>
</domain>