vsu-protozoa.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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 vsu-protozoa
  5. or other application using the libvirt API.
  6. -->
  7. <domain type='kvm'>
  8. <name>vsu-protozoa</name>
  9. <uuid>56ff4488-4fe1-4e7b-a3c5-1fee50c97634</uuid>
  10. <title>Reference Ubuntu OS</title>
  11. <description>Used for cloning a new ubuntu 16.04 LTS server</description>
  12. <memory unit='KiB'>4194304</memory>
  13. <currentMemory unit='KiB'>4194304</currentMemory>
  14. <vcpu placement='static'>2</vcpu>
  15. <os>
  16. <type arch='x86_64' machine='pc-i440fx-xenial'>hvm</type>
  17. <boot dev='hd'/>
  18. </os>
  19. <features>
  20. <acpi/>
  21. <apic/>
  22. </features>
  23. <cpu mode='host-model'>
  24. <model fallback='allow'/>
  25. </cpu>
  26. <clock offset='utc'>
  27. <timer name='rtc' tickpolicy='catchup'/>
  28. <timer name='pit' tickpolicy='delay'/>
  29. <timer name='hpet' present='no'/>
  30. </clock>
  31. <on_poweroff>destroy</on_poweroff>
  32. <on_reboot>restart</on_reboot>
  33. <on_crash>restart</on_crash>
  34. <pm>
  35. <suspend-to-mem enabled='no'/>
  36. <suspend-to-disk enabled='no'/>
  37. </pm>
  38. <devices>
  39. <emulator>/usr/bin/kvm-spice</emulator>
  40. <disk type='file' device='disk'>
  41. <driver name='qemu' type='qcow2'/>
  42. <source file='/mnt/vd_images/kvm_disks/vdisks/base.img'/>
  43. <target dev='vda' bus='virtio'/>
  44. <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
  45. </disk>
  46. <controller type='usb' index='0' model='ich9-ehci1'>
  47. <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x7'/>
  48. </controller>
  49. <controller type='usb' index='0' model='ich9-uhci1'>
  50. <master startport='0'/>
  51. <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0' multifunction='on'/>
  52. </controller>
  53. <controller type='usb' index='0' model='ich9-uhci2'>
  54. <master startport='2'/>
  55. <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x1'/>
  56. </controller>
  57. <controller type='usb' index='0' model='ich9-uhci3'>
  58. <master startport='4'/>
  59. <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x2'/>
  60. </controller>
  61. <controller type='pci' index='0' model='pci-root'/>
  62. <controller type='virtio-serial' index='0'>
  63. <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
  64. </controller>
  65. <interface type='network'>
  66. <mac address='52:54:00:8f:b3:65'/>
  67. <source network='ovsbr0'/>
  68. <model type='virtio'/>
  69. <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  70. </interface>
  71. <serial type='pty'>
  72. <target port='0'/>
  73. </serial>
  74. <console type='pty'>
  75. <target type='serial' port='0'/>
  76. </console>
  77. <channel type='spicevmc'>
  78. <target type='virtio' name='com.redhat.spice.0'/>
  79. <address type='virtio-serial' controller='0' bus='0' port='1'/>
  80. </channel>
  81. <input type='mouse' bus='ps2'/>
  82. <input type='keyboard' bus='ps2'/>
  83. <graphics type='spice' port='5925' autoport='no'>
  84. <image compression='off'/>
  85. </graphics>
  86. <sound model='ich6'>
  87. <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  88. </sound>
  89. <video>
  90. <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1'/>
  91. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  92. </video>
  93. <redirdev bus='usb' type='spicevmc'>
  94. </redirdev>
  95. <redirdev bus='usb' type='spicevmc'>
  96. </redirdev>
  97. <memballoon model='virtio'>
  98. <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
  99. </memballoon>
  100. </devices>
  101. </domain>