libvirt/tests/qemuxmlconfdata/sparc-minimal.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

22 lines
646 B
XML

<domain type='qemu'>
<name>redhat62sparc</name>
<uuid>00010203-0405-4607-8809-0a0b0c0d0e0f</uuid>
<memory unit="mib">500</memory>
<vcpu>1</vcpu>
<os>
<type arch="sparc">hvm</type>
</os>
<devices>
<disk type='file' device='disk'>
<driver type='qcow2'/>
<source file='/home/berrange/VirtualMachines/redhat-6.2-sparc.img'/>
<target dev='sda' bus='scsi'/>
</disk>
<disk type='file' device='cdrom'>
<source file='/home/berrange/VirtualMachines/redhat-6.2-sparc.iso'/>
<target dev='sdb' bus='scsi'/>
</disk>
<controller type="scsi" model="ncr53c90" index="0"/>
</devices>
</domain>