Advertisement
Guest User

Untitled

a guest
Jan 7th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.00 KB | None | 0 0
  1. ☁  virsh -c qemu:///system dumpxml ub1404
  2. <domain type='kvm' id='4'>
  3.   <name>ub1404</name>
  4.   <uuid>32981a95-d41b-498e-b448-9da8f85305e2</uuid>
  5.   <memory unit='KiB'>524288</memory>
  6.   <currentMemory unit='KiB'>524288</currentMemory>
  7.   <vcpu placement='static'>1</vcpu>
  8.   <resource>
  9.     <partition>/machine</partition>
  10.   </resource>
  11.   <os>
  12.     <type arch='x86_64' machine='pc-i440fx-utopic'>hvm</type>
  13.     <boot dev='hd'/>
  14.   </os>
  15.   <features>
  16.     <acpi/>
  17.     <apic/>
  18.     <pae/>
  19.   </features>
  20.   <cpu mode='custom' match='exact'>
  21.     <model fallback='allow'>Westmere</model>
  22.   </cpu>
  23.   <clock offset='utc'>
  24.     <timer name='rtc' tickpolicy='catchup'/>
  25.     <timer name='pit' tickpolicy='delay'/>
  26.     <timer name='hpet' present='no'/>
  27.   </clock>
  28.   <on_poweroff>destroy</on_poweroff>
  29.   <on_reboot>restart</on_reboot>
  30.   <on_crash>restart</on_crash>
  31.   <devices>
  32.     <emulator>/usr/bin/kvm-spice</emulator>
  33.     <disk type='file' device='disk'>
  34.       <driver name='qemu' type='raw'/>
  35.       <source file='/home/nariman/ubuntu-kvm/ubvm.qcow2'/>
  36.       <backingStore/>
  37.       <target dev='hda' bus='ide'/>
  38.       <alias name='ide0-0-0'/>
  39.       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
  40.     </disk>
  41.     <disk type='block' device='cdrom'>
  42.       <driver name='qemu' type='raw'/>
  43.       <backingStore/>
  44.       <target dev='hdb' bus='ide'/>
  45.       <readonly/>
  46.       <alias name='ide0-0-1'/>
  47.       <address type='drive' controller='0' bus='0' target='0' unit='1'/>
  48.     </disk>
  49.     <controller type='usb' index='0' model='ich9-ehci1'>
  50.       <alias name='usb0'/>
  51.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x7'/>
  52.     </controller>
  53.     <controller type='usb' index='0' model='ich9-uhci1'>
  54.       <alias name='usb0'/>
  55.       <master startport='0'/>
  56.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0' multifunction='on'/>
  57.     </controller>
  58.     <controller type='usb' index='0' model='ich9-uhci2'>
  59.       <alias name='usb0'/>
  60.       <master startport='2'/>
  61.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x1'/>
  62.     </controller>
  63.     <controller type='usb' index='0' model='ich9-uhci3'>
  64.       <alias name='usb0'/>
  65.       <master startport='4'/>
  66.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x2'/>
  67.     </controller>
  68.     <controller type='pci' index='0' model='pci-root'>
  69.       <alias name='pci.0'/>
  70.     </controller>
  71.     <controller type='ide' index='0'>
  72.       <alias name='ide0'/>
  73.       <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
  74.     </controller>
  75.     <interface type='network'>
  76.       <mac address='52:54:00:0a:0a:f3'/>
  77.       <source network='default' bridge='virbr0'/>
  78.       <target dev='vnet0'/>
  79.       <model type='rtl8139'/>
  80.       <alias name='net0'/>
  81.       <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  82.     </interface>
  83.     <serial type='pty'>
  84.       <source path='/dev/pts/1'/>
  85.       <target port='0'/>
  86.       <alias name='serial0'/>
  87.     </serial>
  88.     <console type='pty' tty='/dev/pts/1'>
  89.       <source path='/dev/pts/1'/>
  90.       <target type='serial' port='0'/>
  91.       <alias name='serial0'/>
  92.     </console>
  93.     <input type='mouse' bus='ps2'/>
  94.     <input type='keyboard' bus='ps2'/>
  95.     <graphics type='vnc' port='5900' autoport='yes' listen='127.0.0.1'>
  96.       <listen type='address' address='127.0.0.1'/>
  97.     </graphics>
  98.     <video>
  99.       <model type='cirrus' vram='16384' heads='1'/>
  100.       <alias name='video0'/>
  101.       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  102.     </video>
  103.     <memballoon model='virtio'>
  104.       <alias name='balloon0'/>
  105.       <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  106.     </memballoon>
  107.   </devices>
  108.   <seclabel type='dynamic' model='apparmor' relabel='yes'>
  109.     <label>libvirt-32981a95-d41b-498e-b448-9da8f85305e2</label>
  110.     <imagelabel>libvirt-32981a95-d41b-498e-b448-9da8f85305e2</imagelabel>
  111.   </seclabel>
  112. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement