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>
18 lines
375 B
XML
18 lines
375 B
XML
<domain type="kvm">
|
|
<name>uitests-hotplug</name>
|
|
<memory>65536</memory>
|
|
<currentMemory>65536</currentMemory>
|
|
<vcpu>1</vcpu>
|
|
<os>
|
|
<type arch="x86_64">hvm</type>
|
|
<boot dev="hd"/>
|
|
</os>
|
|
<devices>
|
|
<disk type='file' device='cdrom'>
|
|
<target dev='hda' bus='ide'/>
|
|
</disk>
|
|
<controller type="scsi" model="virtio-scsi"/>
|
|
</devices>
|
|
</domain>
|
|
|