Advertisement
Guest User

Untitled

a guest
May 6th, 2024
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.44 KB | None | 0 0
  1. <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
  2. <name>win10</name>
  3. <uuid>98f613e3-035c-42e8-b77c-aaf6a87f205a</uuid>
  4. <metadata>
  5. <libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0">
  6. <libosinfo:os id="http://microsoft.com/win/11"/>
  7. </libosinfo:libosinfo>
  8. </metadata>
  9. <memory unit='KiB'>16776192</memory>
  10. <memoryBacking>
  11. <hugepages/>
  12. </memoryBacking>
  13. <currentMemory unit='KiB'>16776192</currentMemory>
  14. <vcpu placement='static'>18</vcpu>
  15. <cputune>
  16. <vcpupin vcpu='0' cpuset='0'/>
  17. <vcpupin vcpu='1' cpuset='10'/>
  18. <vcpupin vcpu='2' cpuset='1'/>
  19. <vcpupin vcpu='3' cpuset='11'/>
  20. <vcpupin vcpu='4' cpuset='2'/>
  21. <vcpupin vcpu='5' cpuset='12'/>
  22. <vcpupin vcpu='6' cpuset='3'/>
  23. <vcpupin vcpu='7' cpuset='13'/>
  24. <vcpupin vcpu='8' cpuset='4'/>
  25. <vcpupin vcpu='9' cpuset='14'/>
  26. <vcpupin vcpu='10' cpuset='5'/>
  27. <vcpupin vcpu='11' cpuset='15'/>
  28. <vcpupin vcpu='12' cpuset='6'/>
  29. <vcpupin vcpu='13' cpuset='16'/>
  30. <vcpupin vcpu='14' cpuset='7'/>
  31. <vcpupin vcpu='15' cpuset='17'/>
  32. <vcpupin vcpu='16' cpuset='8'/>
  33. <vcpupin vcpu='17' cpuset='18'/>
  34. </cputune>
  35. <os firmware='efi'>
  36. <type arch='x86_64' machine='pc-q35-9.0'>hvm</type>
  37. <firmware>
  38. <feature enabled='no' name='enrolled-keys'/>
  39. <feature enabled='no' name='secure-boot'/>
  40. </firmware>
  41. <loader readonly='yes' type='pflash'>/usr/share/edk2/x64/OVMF_CODE.fd</loader>
  42. <nvram template='/usr/share/edk2/x64/OVMF_VARS.fd'>/var/lib/libvirt/qemu/nvram/win10_VARS.fd</nvram>
  43. <bootmenu enable='yes'/>
  44. <smbios mode='host'/>
  45. </os>
  46. <features>
  47. <acpi/>
  48. <apic eoi='on'/>
  49. <hyperv mode='custom'>
  50. <relaxed state='on'/>
  51. <vapic state='on'/>
  52. <spinlocks state='on' retries='8191'/>
  53. <vendor_id state='on' value='IntelNet'/>
  54. </hyperv>
  55. <kvm>
  56. <hidden state='on'/>
  57. </kvm>
  58. <vmport state='off'/>
  59. <smm state='on'/>
  60. <ioapic driver='kvm'/>
  61. </features>
  62. <cpu mode='host-passthrough' check='none' migratable='on'>
  63. <topology sockets='1' dies='1' clusters='1' cores='9' threads='2'/>
  64. </cpu>
  65. <clock offset='localtime'>
  66. <timer name='rtc' tickpolicy='catchup'/>
  67. <timer name='pit' tickpolicy='delay'/>
  68. <timer name='hpet' present='no'/>
  69. <timer name='hypervclock' present='yes'/>
  70. </clock>
  71. <on_poweroff>destroy</on_poweroff>
  72. <on_reboot>restart</on_reboot>
  73. <on_crash>destroy</on_crash>
  74. <pm>
  75. <suspend-to-mem enabled='no'/>
  76. <suspend-to-disk enabled='no'/>
  77. </pm>
  78. <devices>
  79. <emulator>/usr/local/bin/qemu-system-x86_64</emulator>
  80. <disk type='file' device='disk'>
  81. <driver name='qemu' type='qcow2' cache='none' discard='unmap'/>
  82. <source file='/VM1/win11.qcow2'/>
  83. <target dev='sda' bus='sata'/>
  84. <serial>nmundnuthr</serial>
  85. <boot order='2'/>
  86. <address type='drive' controller='0' bus='0' target='0' unit='0'/>
  87. </disk>
  88. <disk type='file' device='disk'>
  89. <driver name='qemu' type='qcow2' cache='none' discard='unmap'/>
  90. <source file='/VM2/VM2.qcow2'/>
  91. <target dev='sdc' bus='sata'/>
  92. <serial>iukyuwbakbi</serial>
  93. <address type='drive' controller='0' bus='0' target='0' unit='2'/>
  94. </disk>
  95. <controller type='usb' index='0' model='qemu-xhci' ports='15'>
  96. <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
  97. </controller>
  98. <controller type='pci' index='0' model='pcie-root'/>
  99. <controller type='pci' index='1' model='pcie-root-port'>
  100. <model name='pcie-root-port'/>
  101. <target chassis='1' port='0x10'/>
  102. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/>
  103. </controller>
  104. <controller type='pci' index='2' model='pcie-root-port'>
  105. <model name='pcie-root-port'/>
  106. <target chassis='2' port='0x11'/>
  107. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/>
  108. </controller>
  109. <controller type='pci' index='3' model='pcie-root-port'>
  110. <model name='pcie-root-port'/>
  111. <target chassis='3' port='0x12'/>
  112. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/>
  113. </controller>
  114. <controller type='pci' index='4' model='pcie-root-port'>
  115. <model name='pcie-root-port'/>
  116. <target chassis='4' port='0x13'/>
  117. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/>
  118. </controller>
  119. <controller type='pci' index='5' model='pcie-root-port'>
  120. <model name='pcie-root-port'/>
  121. <target chassis='5' port='0x14'/>
  122. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/>
  123. </controller>
  124. <controller type='pci' index='6' model='pcie-root-port'>
  125. <model name='pcie-root-port'/>
  126. <target chassis='6' port='0x15'/>
  127. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x5'/>
  128. </controller>
  129. <controller type='pci' index='7' model='pcie-root-port'>
  130. <model name='pcie-root-port'/>
  131. <target chassis='7' port='0x16'/>
  132. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x6'/>
  133. </controller>
  134. <controller type='pci' index='8' model='pcie-root-port'>
  135. <model name='pcie-root-port'/>
  136. <target chassis='8' port='0x17'/>
  137. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x7'/>
  138. </controller>
  139. <controller type='pci' index='9' model='pcie-root-port'>
  140. <model name='pcie-root-port'/>
  141. <target chassis='9' port='0x18'/>
  142. <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0' multifunction='on'/>
  143. </controller>
  144. <controller type='pci' index='10' model='pcie-root-port'>
  145. <model name='pcie-root-port'/>
  146. <target chassis='10' port='0x19'/>
  147. <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x1'/>
  148. </controller>
  149. <controller type='pci' index='11' model='pcie-root-port'>
  150. <model name='pcie-root-port'/>
  151. <target chassis='11' port='0x1a'/>
  152. <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x2'/>
  153. </controller>
  154. <controller type='pci' index='12' model='pcie-root-port'>
  155. <model name='pcie-root-port'/>
  156. <target chassis='12' port='0x1b'/>
  157. <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x3'/>
  158. </controller>
  159. <controller type='pci' index='13' model='pcie-root-port'>
  160. <model name='pcie-root-port'/>
  161. <target chassis='13' port='0x1c'/>
  162. <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x4'/>
  163. </controller>
  164. <controller type='pci' index='14' model='pcie-root-port'>
  165. <model name='pcie-root-port'/>
  166. <target chassis='14' port='0x1d'/>
  167. <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x5'/>
  168. </controller>
  169. <controller type='pci' index='15' model='pcie-root-port'>
  170. <model name='pcie-root-port'/>
  171. <target chassis='15' port='0x8'/>
  172. <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/>
  173. </controller>
  174. <controller type='pci' index='16' model='pcie-to-pci-bridge'>
  175. <model name='pcie-pci-bridge'/>
  176. <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
  177. </controller>
  178. <controller type='sata' index='0'>
  179. <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
  180. </controller>
  181. <controller type='virtio-serial' index='0'>
  182. <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
  183. </controller>
  184. <interface type='network'>
  185. <mac address='12:54:ab:9f:2d:c1'/>
  186. <source network='default'/>
  187. <model type='e1000e'/>
  188. <address type='pci' domain='0x0000' bus='0x08' slot='0x00' function='0x0'/>
  189. </interface>
  190. <serial type='pty'>
  191. <target type='isa-serial' port='0'>
  192. <model name='isa-serial'/>
  193. </target>
  194. </serial>
  195. <console type='pty'>
  196. <target type='serial' port='0'/>
  197. </console>
  198. <input type='mouse' bus='ps2'/>
  199. <input type='keyboard' bus='ps2'/>
  200. <graphics type='spice'>
  201. <listen type='none'/>
  202. <image compression='off'/>
  203. </graphics>
  204. <audio id='1' type='spice'/>
  205. <video>
  206. <model type='none'/>
  207. </video>
  208. <hostdev mode='subsystem' type='pci' managed='yes'>
  209. <source>
  210. <address domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
  211. </source>
  212. <rom bar='on' file='/home/BoheSama/Misc/vbios/1.rom'/>
  213. <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/>
  214. </hostdev>
  215. <hostdev mode='subsystem' type='pci' managed='yes'>
  216. <source>
  217. <address domain='0x0000' bus='0x03' slot='0x00' function='0x1'/>
  218. </source>
  219. <rom bar='on' file='/home/BoheSama/Misc/vbios/1.rom'/>
  220. <address type='pci' domain='0x0000' bus='0x06' slot='0x00' function='0x0'/>
  221. </hostdev>
  222. <hostdev mode='subsystem' type='usb' managed='yes'>
  223. <source>
  224. <vendor id='0x8087'/>
  225. <product id='0x0032'/>
  226. </source>
  227. <address type='usb' bus='0' port='3'/>
  228. </hostdev>
  229. <hostdev mode='subsystem' type='usb' managed='yes'>
  230. <source>
  231. <vendor id='0x0d8c'/>
  232. <product id='0x0014'/>
  233. </source>
  234. <address type='usb' bus='0' port='5'/>
  235. </hostdev>
  236. <hostdev mode='subsystem' type='usb' managed='yes'>
  237. <source>
  238. <vendor id='0x09da'/>
  239. <product id='0xfa28'/>
  240. </source>
  241. <address type='usb' bus='0' port='6'/>
  242. </hostdev>
  243. <hostdev mode='subsystem' type='usb' managed='yes'>
  244. <source>
  245. <vendor id='0x1ea7'/>
  246. <product id='0x0064'/>
  247. </source>
  248. <address type='usb' bus='0' port='7'/>
  249. </hostdev>
  250. <hostdev mode='subsystem' type='pci' managed='yes'>
  251. <source>
  252. <address domain='0x0000' bus='0x06' slot='0x00' function='0x0'/>
  253. </source>
  254. <address type='pci' domain='0x0000' bus='0x07' slot='0x00' function='0x0'/>
  255. </hostdev>
  256. <redirdev bus='usb' type='spicevmc'>
  257. <address type='usb' bus='0' port='1'/>
  258. </redirdev>
  259. <redirdev bus='usb' type='spicevmc'>
  260. <address type='usb' bus='0' port='2'/>
  261. </redirdev>
  262. <watchdog model='itco' action='reset'/>
  263. <memballoon model='virtio'>
  264. <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
  265. </memballoon>
  266. </devices>
  267. <qemu:commandline>
  268. <qemu:arg value='-smbios'/>
  269. <qemu:arg value='type=0,vendor=American Megatrends International LLC.,version=H4.7A,date=02/11/2043'/>
  270. <qemu:arg value='-smbios'/>
  271. <qemu:arg value='type=1,manufacturer=Maxsun,product=MS-Terminator B760M,version=VER:H4.7G(2043/11/29)'/>
  272. <qemu:arg value='-smbios'/>
  273. <qemu:arg value='type=2,manufacturer=Intel,version=2029.5,product=Intel i9-12900K'/>
  274. <qemu:arg value='-smbios'/>
  275. <qemu:arg value='type=3,manufacturer=POLK'/>
  276. <qemu:arg value='-smbios'/>
  277. <qemu:arg value='type=17,manufacturer=KINGSTON,loc_pfx=DDR5,speed=4800,serial=IO1638EU,part=IX97'/>
  278. <qemu:arg value='-smbios'/>
  279. <qemu:arg value='type=4,manufacturer=Intel,max-speed=4800,current-speed=4800'/>
  280. <qemu:arg value='-cpu'/>
  281. <qemu:arg value='host,vmware-cpuid-freq=false,enforce=false,host-phys-bits=true,hypervisor=off'/>
  282. <qemu:arg value='-machine'/>
  283. <qemu:arg value='q35,kernel_irqchip=on'/>
  284. </qemu:commandline>
  285. </domain>
  286.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement