![Novell LINUX ENTERPRISE SERVER 11 - VIRTUALIZATION Manual Download Page 116](http://html1.mh-extra.com/html/novell/linux-enterprise-server-11-virtualization/linux-enterprise-server-11-virtualization_manual_1711851116.webp)
domain (5)
domain — Top Xend VM Guest SXP Configuration Element
Synopsis
(domain { bootloader | bootloader_args | cpus |cpu_time | device | features
| image | maxmem | memory | name | online_vcpus | on_crash | on_poweroff |
on_reboot | on_xend_start | on_xend_stop | shadow_memory | start_time | status
| store_mfn | uuid | vcpus })
The top level element of each VM Guest configuration is “(domain)”. It needs several
subelements to store all needed data.
bootloader
Define the program that is used to boot the VM Guest. Paravirtualized SUSE Linux
Enterprise 11 systems use
/usr/bin/pygrub
by default. Example:
(bootloader /usr/bin/pygrub)
bootloader_args
Provide additional parameters to the boot loader program. Example:
(bootloader_args -q)
cpus
Defines which CPUs are available to a VM Guest. The settings may be changed with
xm vcpu-pin
. Example:
(cpus ((1 2) (1 2)))
cpu_time
Time in nanoseconds the VM Guest already used. Example:
106
Virtualization with Xen