Guest User

Untitled

a guest
Dec 11th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. <domain type='kvm' id='13'>
  2. <name>VM_name</name>
  3. <memory>1048576</memory>
  4. <currentMemory>1048576</currentMemory>
  5. <vcpu>1</vcpu>
  6. <os>
  7. <type arch='x86_64' machine='pc-0.12'>hvm</type>
  8. </os>
  9. <features>
  10. <acpi/>
  11. <apic/>
  12. <pae/>
  13. </features>
  14. <clock offset='utc'/>
  15. <on_poweroff>destroy</on_poweroff>
  16. <on_reboot>restart</on_reboot>
  17. <on_crash>restart</on_crash>
  18. <devices>
  19. <emulator>/usr/bin/kvm</emulator>
  20. <disk type='file' device='disk'>
  21. <driver name='qemu' type='raw'/>
  22. <source file='/var/lib/libvirt/images/vm_name.img'/>
  23. <target dev='vda' bus='virtio'/>
  24. <alias name='virtio-disk0'/>
  25. </disk>
  26. <interface type='bridge'>
  27. <mac address='52:54:00:9f:38:14'/>
  28. <source bridge='br0'/>
  29. <target dev='vnet14'/>
  30. <model type='virtio'/>
  31. <alias name='net0'/>
  32. <boot order='2' />
  33. </interface>
  34. <interface type='bridge'>
  35. <mac address='52:54:00:9f:38:13'/>
  36. <source bridge='br1'/>
  37. <target dev='vnet15'/>
  38. <model type='virtio'/>
  39. <alias name='net1'/>
  40. <boot order='1' />
  41. </interface>
  42. <serial type='pty'>
  43. <target port='0'/>
  44. </serial>
  45. <console type='pty'>
  46. <target port='0'/>
  47. </console>
  48. <input type='mouse' bus='ps2'/>
  49. <graphics type='vnc' port='5907' autoport='yes'/>
  50. <video>
  51. <model type='cirrus' vram='9216' heads='1'/>
  52. </video>
  53. </devices>
  54. </domain>
Add Comment
Please, Sign In to add comment