mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
fb6b391672
Unify the naming of the data directory with the test name. 'tests/qemuxml2argvdata' is for the time converted to a symlink to 'qemuxmlconfdata', to preserve the symlinks in 'tests/qemuxml2xmloutdata' Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
36 lines
1.3 KiB
XML
36 lines
1.3 KiB
XML
<domain type='qemu'>
|
|
<name>guest</name>
|
|
<uuid>11dbdcdd-4c3b-482b-8903-9bdb8c0a2774</uuid>
|
|
<memory unit='KiB'>2097152</memory>
|
|
<currentMemory unit='KiB'>2097152</currentMemory>
|
|
<vcpu placement='static'>2</vcpu>
|
|
<os>
|
|
<type arch='x86_64' machine='q35'>hvm</type>
|
|
</os>
|
|
<devices>
|
|
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
|
<controller type='pci' index='0' model='pcie-root'/>
|
|
<controller type='pci' index='1' model='pcie-root-port'/>
|
|
<controller type='pci' index='2' model='pcie-root-port'>
|
|
<target hotplug='off'/>
|
|
</controller>
|
|
<controller type='pci' index='3' model='pcie-root-port'>
|
|
<model name='ioh3420'/>
|
|
<target hotplug='off'/>
|
|
</controller>
|
|
<controller type='pci' index='4' model='pcie-switch-upstream-port'/>
|
|
<controller type='pci' index='5' model='pcie-switch-downstream-port'>
|
|
<target hotplug='off'/>
|
|
</controller>
|
|
<controller type='pci' index='6' model='pcie-switch-downstream-port'>
|
|
<target hotplug='on'/>
|
|
</controller>
|
|
<controller type='pci' index='7' model='pcie-switch-downstream-port'/>
|
|
<controller type='pci' index='8' model='pcie-switch-downstream-port'>
|
|
<model name='xio3130-downstream'/>
|
|
<target chassis='30' port='0x27'/>
|
|
</controller>
|
|
<memballoon model='none'/>
|
|
</devices>
|
|
</domain>
|