Advertisement
Guest User

domxml

a guest
Oct 20th, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. <domain type='kvm'>
  2. <name>fedora20</name>
  3. <uuid>6721d798-0a04-4817-881e-b600a40b75a6</uuid>
  4. <memory unit='KiB'>1048576</memory>
  5. <currentMemory unit='KiB'>1048576</currentMemory>
  6. <vcpu placement='static'>1</vcpu>
  7. <os>
  8. <type arch='x86_64' machine='pc-i440fx-1.6'>hvm</type>
  9. <boot dev='hd'/>
  10. </os>
  11. <features>
  12. <acpi/>
  13. <apic/>
  14. <pae/>
  15. </features>
  16. <cpu mode='custom' match='exact'>
  17. <model fallback='allow'>SandyBridge</model>
  18. </cpu>
  19. <clock offset='utc'>
  20. <timer name='rtc' tickpolicy='catchup'/>
  21. <timer name='pit' tickpolicy='delay'/>
  22. <timer name='hpet' present='no'/>
  23. </clock>
  24. <on_poweroff>destroy</on_poweroff>
  25. <on_reboot>restart</on_reboot>
  26. <on_crash>restart</on_crash>
  27. <pm>
  28. <suspend-to-mem enabled='no'/>
  29. <suspend-to-disk enabled='no'/>
  30. </pm>
  31. <devices>
  32. <emulator>/usr/bin/qemu-kvm</emulator>
  33. <disk type='file' device='disk'>
  34. <driver name='qemu' type='qcow2'/>
  35. <source file='/home/Aoster/VirtualMachines/fedora20.qcow2'/>
  36. <target dev='vda' bus='virtio'/>
  37. <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
  38. </disk>
  39. <disk type='block' device='cdrom'>
  40. <driver name='qemu' type='raw'/>
  41. <target dev='hda' bus='ide'/>
  42. <readonly/>
  43. <address type='drive' controller='0' bus='0' target='0' unit='0'/>
  44. </disk>
  45. <controller type='usb' index='0' model='ich9-ehci1'>
  46. <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x7'/>
  47. </controller>
  48. <controller type='usb' index='0' model='ich9-uhci1'>
  49. <master startport='0'/>
  50. <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0' multifunction='on'/>
  51. </controller>
  52. <controller type='usb' index='0' model='ich9-uhci2'>
  53. <master startport='2'/>
  54. <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x1'/>
  55. </controller>
  56. <controller type='usb' index='0' model='ich9-uhci3'>
  57. <master startport='4'/>
  58. <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x2'/>
  59. </controller>
  60. <controller type='pci' index='0' model='pci-root'/>
  61. <controller type='ide' index='0'>
  62. <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
  63. </controller>
  64. <controller type='virtio-serial' index='0'>
  65. <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
  66. </controller>
  67. <interface type='user'>
  68. <mac address='52:54:00:ec:8e:ec'/>
  69. <model type='virtio'/>
  70. <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  71. </interface>
  72. <console type='pty'>
  73. <target type='virtio' port='0'/>
  74. </console>
  75. <channel type='spicevmc'>
  76. <target type='virtio' name='com.redhat.spice.0'/>
  77. <address type='virtio-serial' controller='0' bus='0' port='1'/>
  78. </channel>
  79. <input type='tablet' bus='usb'/>
  80. <input type='mouse' bus='ps2'/>
  81. <graphics type='spice' autoport='yes'/>
  82. <video>
  83. <model type='qxl' ram='65536' vram='65536' heads='1'/>
  84. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  85. </video>
  86. <redirdev bus='usb' type='spicevmc'>
  87. </redirdev>
  88. <redirdev bus='usb' type='spicevmc'>
  89. </redirdev>
  90. <redirdev bus='usb' type='spicevmc'>
  91. </redirdev>
  92. <redirdev bus='usb' type='spicevmc'>
  93. </redirdev>
  94. <memballoon model='virtio'>
  95. <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
  96. </memballoon>
  97. </devices>
  98. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement