# Not to be started directly, # See xmexample.hvm-stubdom and stubdom/README for more details kernel = "/usr/lib/xen/boot/ioemu-stubdom.gz" # Must be the same as in xmexample.hvm-stubdom, with a prepended vif for TCP/IP # networking in the stubdomain itself, here just '' vif = [ '', 'type=ioemu, bridge=testbr' ] serial='pty' # Set here instead of in xmexample.hvm-stubdom #disk = [ 'file:/home/trp/vms/stubwin.img,hda,w' ] # Actual output via PVFB vfb = [ 'type=sdl' ] on_crash = 'preserve'