Advertisement
to4ko

Untitled

Oct 27th, 2021
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. <domain type="kvm">
  2. <name>vm1</name>
  3. <uuid>2361fc38-d623-455f-9b28-06149e66aa07</uuid>
  4. <memory unit="KiB">4184064</memory>
  5. <currentMemory unit="KiB">2097152</currentMemory>
  6. <vcpu placement="static" current="2">6</vcpu>
  7. <os>
  8. <type arch="x86_64" machine="pc-i440fx-focal">hvm</type>
  9. <loader readonly="yes" type="pflash">/usr/share/OVMF/OVMF_CODE.fd</loader>
  10. <nvram>/var/lib/libvirt/qemu/nvram/vm1_VARS.fd</nvram>
  11. <boot dev="hd"/>
  12. </os>
  13. <features>
  14. <acpi/>
  15. <apic/>
  16. <vmport state="off"/>
  17. </features>
  18. <cpu mode="host-model" check="partial"/>
  19. <clock offset="utc">
  20. <timer name="rtc" tickpolicy="catchup"/>
  21. <timer name="pit" tickpolicy="delay"/>
  22. <timer name="hpet" present="no"/>
  23. </clock>
  24. <on_poweroff>destroy</on_poweroff>
  25. <on_reboot>restart</on_reboot>
  26. <on_crash>destroy</on_crash>
  27. <pm>
  28. <suspend-to-mem enabled="no"/>
  29. <suspend-to-disk enabled="no"/>
  30. </pm>
  31. <devices>
  32. <emulator>/usr/bin/qemu-system-x86_64</emulator>
  33. <disk type="file" device="disk">
  34. <driver name="qemu" type="qcow2"/>
  35. <source file="/home/dima/haos_ova-6.5.qcow2"/>
  36. <target dev="sda" bus="sata"/>
  37. <address type="drive" controller="0" bus="0" target="0" unit="0"/>
  38. </disk>
  39. <controller type="usb" index="0" model="ich9-ehci1">
  40. <address type="pci" domain="0x0000" bus="0x00" slot="0x05" function="0x7"/>
  41. </controller>
  42. <controller type="usb" index="0" model="ich9-uhci1">
  43. <master startport="0"/>
  44. <address type="pci" domain="0x0000" bus="0x00" slot="0x05" function="0x0" multifunction="on"/>
  45. </controller>
  46. <controller type="usb" index="0" model="ich9-uhci2">
  47. <master startport="2"/>
  48. <address type="pci" domain="0x0000" bus="0x00" slot="0x05" function="0x1"/>
  49. </controller>
  50. <controller type="usb" index="0" model="ich9-uhci3">
  51. <master startport="4"/>
  52. <address type="pci" domain="0x0000" bus="0x00" slot="0x05" function="0x2"/>
  53. </controller>
  54. <controller type="pci" index="0" model="pci-root"/>
  55. <controller type="ide" index="0">
  56. <address type="pci" domain="0x0000" bus="0x00" slot="0x01" function="0x1"/>
  57. </controller>
  58. <controller type="virtio-serial" index="0">
  59. <address type="pci" domain="0x0000" bus="0x00" slot="0x06" function="0x0"/>
  60. </controller>
  61. <controller type="sata" index="0">
  62. <address type="pci" domain="0x0000" bus="0x00" slot="0x08" function="0x0"/>
  63. </controller>
  64. <interface type="network">
  65. <mac address="52:54:00:b6:3e:68"/>
  66. <source network="host-bridge"/>
  67. <model type="virtio"/>
  68. <address type="pci" domain="0x0000" bus="0x00" slot="0x03" function="0x0"/>
  69. </interface>
  70. <serial type="pty">
  71. <target type="isa-serial" port="0">
  72. <model name="isa-serial"/>
  73. </target>
  74. </serial>
  75. <console type="pty">
  76. <target type="serial" port="0"/>
  77. </console>
  78. <channel type="spicevmc">
  79. <target type="virtio" name="com.redhat.spice.0"/>
  80. <address type="virtio-serial" controller="0" bus="0" port="1"/>
  81. </channel>
  82. <input type="tablet" bus="usb">
  83. <address type="usb" bus="0" port="1"/>
  84. </input>
  85. <input type="mouse" bus="ps2"/>
  86. <input type="keyboard" bus="ps2"/>
  87. <graphics type="spice" autoport="yes">
  88. <listen type="address"/>
  89. <image compression="off"/>
  90. </graphics>
  91. <sound model="ich6">
  92. <address type="pci" domain="0x0000" bus="0x00" slot="0x04" function="0x0"/>
  93. </sound>
  94. <video>
  95. <model type="virtio" heads="1" primary="yes"/>
  96. <address type="pci" domain="0x0000" bus="0x00" slot="0x02" function="0x0"/>
  97. </video>
  98. <redirdev bus="usb" type="spicevmc">
  99. <address type="usb" bus="0" port="2"/>
  100. </redirdev>
  101. <redirdev bus="usb" type="spicevmc">
  102. <address type="usb" bus="0" port="3"/>
  103. </redirdev>
  104. <memballoon model="virtio">
  105. <address type="pci" domain="0x0000" bus="0x00" slot="0x07" function="0x0"/>
  106. </memballoon>
  107. </devices>
  108. </domain>
  109.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement