mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-08 05:57:43 +03:00
This cleans up the file hierarchy a bit Signed-off-by: Cole Robinson <crobinso@redhat.com>
15 lines
275 B
XML
15 lines
275 B
XML
<domain type="kvm">
|
|
<name>uitests-spice-standard</name>
|
|
<memory>65536</memory>
|
|
<currentMemory>65536</currentMemory>
|
|
<vcpu>1</vcpu>
|
|
<os>
|
|
<type arch="x86_64">hvm</type>
|
|
<boot dev="hd"/>
|
|
</os>
|
|
<devices>
|
|
<graphics type="spice"/>
|
|
</devices>
|
|
</domain>
|
|
|