Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
  2. <name>windows10</name>
  3. <uuid>2f373322-4688-47ad-944a-8449fefcf8a4</uuid>
  4. <memory unit='KiB'>14336000</memory>
  5. <currentMemory unit='KiB'>14336000</currentMemory>
  6. <vcpu placement='static'>4</vcpu>
  7. <os>
  8. <type arch='x86_64' machine='pc-i440fx-3.1'>hvm</type>
  9. <loader readonly='yes' type='pflash'>/usr/share/ovmf/x64/OVMF_CODE.fd</loader>
  10. <nvram>/var/lib/libvirt/qemu/nvram/win10_VARS.fd</nvram>
  11. <boot dev='hd'/>
  12. </os>
  13. <features>
  14. <acpi/>
  15. <apic/>
  16. <hyperv>
  17. <relaxed state='on'/>
  18. <vapic state='on'/>
  19. <spinlocks state='on' retries='8191'/>
  20. <vendor_id state='on' value='123456789ab'/>
  21. </hyperv>
  22. <kvm>
  23. <hidden state='on'/>
  24. </kvm>
  25. <vmport state='off'/>
  26. </features>
  27. <cpu mode='host-model' check='partial'>
  28. <model fallback='allow'/>
  29. </cpu>
  30. <clock offset='localtime'>
  31. <timer name='rtc' tickpolicy='catchup'/>
  32. <timer name='pit' tickpolicy='delay'/>
  33. <timer name='hpet' present='no'/>
  34. <timer name='hypervclock' present='yes'/>
  35. </clock>
  36. <on_poweroff>destroy</on_poweroff>
  37. <on_reboot>restart</on_reboot>
  38. <on_crash>destroy</on_crash>
  39. <pm>
  40. <suspend-to-mem enabled='no'/>
  41. <suspend-to-disk enabled='no'/>
  42. </pm>
  43. <devices>
  44. <emulator>/opt/qemu-test/bin/qemu-system-x86_64</emulator>
  45. <disk type='file' device='disk'>
  46. <driver name='qemu' type='raw'/>
  47. <source file='/mnt/VM/win10LTSC.img'/>
  48. <target dev='sda' bus='scsi'/>
  49. <address type='drive' controller='0' bus='0' target='0' unit='0'/>
  50. </disk>
  51. <controller type='usb' index='0' model='ich9-ehci1'>
  52. <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x7'/>
  53. </controller>
  54. <controller type='usb' index='0' model='ich9-uhci1'>
  55. <master startport='0'/>
  56. <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0' multifunction='on'/>
  57. </controller>
  58. <controller type='usb' index='0' model='ich9-uhci2'>
  59. <master startport='2'/>
  60. <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x1'/>
  61. </controller>
  62. <controller type='usb' index='0' model='ich9-uhci3'>
  63. <master startport='4'/>
  64. <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x2'/>
  65. </controller>
  66. <controller type='pci' index='0' model='pci-root'/>
  67. <controller type='ide' index='0'>
  68. <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
  69. </controller>
  70. <controller type='scsi' index='0' model='virtio-scsi'>
  71. <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
  72. </controller>
  73. <input type='mouse' bus='ps2'/>
  74. <input type='keyboard' bus='ps2'/>
  75. <sound model='ich9'>
  76. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  77. </sound>
  78. <hostdev mode='subsystem' type='pci' managed='yes'>
  79. <source>
  80. <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
  81. </source>
  82. <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
  83. </hostdev>
  84. <hostdev mode='subsystem' type='pci' managed='yes'>
  85. <source>
  86. <address domain='0x0000' bus='0x01' slot='0x00' function='0x1'/>
  87. </source>
  88. <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
  89. </hostdev>
  90. <hostdev mode='subsystem' type='pci' managed='yes'>
  91. <source>
  92. <address domain='0x0000' bus='0x09' slot='0x00' function='0x0'/>
  93. </source>
  94. <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/>
  95. </hostdev>
  96. <hostdev mode='subsystem' type='pci' managed='yes'>
  97. <source>
  98. <address domain='0x0000' bus='0x0e' slot='0x00' function='0x0'/>
  99. </source>
  100. <address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/>
  101. </hostdev>
  102. <memballoon model='virtio'>
  103. <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
  104. </memballoon>
  105. </devices>
  106. <qemu:commandline>
  107. <qemu:arg value='-audiodev'/>
  108. <qemu:arg value='pa,id=pa1,server=/run/user/1000/pulse/native'/>
  109. </qemu:commandline>
  110. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement