mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
38 lines
1.0 KiB
XML
38 lines
1.0 KiB
XML
<domain type='kvm' id='4'>
|
|
<name>systemvm2</name>
|
|
<memory>1572864</memory>
|
|
<currentMemory>1572864</currentMemory>
|
|
<vcpu>1</vcpu>
|
|
<os>
|
|
<type arch='i686' >hvm</type>
|
|
</os>
|
|
<features>
|
|
<acpi/>
|
|
<apic/>
|
|
<pae/>
|
|
</features>
|
|
<clock offset='utc'/>
|
|
<on_poweroff>destroy</on_poweroff>
|
|
<on_reboot>restart</on_reboot>
|
|
<on_crash>restart</on_crash>
|
|
<devices>
|
|
<!--<emulator>/usr/bin/qemu-system-x86_64</emulator>-->
|
|
<emulator>/usr/bin/qemu-kvm</emulator>
|
|
<disk type='file' device='disk'>
|
|
<driver name='qemu' type='raw' cache='writeback'/>
|
|
<source file='/var/lib/images/systemvm2/systemvm.img'/>
|
|
<!-- <target dev='hda' bus='ide'/> -->
|
|
<target dev='vda' bus='virtio'/>
|
|
</disk>
|
|
<interface type='network'>
|
|
<mac address='52:54:00:65:a8:eb'/>
|
|
<source network='default'/>
|
|
<target dev='vnet0'/>
|
|
<model type='virtio' />
|
|
</interface>
|
|
<input type='mouse' bus='ps2'/>
|
|
<graphics type='vnc' port='5900' autoport='yes'/>
|
|
</devices>
|
|
</domain>
|
|
|