Advertisement
RulerOf

Untitled

May 10th, 2013
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.57 KB | None | 0 0
  1. name='windows'
  2. builder='hvm'
  3. vcpus=4
  4. memory=9216
  5. disk=['/dev/sdc,,xvda,w']
  6. vif=[
  7. 'bridge=xenbr0,model=e1000,mac=00:16:3e:13:ac:02'
  8. ]
  9. boot='cd'
  10. pae=1
  11. nx=1
  12. videoram=1024
  13. stdvga=1
  14. sdl=1
  15. vnc=0
  16. usb=1
  17. usbdevice="tablet"
  18. localtime=1
  19. xen_platform_pci=1
  20.  
  21. # 0:d:0.0-1 are the VGA and HDMI audio devices from the 6990 that are wired to its video outputs, 0:e:0.0-1 are the other two on the same card, not listed here due to my BSOD problems. 0:3-6:0.0 are USB controllers.
  22.  
  23. pci = [
  24. '0:d:0.0', '0:d:0.1',
  25. '0000:3:00.0',
  26. '0000:4:00.0',
  27. '0000:5:00.0',
  28. '0000:6:00.0'
  29. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement