# Guest name name = "VM1" # Guest console serial = 'pty' # 128-bit UUID for the domain as a hexadecimal number. # Use "uuidgen" to generate one if required. # The default behavior is to generate a new UUID each time the guest is started. #uuid = "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" # Kernel image to boot kernel = "/boot/Image" # Ramdisk (optional) ramdisk = "/boot/rootfs.cpio.gz" # Kernel command line options extra = "earlycon=xenboot hostname=VM1 console=hvc1 root=/dev/ram rw init=/init nosoftlockup rcu_cpu_stall_suppress=1" # Initial memory allocation (MB) memory = 128 # Maximum memory (MB) # If this is greater than `memory' then the slack will start ballooned # (this assumes guest kernel support for ballooning) #maxmem = 512 # Number of VCPUS vcpus = 1