vma-marshmallow.xml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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 vma-marshmallow
  5. or other application using the libvirt API.
  6. -->
  7. <domain type='kvm'>
  8. <name>vma-marshmallow</name>
  9. <uuid>1f8ed54c-e1d6-41af-860d-ab30412f4440</uuid>
  10. <description>virtual mobile android device</description>
  11. <memory unit='KiB'>2097152</memory>
  12. <currentMemory unit='KiB'>2097152</currentMemory>
  13. <vcpu placement='static'>2</vcpu>
  14. <os>
  15. <type arch='x86_64' machine='pc-i440fx-xenial'>hvm</type>
  16. </os>
  17. <features>
  18. <acpi/>
  19. <apic/>
  20. </features>
  21. <cpu mode='custom' match='exact'>
  22. <model fallback='allow'>Haswell</model>
  23. </cpu>
  24. <clock offset='utc'>
  25. <timer name='rtc' tickpolicy='catchup'/>
  26. <timer name='pit' tickpolicy='delay'/>
  27. <timer name='hpet' present='no'/>
  28. </clock>
  29. <on_poweroff>destroy</on_poweroff>
  30. <on_reboot>restart</on_reboot>
  31. <on_crash>restart</on_crash>
  32. <pm>
  33. <suspend-to-mem enabled='no'/>
  34. <suspend-to-disk enabled='no'/>
  35. </pm>
  36. <devices>
  37. <emulator>/usr/bin/kvm-spice</emulator>
  38. <disk type='file' device='disk'>
  39. <driver name='qemu' type='qcow2'/>
  40. <source file='/mnt/vd_images/kvm_disks/vdisks/android.qcow2'/>
  41. <target dev='hda' bus='ide'/>
  42. <boot order='1'/>
  43. <address type='drive' controller='0' bus='0' target='0' unit='0'/>
  44. </disk>
  45. <disk type='file' device='cdrom'>
  46. <driver name='qemu' type='raw'/>
  47. <source file='/opt/virtual_machines/android-x86_64-6.0-r1.iso'/>
  48. <target dev='hdb' bus='ide'/>
  49. <readonly/>
  50. <address type='drive' controller='0' bus='0' target='0' unit='1'/>
  51. </disk>
  52. <controller type='usb' index='0' model='ich9-ehci1'>
  53. <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x7'/>
  54. </controller>
  55. <controller type='usb' index='0' model='ich9-uhci1'>
  56. <master startport='0'/>
  57. <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0' multifunction='on'/>
  58. </controller>
  59. <controller type='usb' index='0' model='ich9-uhci2'>
  60. <master startport='2'/>
  61. <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x1'/>
  62. </controller>
  63. <controller type='usb' index='0' model='ich9-uhci3'>
  64. <master startport='4'/>
  65. <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x2'/>
  66. </controller>
  67. <controller type='pci' index='0' model='pci-root'/>
  68. <controller type='ide' index='0'>
  69. <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
  70. </controller>
  71. <controller type='virtio-serial' index='0'>
  72. <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
  73. </controller>
  74. <interface type='network'>
  75. <mac address='52:54:00:7f:2a:35'/>
  76. <source network='ovsbr0'/>
  77. <model type='virtio'/>
  78. <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  79. </interface>
  80. <serial type='pty'>
  81. <target port='0'/>
  82. </serial>
  83. <console type='pty'>
  84. <target type='serial' port='0'/>
  85. </console>
  86. <channel type='spicevmc'>
  87. <target type='virtio' name='com.redhat.spice.0'/>
  88. <address type='virtio-serial' controller='0' bus='0' port='1'/>
  89. </channel>
  90. <input type='mouse' bus='ps2'/>
  91. <input type='keyboard' bus='ps2'/>
  92. <graphics type='spice' port='5923' autoport='no' listen='0.0.0.0'>
  93. <listen type='address' address='0.0.0.0'/>
  94. <image compression='off'/>
  95. </graphics>
  96. <sound model='ich6'>
  97. <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  98. </sound>
  99. <video>
  100. <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1'/>
  101. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  102. </video>
  103. <redirdev bus='usb' type='spicevmc'>
  104. </redirdev>
  105. <redirdev bus='usb' type='spicevmc'>
  106. </redirdev>
  107. <memballoon model='virtio'>
  108. <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
  109. </memballoon>
  110. </devices>
  111. </domain>