Advertisement
Guest User

Untitled

a guest
Sep 29th, 2011
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. <domain type='kvm' id='45'>
  2. <name>vm-name</name>
  3. <uuid>32b5bf0d-fe46-2edb-b0d9-c134ba8a7636</uuid>
  4. <memory>2097152</memory>
  5. <currentMemory>2097152</currentMemory>
  6. <vcpu current='1'>3</vcpu>
  7. <os>
  8. <type arch='x86_64' machine='pc-0.14'>hvm</type>
  9. </os>
  10. <features>
  11. <acpi/>
  12. <apic/>
  13. <pae/>
  14. </features>
  15. <clock offset='utc'/>
  16. <on_poweroff>destroy</on_poweroff>
  17. <on_reboot>restart</on_reboot>
  18. <on_crash>restart</on_crash>
  19. <devices>
  20. <emulator>/usr/bin/kvm</emulator>
  21. <disk type='file' device='disk'>
  22. <driver name='qemu' type='raw'/>
  23. <source file='/var/lib/libvirt/images/ploop2.img'/>
  24. <target dev='vda' bus='virtio'/>
  25. <alias name='virtio-disk0'/>
  26. <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
  27. </disk>
  28. <disk type='file' device='disk'>
  29. <driver name='qemu' type='raw'/>
  30. <source file='/var/lib/libvirt/images/vm-name.img'/>
  31. <target dev='vdb' bus='virtio'/>
  32. <alias name='virtio-disk1'/>
  33. <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
  34. </disk>
  35. <interface type='bridge'>
  36. <mac address='52:54:00:28:ca:e5'/>
  37. <source bridge='br0'/>
  38. <target dev='vnet1'/>
  39. <model type='rtl8139'/>
  40. <boot order='2'/>
  41. <alias name='net0'/>
  42. <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  43. </interface>
  44. <interface type='bridge'>
  45. <mac address='52:54:00:28:ca:e6'/>
  46. <source bridge='br0'/>
  47. <target dev='vnet2'/>
  48. <model type='rtl8139'/>
  49. <boot order='1'/>
  50. <alias name='net1'/>
  51. <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  52. </interface>
  53. <serial type='pty'>
  54. <source path='/dev/pts/5'/>
  55. <target port='0'/>
  56. <alias name='serial0'/>
  57. </serial>
  58. <console type='pty' tty='/dev/pts/5'>
  59. <source path='/dev/pts/5'/>
  60. <target type='serial' port='0'/>
  61. <alias name='serial0'/>
  62. </console>
  63. <input type='mouse' bus='ps2'/>
  64. <graphics type='vnc' port='5901' autoport='yes' keymap='en-us'/>
  65. <video>
  66. <model type='cirrus' vram='9216' heads='1'/>
  67. <alias name='video0'/>
  68. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  69. </video>
  70. <memballoon model='virtio'>
  71. <alias name='balloon0'/>
  72. <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
  73. </memballoon>
  74. </devices>
  75. <seclabel type='dynamic' model='apparmor'>
  76. <label>libvirt-32b5bf0d-fe46-2edb-b0d9-c134ba8a7636</label>
  77. <imagelabel>libvirt-32b5bf0d-fe46-2edb-b0d9-c134ba8a7636</imagelabel>
  78. </seclabel>
  79. </domain>
  80.  
  81.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement