Guest User

Untitled

a guest
Apr 26th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. <domain type='kvm'>
  2. <name>virtual-baremetal</name>
  3. <uuid>2a4cedd7-4912-4f96-ab04-a5c40e014c1c</uuid>
  4. <memory unit='KiB'>25165824</memory>
  5. <currentMemory unit='KiB'>25165824</currentMemory>
  6. <vcpu placement='static'>2</vcpu>
  7. <os>
  8. <type arch='x86_64' machine='pc-i440fx-rhel7.0.0'>hvm</type>
  9. <boot dev='network'/>
  10. </os>
  11. <features>
  12. <acpi/>
  13. <apic/>
  14. </features>
  15. <cpu mode='host-passthrough' check='none'/>
  16. <clock offset='utc'>
  17. <timer name='rtc' tickpolicy='catchup'/>
  18. <timer name='pit' tickpolicy='delay'/>
  19. <timer name='hpet' present='no'/>
  20. </clock>
  21. <on_poweroff>destroy</on_poweroff>
  22. <on_reboot>restart</on_reboot>
  23. <on_crash>restart</on_crash>
  24. <pm>
  25. <suspend-to-mem enabled='no'/>
  26. <suspend-to-disk enabled='no'/>
  27. </pm>
  28. <devices>
  29. <emulator>/usr/libexec/qemu-kvm</emulator>
  30. <disk type='file' device='disk'>
  31. <driver name='qemu' type='qcow2'/>
  32. <source file='/storage01/pbourke/VMs/virtual-baremetal.qcow2'/>
  33. <target dev='vda' bus='virtio'/>
  34. <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/>
  35. </disk>
  36. <controller type='usb' index='0' model='ich9-ehci1'>
  37. <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x7'/>
  38. </controller>
  39. <controller type='usb' index='0' model='ich9-uhci1'>
  40. <master startport='0'/>
  41. <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0' multifunction='on'/>
  42. </controller>
  43. <controller type='usb' index='0' model='ich9-uhci2'>
  44. <master startport='2'/>
  45. <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x1'/>
  46. </controller>
  47. <controller type='usb' index='0' model='ich9-uhci3'>
  48. <master startport='4'/>
  49. <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x2'/>
  50. </controller>
  51. <controller type='pci' index='0' model='pci-root'/>
  52. <controller type='virtio-serial' index='0'>
  53. <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
  54. </controller>
  55. <interface type='bridge'>
  56. <mac address='52:54:00:ff:15:55'/>
  57. <source bridge='virbr0'/>
  58. <target dev='tap52'/>
  59. <model type='virtio'/>
  60. <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  61. </interface>
  62. <serial type='pty'>
  63. <target port='0'/>
  64. </serial>
  65. <console type='pty'>
  66. <target type='serial' port='0'/>
  67. </console>
  68. <channel type='unix'>
  69. <target type='virtio' name='org.qemu.guest_agent.0'/>
  70. <address type='virtio-serial' controller='0' bus='0' port='1'/>
  71. </channel>
  72. <input type='tablet' bus='usb'>
  73. <address type='usb' bus='0' port='1'/>
  74. </input>
  75. <input type='mouse' bus='ps2'/>
  76. <input type='keyboard' bus='ps2'/>
  77. <graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0'>
  78. <listen type='address' address='0.0.0.0'/>
  79. </graphics>
  80. <video>
  81. <model type='cirrus' vram='16384' heads='1' primary='yes'/>
  82. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  83. </video>
  84. <memballoon model='virtio'>
  85. <address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/>
  86. </memballoon>
  87. </devices>
  88. <seclabel type='none' model='none'/>
  89. </domain>
Add Comment
Please, Sign In to add comment