libvirt/tests/qemuxmlconfdata/s390-serial-2.xml
Peter Krempa fb6b391672 qemuxmlconftest: Move data directory 'qemuxml2argvdata' to 'qemuxmlconfdata'
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>
2024-01-24 09:19:28 +01:00

20 lines
516 B
XML

<domain type='qemu'>
<name>QEMUGuest1</name>
<uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
<memory unit='KiB'>219100</memory>
<vcpu placement='static'>1</vcpu>
<os>
<type arch="s390x" machine="s390-ccw-virtio">hvm</type>
</os>
<devices>
<emulator>/usr/bin/qemu-system-s390x</emulator>
<serial type='pty'/>
<serial type='pty'>
<target type='sclp-serial'>
<model name='sclplmconsole'/>
</target>
</serial>
<memballoon model='none'/>
</devices>
</domain>