37 lines
996 B
XML
37 lines
996 B
XML
<domain type='xen'>
|
|
<name>{name}</name>
|
|
<uuid>{uuid}</uuid>
|
|
<memory unit='MiB'>{maxmem}</memory>
|
|
<currentMemory unit='MiB'>{mem}</currentMemory>
|
|
<vcpu placement='static'>{vcpus}</vcpu>
|
|
<os>
|
|
<type arch='x86_64' machine='xenfv'>hvm</type>
|
|
<loader>hvmloader</loader>
|
|
<boot dev='cdrom'/>
|
|
<boot dev='hd'/>
|
|
<!-- server_ip is the address of stubdomain. It hosts it's own DNS server. -->
|
|
{disable_network1}<cmdline>-net lwip,client_ip={ip},server_ip={dns2},dns={dns1},gw={gateway},netmask={netmask}</cmdline>{disable_network2}
|
|
</os>
|
|
<features>
|
|
<pae/>
|
|
<acpi/>
|
|
<apic/>
|
|
<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>
|
|
<emulator type='stubdom'/>
|
|
{rootdev}
|
|
{privatedev}
|
|
{otherdevs}
|
|
{netdev}
|
|
{pcidevs}
|
|
<input type='tablet' bus='usb'/>
|
|
<video type='vga'/>
|
|
</devices>
|
|
</domain>
|
|
|