Advertisement
Guest User

Win10_Guest

a guest
Oct 7th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 KB | None | 0 0
  1. <domain type='kvm'>
  2. <name>Windows_10</name>
  3. <uuid>1103f919-fa43-410f-a789-219ab9b2b1d6</uuid>
  4. <memory unit='KiB'>5120000</memory>
  5. <currentMemory unit='KiB'>5120000</currentMemory>
  6. <memoryBacking>
  7. <hugepages/>
  8. </memoryBacking>
  9. <vcpu placement='static'>4</vcpu>
  10. <cputune>
  11. <vcpupin vcpu='0' cpuset='1'/>
  12. <vcpupin vcpu='1' cpuset='2'/>
  13. <vcpupin vcpu='2' cpuset='3'/>
  14. <vcpupin vcpu='3' cpuset='5'/>
  15. <emulatorpin cpuset='0'/>
  16. </cputune>
  17. <os>
  18. <type arch='x86_64' machine='pc-i440fx-2.5'>hvm</type>
  19. <loader readonly='yes' type='pflash'>/home/odelpasso/KVM/OVMF_CODE-pure-efi.fd</loader>
  20. <nvram>/home/odelpasso/KVM/OVMF_VARS-pure-efi.fd</nvram>
  21. <bootmenu enable='yes'/>
  22. </os>
  23. <features>
  24. <acpi/>
  25. <apic/>
  26. <kvm>
  27. <hidden state='on'/>
  28. </kvm>
  29. </features>
  30. <cpu mode='host-passthrough'>
  31. <topology sockets='1' cores='4' threads='1'/>
  32. </cpu>
  33. <clock offset='localtime'>
  34. <timer name='rtc' tickpolicy='catchup'/>
  35. <timer name='pit' tickpolicy='delay'/>
  36. <timer name='hpet' present='no'/>
  37. </clock>
  38. <on_poweroff>destroy</on_poweroff>
  39. <on_reboot>restart</on_reboot>
  40. <on_crash>restart</on_crash>
  41. <pm>
  42. <suspend-to-mem enabled='no'/>
  43. <suspend-to-disk enabled='no'/>
  44. </pm>
  45. <devices>
  46. <emulator>/usr/bin/kvm</emulator>
  47. <disk type='file' device='disk'>
  48. <driver name='qemu' type='raw'/>
  49. <source file='/media/Windows/Windows_10'/>
  50. <target dev='vda' bus='virtio'/>
  51. <boot order='3'/>
  52. <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
  53. </disk>
  54. <disk type='file' device='cdrom'>
  55. <driver name='qemu' type='raw'/>
  56. <source file='/home/odelpasso/KVM/virtio-win-0.1.126.iso'/>
  57. <target dev='hdc' bus='ide'/>
  58. <readonly/>
  59. <boot order='1'/>
  60. <address type='drive' controller='0' bus='1' target='0' unit='0'/>
  61. </disk>
  62. <disk type='file' device='cdrom'>
  63. <driver name='qemu' type='raw'/>
  64. <source file='/home/odelpasso/KVM/Windows.iso'/>
  65. <target dev='hdd' bus='ide'/>
  66. <readonly/>
  67. <boot order='2'/>
  68. <address type='drive' controller='0' bus='1' target='0' unit='1'/>
  69. </disk>
  70. <controller type='usb' index='0' model='ich9-ehci1'>
  71. <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x7'/>
  72. </controller>
  73. <controller type='usb' index='0' model='ich9-uhci1'>
  74. <master startport='0'/>
  75. <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0' multifunction='on'/>
  76. </controller>
  77. <controller type='usb' index='0' model='ich9-uhci2'>
  78. <master startport='2'/>
  79. <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x1'/>
  80. </controller>
  81. <controller type='usb' index='0' model='ich9-uhci3'>
  82. <master startport='4'/>
  83. <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x2'/>
  84. </controller>
  85. <controller type='pci' index='0' model='pci-root'/>
  86. <controller type='ide' index='0'>
  87. <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
  88. </controller>
  89. <controller type='virtio-serial' index='0'>
  90. <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
  91. </controller>
  92. <interface type='direct'>
  93. <mac address='52:54:00:7e:a5:5a'/>
  94. <source dev='eth0' mode='bridge'/>
  95. <model type='virtio'/>
  96. <boot order='4'/>
  97. <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  98. </interface>
  99. <hostdev mode='subsystem' type='pci' managed='yes'>
  100. <source>
  101. <address domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
  102. </source>
  103. <boot order='5'/>
  104. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  105. </hostdev>
  106. <hostdev mode='subsystem' type='pci' managed='yes'>
  107. <source>
  108. <address domain='0x0000' bus='0x02' slot='0x00' function='0x1'/>
  109. </source>
  110. <boot order='6'/>
  111. <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  112. </hostdev>
  113. <memballoon model='virtio'>
  114. <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
  115. </memballoon>
  116. </devices>
  117. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement