2013-05-04 04:49:45 +02:00
|
|
|
<domain type='xen'>
|
2013-05-22 05:51:08 +02:00
|
|
|
<name>{name}</name>
|
|
|
|
{uuidnode}
|
|
|
|
<memory unit='MiB'>{maxmem}</memory>
|
|
|
|
<currentMemory unit='MiB'>{mem}</currentMemory>
|
|
|
|
<vcpu placement='static'>{vcpus}</vcpu>
|
2013-05-04 04:49:45 +02:00
|
|
|
<os>
|
|
|
|
<type arch='x86_64' machine='xenfv'>hvm</type>
|
|
|
|
<loader>hvmloader</loader>
|
|
|
|
<boot dev='cdrom'/>
|
|
|
|
<boot dev='hd'/>
|
|
|
|
{disable_network1}<cmdline>-net lwip,client_ip={ip},server_ip={dns2},dns={dns1},gw={gateway},netmask={netmask}</cmdline>{disable_network2}
|
|
|
|
</os>
|
|
|
|
<features>
|
2013-05-22 05:52:26 +02:00
|
|
|
<pae/>
|
|
|
|
<acpi/>
|
|
|
|
<apic/>
|
2013-05-04 04:49:45 +02:00
|
|
|
<viridian/>
|
|
|
|
</features>
|
|
|
|
<clock offset='variable' adjustment='{timeoffset}' basis='{time_basis}'/>
|
|
|
|
<on_poweroff>destroy</on_poweroff>
|
|
|
|
<on_reboot>destroy</on_reboot>
|
|
|
|
<on_crash>destroy</on_crash>
|
|
|
|
<devices>
|
2015-02-05 06:31:00 +01:00
|
|
|
<emulator type='stubdom'/>
|
2013-05-04 04:49:45 +02:00
|
|
|
{rootdev}
|
|
|
|
{privatedev}
|
|
|
|
{otherdevs}
|
|
|
|
{netdev}
|
|
|
|
{pcidevs}
|
|
|
|
<input type='tablet' bus='usb'/>
|
2015-02-09 06:04:31 +01:00
|
|
|
<video type='vga'/>
|
2013-05-04 04:49:45 +02:00
|
|
|
</devices>
|
|
|
|
</domain>
|
|
|
|
|