Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.23 KB | None | 0 0
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <domain type='kvm'>
  3. <name>Windows 10</name>
  4. <uuid>2ddd0aac-4549-8d91-5c3d-9245ad2b4149</uuid>
  5. <metadata>
  6. <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/>
  7. </metadata>
  8. <memory unit='KiB'>8388608</memory>
  9. <currentMemory unit='KiB'>8388608</currentMemory>
  10. <memoryBacking>
  11. <nosharepages/>
  12. </memoryBacking>
  13. <vcpu placement='static'>4</vcpu>
  14. <cputune>
  15. <vcpupin vcpu='0' cpuset='0'/>
  16. <vcpupin vcpu='1' cpuset='6'/>
  17. <vcpupin vcpu='2' cpuset='1'/>
  18. <vcpupin vcpu='3' cpuset='7'/>
  19. </cputune>
  20. <os>
  21. <type arch='x86_64' machine='pc-i440fx-3.0'>hvm</type>
  22. <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
  23. <nvram>/etc/libvirt/qemu/nvram/2ddd0aac-4549-8d91-5c3d-9245ad2b4149_VARS-pure-efi.fd</nvram>
  24. </os>
  25. <features>
  26. <acpi/>
  27. <apic/>
  28. <hyperv>
  29. <relaxed state='on'/>
  30. <vapic state='on'/>
  31. <spinlocks state='on' retries='8191'/>
  32. <vendor_id state='on' value='none'/>
  33. </hyperv>
  34. </features>
  35. <cpu mode='host-passthrough' check='none'>
  36. <topology sockets='1' cores='4' threads='1'/>
  37. </cpu>
  38. <clock offset='localtime'>
  39. <timer name='hypervclock' present='yes'/>
  40. <timer name='hpet' present='no'/>
  41. </clock>
  42. <on_poweroff>destroy</on_poweroff>
  43. <on_reboot>restart</on_reboot>
  44. <on_crash>restart</on_crash>
  45. <devices>
  46. <emulator>/usr/local/sbin/qemu</emulator>
  47. <disk type='file' device='disk'>
  48. <driver name='qemu' type='raw' cache='writeback'/>
  49. <source file='/mnt/user/domains/Windows 10/vdisk1.img'/>
  50. <target dev='hdc' bus='virtio'/>
  51. <boot order='1'/>
  52. <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  53. </disk>
  54. <disk type='file' device='cdrom'>
  55. <driver name='qemu' type='raw'/>
  56. <source file='/mnt/user/isos/en_windows_10_x64.iso'/>
  57. <target dev='hda' bus='ide'/>
  58. <readonly/>
  59. <boot order='2'/>
  60. <address type='drive' controller='0' bus='0' target='0' unit='0'/>
  61. </disk>
  62. <disk type='file' device='cdrom'>
  63. <driver name='qemu' type='raw'/>
  64. <source file='/mnt/user/isos/virtio-win-0.1.160-1.iso'/>
  65. <target dev='hdb' bus='ide'/>
  66. <readonly/>
  67. <address type='drive' controller='0' bus='0' target='0' unit='1'/>
  68. </disk>
  69. <controller type='usb' index='0' model='ich9-ehci1'>
  70. <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/>
  71. </controller>
  72. <controller type='usb' index='0' model='ich9-uhci1'>
  73. <master startport='0'/>
  74. <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/>
  75. </controller>
  76. <controller type='usb' index='0' model='ich9-uhci2'>
  77. <master startport='2'/>
  78. <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/>
  79. </controller>
  80. <controller type='usb' index='0' model='ich9-uhci3'>
  81. <master startport='4'/>
  82. <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/>
  83. </controller>
  84. <controller type='pci' index='0' model='pci-root'/>
  85. <controller type='ide' index='0'>
  86. <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
  87. </controller>
  88. <controller type='virtio-serial' index='0'>
  89. <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  90. </controller>
  91. <interface type='bridge'>
  92. <mac address='52:54:00:45:e6:a6'/>
  93. <source bridge='br0'/>
  94. <model type='virtio'/>
  95. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  96. </interface>
  97. <serial type='pty'>
  98. <target type='isa-serial' port='0'>
  99. <model name='isa-serial'/>
  100. </target>
  101. </serial>
  102. <console type='pty'>
  103. <target type='serial' port='0'/>
  104. </console>
  105. <channel type='unix'>
  106. <target type='virtio' name='org.qemu.guest_agent.0'/>
  107. <address type='virtio-serial' controller='0' bus='0' port='1'/>
  108. </channel>
  109. <input type='mouse' bus='ps2'/>
  110. <input type='keyboard' bus='ps2'/>
  111. <hostdev mode='subsystem' type='pci' managed='yes'>
  112. <driver name='vfio'/>
  113. <source>
  114. <address domain='0x0000' bus='0x09' slot='0x00' function='0x0'/>
  115. </source>
  116. <rom file='/mnt/user/vbios/1030_modified.rom'/>
  117. <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
  118. </hostdev>
  119. <hostdev mode='subsystem' type='pci' managed='yes'>
  120. <driver name='vfio'/>
  121. <source>
  122. <address domain='0x0000' bus='0x09' slot='0x00' function='0x1'/>
  123. </source>
  124. <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
  125. </hostdev>
  126. <hostdev mode='subsystem' type='usb' managed='no'>
  127. <source>
  128. <vendor id='0x04f2'/>
  129. <product id='0x0833'/>
  130. </source>
  131. <address type='usb' bus='0' port='1'/>
  132. </hostdev>
  133. <hostdev mode='subsystem' type='usb' managed='no'>
  134. <source>
  135. <vendor id='0x04f2'/>
  136. <product id='0x0939'/>
  137. </source>
  138. <address type='usb' bus='0' port='2'/>
  139. </hostdev>
  140. <memballoon model='none'/>
  141. </devices>
  142. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement