# -*- mode: python; -*- #============================================================================ # Python configuration setup for 'xm create'. # This script sets the parameters used when a domain is created using 'xm create'. # You use a separate script for each domain you want to create, or # you can set the parameters for the domain on the xm command line. #============================================================================ kernel = "hvmloader" builder='hvm' memory = 2048 name = "PreciseHVM" vcpus=2 # type=ioemu specify the NIC is an ioemu device not netfront vif = [ 'mac=00:16:3e:12:04:f0, bridge=virbr0' ] disk = [ 'file:/root/instances/precise-server/hda-64.img,hda,w', 'file:/root/isos/precise-server-amd64.iso,hdc:cdrom,r' ] device_model = 'qemu-dm' boot="cd" sdl=0 vnc=1 vncdisplay=0 vncpasswd='' stdvga=0 serial='pty' tsc_mode=0 keymap='de'