User Tools

Site Tools


virt:xen_4.4_14.04

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
virt:xen_4.4_14.04 [2014/03/11 15:28]
tschulz [Spice Enabled config]
virt:xen_4.4_14.04 [2014/03/11 15:28] (current)
tschulz [Build libvirt]
Line 57: Line 57:
 make make
 make install make install
 +</​file>​
 +
 +===== Basic xen vm config =====
 +
 +<​file>​
 +builder='​hvm'​
 +
 +memory = 512
 +name = "​fbsd10"​
 +vif = [ '​type=ioemu,​ bridge=xenbr0'​ ]
 +disk = [ '​file:/​root/​vm/​freebsd10.raw,​xvda,​w',​ '​file:/​root/​vm/​iso/​freebsd10x64.iso,​xvdc:​cdrom,​r'​ ]
 +device_model = '/​usr/​lib/​xen-default/​bin/​qemu-dm'​
 +boot="​c"​
 +
 +sdl=0
 +vnc=1
 +vnclisten="​127.0.0.1"​
 +vncconsole=1
 +stdvga=0
 +serial='​pty'​
 +usbdevice='​tablet'​
 +
 +on_poweroff = '​destroy'​
 +on_reboot ​  = '​restart'​
 +on_crash ​   = '​restart'​
 </​file>​ </​file>​
  
virt/xen_4.4_14.04.1394569680.txt.gz · Last modified: 2014/03/11 15:28 by tschulz