Advertisement
Guest User

Xen windows config

a guest
Feb 1st, 2015
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. device_model_version="qemu-xen"
  2. device_model_override="/usr/bin/qemu-system-x86_64"
  3. #device_model_override="/usr/lib/xen-4.1/bin/qemu-dm
  4. kernel = "hvmloader"
  5. builder = 'hvm'
  6. #shadow_memory=32
  7. memory = 10000
  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/windows8_SSD,hda,w', 'file:/media/gs/win/btr_mnted/domU-disk1.img,hdc,w', 'file:/media/gs/win/steam_storage,h
  15. #'file:/gs2/win8.iso' ]
  16. on_poweroff = 'destroy'
  17. on_reboot = 'restart'
  18. on_crash = 'restart'
  19. device_model = 'qemu-dm'
  20. boot='c'
  21. sdl=0
  22. vnc=1
  23. vncconsole=0
  24. stdvga=0
  25. serial='pty'
  26. gfx_passthru=1
  27. xen_platform_pci=1
  28. pci = [ '01:00.0','01:00.1', '03:0.0', '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']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement