Guest User

qemu_openwrt_libvirt

a guest
Jul 11th, 2014
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.48 KB | None | 0 0
  1. <domain type='kvm'>
  2.   <name>nkac003</name>
  3.   <uuid>3cc53afa-0ee0-89e3-68ba-fe66108cc59e</uuid>
  4.   <memory>65536</memory>
  5.   <currentMemory>65536</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.     <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/openwrt-x86-kvm_guest-combined-ext4_neu3_x86_64.img'/>
  25.       <target dev='sda' bus='virtio'/>
  26.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
  27.     </disk>
  28.     <serial type='pty'>
  29.       <target port='0'/>
  30.     </serial>
  31.     <console type='pty'>
  32.       <target type='serial' port='0'/>
  33.     </console>
  34.     <input type='mouse' bus='ps2'/>
  35.     <graphics type='vnc' port='-1' autoport='yes'/>
  36.     <sound model='ich6'>
  37.       <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  38.     </sound>
  39.     <video>
  40.       <model type='cirrus' vram='9216' heads='1'/>
  41.       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  42.     </video>
  43.     <memballoon model='virtio'>
  44.       <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
  45.     </memballoon>
  46.   </devices>
  47. </domain>
Advertisement
Add Comment
Please, Sign In to add comment