mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-10 07:20:02 +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>
42 lines
1.4 KiB
XML
42 lines
1.4 KiB
XML
<domain type='qemu'>
|
|
<name>QEMUGuest1</name>
|
|
<uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
|
|
<memory unit='KiB'>219136</memory>
|
|
<currentMemory unit='KiB'>219136</currentMemory>
|
|
<vcpu placement='static'>1</vcpu>
|
|
<os>
|
|
<type arch='x86_64' machine='pc'>hvm</type>
|
|
<boot dev='hd'/>
|
|
</os>
|
|
<devices>
|
|
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
|
<!-- Intentionally mixed up ordering to check we assign
|
|
addresses to the correct matching companions -->
|
|
<controller type='usb' index='0' model='ich9-ehci1'>
|
|
</controller>
|
|
<controller type='usb' index='2' model='ich9-ehci1'>
|
|
</controller>
|
|
<controller type='usb' index='1' model='ich9-ehci1'>
|
|
</controller>
|
|
|
|
<controller type='usb' index='0' model='ich9-uhci1'/>
|
|
<controller type='usb' index='1' model='ich9-uhci1'/>
|
|
<controller type='usb' index='2' model='ich9-uhci1'>
|
|
<master startport='0'/>
|
|
</controller>
|
|
|
|
<controller type='usb' index='0' model='ich9-uhci3'/>
|
|
<controller type='usb' index='1' model='ich9-uhci3'>
|
|
<master startport='4'/>
|
|
</controller>
|
|
<controller type='usb' index='2' model='ich9-uhci3'>
|
|
<master startport='4'/>
|
|
</controller>
|
|
|
|
<controller type='usb' index='2' model='ich9-uhci2'/>
|
|
<controller type='usb' index='1' model='ich9-uhci2'/>
|
|
<controller type='usb' index='0' model='ich9-uhci2'/>
|
|
<memballoon model='virtio'/>
|
|
</devices>
|
|
</domain>
|