Guest User

Untitled

a guest
May 26th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. <domain type='kvm'>
  2. <name>CIJoe</name>
  3. <uuid>36675cb5-0f94-0ff8-7f07-5defb1a4ee3a</uuid>
  4. <memory>524288</memory>
  5. <currentMemory>524288</currentMemory>
  6. <vcpu>1</vcpu>
  7. <os>
  8. <type arch='x86_64' machine='pc-0.12'>hvm</type>
  9. <boot dev='hd'/>
  10. </os>
  11. <features>
  12. <acpi/>
  13. <apic/>
  14. <pae/>
  15. </features>
  16. <clock offset='utc'/>
  17. <on_poweroff>destroy</on_poweroff>
  18. <on_reboot>restart</on_reboot>
  19. <on_crash>restart</on_crash>
  20. <devices>
  21. <emulator>/usr/bin/kvm</emulator>
  22. <disk type='file' device='disk'>
  23. <driver name='qemu' type='raw'/>
  24. <source file='/var/lib/libvirt/images/CIJoe.img'/>
  25. <target dev='vda' bus='virtio'/>
  26. </disk>
  27. <disk type='block' device='cdrom'>
  28. <driver name='qemu'/>
  29. <target dev='hdc' bus='ide'/>
  30. <readonly/>
  31. </disk>
  32. <interface type='bridge'>
  33. <mac address='52:54:00:20:e5:c1'/>
  34. <source bridge='br0'/>
  35. <model type='virtio'/>
  36. </interface>
  37. <console type='pty'>
  38. <target port='0'/>
  39. </console>
  40. <console type='pty'>
  41. <target port='0'/>
  42. </console>
  43. <input type='mouse' bus='ps2'/>
  44. <graphics type='vnc' port='-1' autoport='yes'/>
  45. <video>
  46. <model type='cirrus' vram='9216' heads='1'/>
  47. </video>
  48. </devices>
  49. </domain>
Add Comment
Please, Sign In to add comment