Advertisement
BX-w-automacie

domU win2016 config

Sep 27th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. builder='hvm'
  2. memory = 4444
  3.  
  4. shadow_memory = 640
  5.  
  6. name = "win2016test"
  7. vif = [ 'bridge=xen-br0, mac=00:16:32:90:AF:88' ]
  8. acpi = 1
  9. apic = 1
  10. pae = 1
  11. disk = [ 'phy:/dev/yano/win2016-test-snap,hda,w',
  12. 'phy:/dev/yano/ntfs-test,hdc,w']
  13. vcpus=4
  14.  
  15. viridian = 1
  16.  
  17. boot="c"
  18. sdl=0
  19. vnc=1
  20. vncconsole=1
  21. vncpasswd='123qweasd'
  22. vnclisten='0.0.0.0'
  23. serial='pty'
  24. usbdevice='tablet'
  25.  
  26. device_model_version="qemu-xen"
  27. device_model_override="/usr/bin/qemu-system-i386"
  28. device_model_args=["-D","/var/log/qemu-1.log","-d",
  29. "out_asm,in_asm,op,op_opt,op_ind,int,exec,cpu,mmu,pcall,cpu_reset,unimp,guest_errors,page,nochain",
  30. "-trace","events=/root/events" ]
  31.  
  32. # /root/events contains one line:
  33. # xen_platform_log
  34.  
  35.  
  36. viridian=1
  37. localtime=1
  38. xen_platform_pci=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement