Advertisement
Guest User

Untitled

a guest
Jul 11th, 2013
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. builder='hvm'
  2. firmware_override="/usr/local/lib/xen/boot/hvmloader"
  3. device_model_override="/usr/local/lib/xen/bin/qemu-dm"
  4. device_model_version="qemu-xen-traditional"
  5.  
  6. extra = " nouveau.blacklist=1 "
  7. shadow_memory = 512
  8.  
  9. name = "orthowin"
  10.  
  11. memory = '2048'
  12. vcpus = '2'
  13.  
  14.  
  15. disk = [
  16. 'phy:/dev/VG_orthos_0/orthowin,hda,w'
  17. ]
  18.  
  19. boot="cd"
  20.  
  21.  
  22. #vif = [ 'mac=00:16:3E:B7:06:59,bridge=eth0' ]
  23.  
  24. on_poweroff = 'destroy'
  25. on_reboot = 'restart'
  26. on_crash = 'restart'
  27.  
  28. sdl=0
  29. vnc=1
  30. #vnclisten="0.0.0.0"
  31. vncconsole=1
  32. vncpasswd=''
  33.  
  34.  
  35. #gfx_passthru=1
  36. pci = [ '00:01.0','00:01.1','00:12.0','00:12.2' ]
  37.  
  38. acpi=1
  39. apic=1
  40. pci_msitranslate=1
  41. xen_extended_power_mgmt=1
  42. pae=1
  43. hpet = 1
  44. hap = 1
  45. viridian = 1
  46. monitor=1
  47. serial='pty'
  48. soundhw = "all"
  49. audio="on"
  50. xen_platform_pci=1
  51.  
  52. localtime=1
  53.  
  54. usbdevice="tablet"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement