Advertisement
Guest User

xen_wo_pv

a guest
Apr 12th, 2015
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. device_model_version="qemu-xen"
  2. #xen 44 device_model_version="qemu-xen-traditional"
  3. device_model_override="/usr/bin/qemu-system-x86_64"
  4. builder = 'hvm'
  5. shadow_memory=32
  6. memory = 4000
  7. #mmio_hole=2000
  8. name = "windows8"
  9. vcpus=6
  10. pae=1
  11. acpi=1
  12. apic=1
  13. vif = [ 'bridge=xenbr0' ]
  14. disk = ['file:/media/gs/win/windows10_SSD,hda,w', 'file:/media/gs2/win10.iso,hdc:cdrom,r' ]
  15. #disk = ['file:/media/gs/win/windows8_SSD,hda,w', 'file:/media/gs2/win8.iso,hdc:cdrom,r' ]
  16. on_poweroff = 'destroy'
  17. on_reboot = 'restart'
  18. on_crash = 'restart'
  19. boot='d'
  20. sdl=0
  21. vnc=1
  22. vncconsole=1
  23. vga='stdvga'
  24. #serial='pty'
  25. gfx_passthru=0
  26. xen_platform_pci=1
  27. # pci = [ '01:00.0', '01:00.1', '03:00.0']
  28. pci = [ '01:00.0', '01:00.1', '00:14.2']
  29. pci_permissive = 1
  30. usb=1
  31. usbdevice=['keyboard','host:4.1','host:1d6b:0001']
  32. usbdevice=['mouse','host:4.3','host:045e:00dd']
  33. ms_vm_genid="generate"
  34. viridian=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement