Guest User

virsh dumpxml

a guest
Jun 26th, 2012
675
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. <domain type='kvm' id='7'>
  2. <name>chameleon.ootbdev</name>
  3. <uuid>5977270b-626c-d869-31fd-670eb9a7612a</uuid>
  4. <memory>262144</memory>
  5. <currentMemory>262144</currentMemory>
  6. <vcpu>1</vcpu>
  7. <os>
  8. <type arch='x86_64' machine='pc-1.0'>hvm</type>
  9. <boot dev='hd'/>
  10. </os>
  11. <features>
  12. <acpi/>
  13. </features>
  14. <clock offset='utc'/>
  15. <on_poweroff>destroy</on_poweroff>
  16. <on_reboot>restart</on_reboot>
  17. <on_crash>destroy</on_crash>
  18. <devices>
  19. <emulator>/usr/bin/kvm</emulator>
  20. <disk type='file' device='disk'>
  21. <driver name='qemu' type='qcow2'/>
  22. <source file='/var/lib/libvirt/images/ubuntu.qcow2'/>
  23. <target dev='hda' bus='ide'/>
  24. <alias name='ide0-0-0'/>
  25. <address type='drive' controller='0' bus='0' unit='0'/>
  26. </disk>
  27. <controller type='ide' index='0'>
  28. <alias name='ide0'/>
  29. <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
  30. </controller>
  31. <interface type='bridge'>
  32. <mac address='52:54:00:74:a3:5a'/>
  33. <source bridge='br0'/>
  34. <target dev='vnet0'/>
  35. <model type='virtio'/>
  36. <alias name='net0'/>
  37. <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  38. </interface>
  39. <input type='mouse' bus='ps2'/>
  40. <graphics type='vnc' port='5900' autoport='yes' listen='127.0.0.1'>
  41. <listen type='address' address='127.0.0.1'/>
  42. </graphics>
  43. <video>
  44. <model type='cirrus' vram='9216' heads='1'/>
  45. <alias name='video0'/>
  46. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  47. </video>
  48. <memballoon model='virtio'>
  49. <alias name='balloon0'/>
  50. <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  51. </memballoon>
  52. </devices>
  53. <seclabel type='dynamic' model='apparmor' relabel='yes'>
  54. <label>libvirt-5977270b-626c-d869-31fd-670eb9a7612a</label>
  55. <imagelabel>libvirt-5977270b-626c-d869-31fd-670eb9a7612a</imagelabel>
  56. </seclabel>
  57. </domain>
Add Comment
Please, Sign In to add comment