Advertisement
Guest User

GameVM.xml

a guest
Jan 18th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.54 KB | None | 0 0
  1. <!--
  2. WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
  3. OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
  4. virsh edit GameVM
  5. or other application using the libvirt API.
  6. -->
  7.  
  8. <domain type='kvm'>
  9. <name>GameVM</name>
  10. <uuid>1e40339a-2f17-423d-b688-2e071519cd26</uuid>
  11. <memory unit='KiB'>8388608</memory>
  12. <currentMemory unit='KiB'>8388608</currentMemory>
  13. <vcpu placement='static'>4</vcpu>
  14. <os>
  15. <type arch='x86_64' machine='pc-i440fx-bionic'>hvm</type>
  16. <loader readonly='yes' type='pflash'>/usr/share/OVMF/OVMF_CODE.fd</loader>
  17. <nvram>/var/lib/libvirt/qemu/nvram/GameVM_VARS.fd</nvram>
  18. <boot dev='hd'/>
  19. <bootmenu enable='yes'/>
  20. </os>
  21. <features>
  22. <acpi/>
  23. <apic/>
  24. <hyperv>
  25. <relaxed state='on'/>
  26. <vapic state='on'/>
  27. <spinlocks state='on' retries='8191'/>
  28. <vendor_id state='on' value='whatever'/>
  29. </hyperv>
  30. <kvm>
  31. <hidden state='on'/>
  32. </kvm>
  33. <vmport state='off'/>
  34. </features>
  35. <cpu mode='custom' match='exact' check='partial'>
  36. <model fallback='allow'>EPYC-IBPB</model>
  37. <topology sockets='1' cores='4' threads='1'/>
  38. </cpu>
  39. <clock offset='utc'>
  40. <timer name='rtc' tickpolicy='catchup'/>
  41. <timer name='pit' tickpolicy='delay'/>
  42. <timer name='hpet' present='no'/>
  43. </clock>
  44. <on_poweroff>destroy</on_poweroff>
  45. <on_reboot>restart</on_reboot>
  46. <on_crash>destroy</on_crash>
  47. <pm>
  48. <suspend-to-mem enabled='no'/>
  49. <suspend-to-disk enabled='no'/>
  50. </pm>
  51. <devices>
  52. <emulator>/usr/bin/kvm-spice</emulator>
  53. <disk type='file' device='disk'>
  54. <driver name='qemu' type='qcow2'/>
  55. <source file='/var/lib/libvirt/images/GameVM.qcow2'/>
  56. <target dev='hda' bus='ide'/>
  57. <address type='drive' controller='0' bus='0' target='0' unit='0'/>
  58. </disk>
  59. <controller type='usb' index='0' model='ich9-ehci1'>
  60. <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x7'/>
  61. </controller>
  62. <controller type='usb' index='0' model='ich9-uhci1'>
  63. <master startport='0'/>
  64. <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0' multifunction='on'/>
  65. </controller>
  66. <controller type='usb' index='0' model='ich9-uhci2'>
  67. <master startport='2'/>
  68. <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x1'/>
  69. </controller>
  70. <controller type='usb' index='0' model='ich9-uhci3'>
  71. <master startport='4'/>
  72. <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x2'/>
  73. </controller>
  74. <controller type='pci' index='0' model='pci-root'/>
  75. <controller type='ide' index='0'>
  76. <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
  77. </controller>
  78. <controller type='virtio-serial' index='0'>
  79. <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
  80. </controller>
  81. <interface type='network'>
  82. <mac address='52:54:00:c4:da:0c'/>
  83. <source network='default'/>
  84. <model type='rtl8139'/>
  85. <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  86. </interface>
  87. <serial type='pty'>
  88. <target type='isa-serial' port='0'>
  89. <model name='isa-serial'/>
  90. </target>
  91. </serial>
  92. <console type='pty'>
  93. <target type='serial' port='0'/>
  94. </console>
  95. <channel type='spicevmc'>
  96. <target type='virtio' name='com.redhat.spice.0'/>
  97. <address type='virtio-serial' controller='0' bus='0' port='1'/>
  98. </channel>
  99. <input type='mouse' bus='ps2'/>
  100. <input type='keyboard' bus='ps2'/>
  101. <sound model='ich6'>
  102. <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  103. </sound>
  104. <hostdev mode='subsystem' type='pci' managed='yes'>
  105. <source>
  106. <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
  107. </source>
  108. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  109. </hostdev>
  110. <redirdev bus='usb' type='spicevmc'>
  111. <address type='usb' bus='0' port='1'/>
  112. </redirdev>
  113. <redirdev bus='usb' type='spicevmc'>
  114. <address type='usb' bus='0' port='2'/>
  115. </redirdev>
  116. <memballoon model='virtio'>
  117. <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
  118. </memballoon>
  119. <shmem name='looking-glass'>
  120. <model type='ivshmem-plain'/>
  121. <size unit='M'>32</size>
  122. <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
  123. </shmem>
  124. </devices>
  125. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement