Advertisement
Guest User

VFP xml

a guest
Aug 19th, 2019
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.25 KB | None | 0 0
  1. <domain type='kvm' id='2'>
  2. <name>vfp-vmx1</name>
  3. <uuid>45951bc1-c8fd-4c99-8b2d-4042105f0d49</uuid>
  4. <memory unit='KiB'>48000000</memory>
  5. <currentMemory unit='KiB'>48000000</currentMemory>
  6. <memoryBacking>
  7. <hugepages/>
  8. <nosharepages/>
  9. </memoryBacking>
  10. <vcpu placement='static'>11</vcpu>
  11. <cputune>
  12. <vcpupin vcpu='0' cpuset='1'/>
  13. <vcpupin vcpu='1' cpuset='9'/>
  14. <vcpupin vcpu='2' cpuset='3'/>
  15. <vcpupin vcpu='3' cpuset='0'/>
  16. <vcpupin vcpu='4' cpuset='8'/>
  17. <vcpupin vcpu='5' cpuset='2'/>
  18. <vcpupin vcpu='6' cpuset='10'/>
  19. <vcpupin vcpu='7' cpuset='4'/>
  20. <vcpupin vcpu='8' cpuset='12'/>
  21. <vcpupin vcpu='9' cpuset='6'/>
  22. <vcpupin vcpu='10' cpuset='14'/>
  23. <emulatorpin cpuset='7'/>
  24. </cputune>
  25. <numatune>
  26. <memory mode='strict' nodeset='0'/>
  27. </numatune>
  28. <resource>
  29. <partition>/machine</partition>
  30. </resource>
  31. <os>
  32. <type arch='x86_64' machine='pc-i440fx-rhel7.0.0'>hvm</type>
  33. <boot dev='hd'/>
  34. </os>
  35. <features>
  36. <acpi/>
  37. </features>
  38. <cpu mode='custom' match='exact' check='full'>
  39. <model fallback='forbid'>Broadwell-IBRS</model>
  40. <vendor>Intel</vendor>
  41. <topology sockets='1' cores='11' threads='1'/>
  42. <feature policy='require' name='vme'/>
  43. <feature policy='disable' name='ds'/>
  44. <feature policy='disable' name='acpi'/>
  45. <feature policy='require' name='ss'/>
  46. <feature policy='disable' name='ht'/>
  47. <feature policy='disable' name='tm'/>
  48. <feature policy='disable' name='pbe'/>
  49. <feature policy='disable' name='dtes64'/>
  50. <feature policy='disable' name='monitor'/>
  51. <feature policy='disable' name='ds_cpl'/>
  52. <feature policy='require' name='vmx'/>
  53. <feature policy='disable' name='smx'/>
  54. <feature policy='disable' name='est'/>
  55. <feature policy='disable' name='tm2'/>
  56. <feature policy='disable' name='xtpr'/>
  57. <feature policy='disable' name='pdcm'/>
  58. <feature policy='disable' name='dca'/>
  59. <feature policy='disable' name='osxsave'/>
  60. <feature policy='require' name='f16c'/>
  61. <feature policy='require' name='rdrand'/>
  62. <feature policy='disable' name='arat'/>
  63. <feature policy='disable' name='tsc_adjust'/>
  64. <feature policy='require' name='stibp'/>
  65. <feature policy='require' name='ssbd'/>
  66. <feature policy='require' name='xsaveopt'/>
  67. <feature policy='require' name='pdpe1gb'/>
  68. <feature policy='require' name='abm'/>
  69. <feature policy='require' name='hypervisor'/>
  70. </cpu>
  71. <clock offset='utc'/>
  72. <on_poweroff>destroy</on_poweroff>
  73. <on_reboot>restart</on_reboot>
  74. <on_crash>restart</on_crash>
  75. <devices>
  76. <emulator>/usr/bin/qemu-system-x86_64</emulator>
  77. <disk type='file' device='disk'>
  78. <driver name='qemu' type='raw' cache='directsync'/>
  79. <source file='/home/vMX/build/vmx1/images/vFPC-20190718.img'/>
  80. <backingStore/>
  81. <target dev='hda' bus='ide'/>
  82. <alias name='ide0-0-0'/>
  83. <address type='drive' controller='0' bus='0' target='0' unit='0'/>
  84. </disk>
  85. <controller type='pci' index='0' model='pci-root'>
  86. <alias name='pci.0'/>
  87. </controller>
  88. <controller type='usb' index='0' model='piix3-uhci'>
  89. <alias name='usb'/>
  90. <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
  91. </controller>
  92. <controller type='ide' index='0'>
  93. <alias name='ide'/>
  94. <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
  95. </controller>
  96. <interface type='bridge'>
  97. <mac address='02:50:59:35:fa:d6'/>
  98. <source bridge='br-ext'/>
  99. <target dev='vfp-ext-vmx1'/>
  100. <model type='virtio'/>
  101. <alias name='net0'/>
  102. <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  103. </interface>
  104. <interface type='bridge'>
  105. <mac address='52:54:00:6f:77:1d'/>
  106. <source bridge='br-int-vmx1'/>
  107. <target dev='vfp-int-vmx1'/>
  108. <model type='virtio'/>
  109. <alias name='net1'/>
  110. <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  111. </interface>
  112. <interface type='hostdev' managed='yes'>
  113. <mac address='02:52:61:38:fa:d6'/>
  114. <driver name='vfio'/>
  115. <source>
  116. <address type='pci' domain='0x0000' bus='0x04' slot='0x02' function='0x0'/>
  117. </source>
  118. <alias name='hostdev0'/>
  119. <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
  120. </interface>
  121. <interface type='hostdev' managed='yes'>
  122. <mac address='02:54:62:37:fa:d6'/>
  123. <driver name='vfio'/>
  124. <source>
  125. <address type='pci' domain='0x0000' bus='0x04' slot='0x0a' function='0x0'/>
  126. </source>
  127. <alias name='hostdev1'/>
  128. <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
  129. </interface>
  130. <interface type='hostdev' managed='yes'>
  131. <mac address='02:56:14:38:fa:d6'/>
  132. <driver name='vfio'/>
  133. <source>
  134. <address type='pci' domain='0x0000' bus='0x06' slot='0x02' function='0x0'/>
  135. </source>
  136. <alias name='hostdev2'/>
  137. <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
  138. </interface>
  139. <interface type='hostdev' managed='yes'>
  140. <mac address='02:54:60:42:fa:d6'/>
  141. <driver name='vfio'/>
  142. <source>
  143. <address type='pci' domain='0x0000' bus='0x06' slot='0x0a' function='0x0'/>
  144. </source>
  145. <alias name='hostdev3'/>
  146. <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/>
  147. </interface>
  148. <serial type='tcp'>
  149. <source mode='bind' host='127.0.0.1' service='8602' tls='no'/>
  150. <protocol type='telnet'/>
  151. <target type='isa-serial' port='0'>
  152. <model name='isa-serial'/>
  153. </target>
  154. <alias name='serial0'/>
  155. </serial>
  156. <console type='tcp'>
  157. <source mode='bind' host='127.0.0.1' service='8602' tls='no'/>
  158. <protocol type='telnet'/>
  159. <target type='serial' port='0'/>
  160. <alias name='serial0'/>
  161. </console>
  162. <input type='tablet' bus='usb'>
  163. <alias name='input0'/>
  164. <address type='usb' bus='0' port='1'/>
  165. </input>
  166. <input type='mouse' bus='ps2'>
  167. <alias name='input1'/>
  168. </input>
  169. <input type='keyboard' bus='ps2'>
  170. <alias name='input2'/>
  171. </input>
  172. <graphics type='vnc' port='5901' autoport='yes' listen='127.0.0.1'>
  173. <listen type='address' address='127.0.0.1'/>
  174. </graphics>
  175. <sound model='ac97'>
  176. <alias name='sound0'/>
  177. <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
  178. </sound>
  179. <video>
  180. <model type='cirrus' vram='16384' heads='1' primary='yes'/>
  181. <alias name='video0'/>
  182. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  183. </video>
  184. <memballoon model='virtio'>
  185. <alias name='balloon0'/>
  186. <address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/>
  187. </memballoon>
  188. </devices>
  189. <seclabel type='dynamic' model='selinux' relabel='yes'>
  190. <label>system_u:system_r:svirt_t:s0:c562,c740</label>
  191. <imagelabel>system_u:object_r:svirt_image_t:s0:c562,c740</imagelabel>
  192. </seclabel>
  193. <seclabel type='dynamic' model='dac' relabel='yes'>
  194. <label>+107:+107</label>
  195. <imagelabel>+107:+107</imagelabel>
  196. </seclabel>
  197. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement