Advertisement
ionstorm66

Untitled

Mar 22nd, 2014
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.70 KB | None | 0 0
  1. <domain type='kvm'>
  2.   <name>vm</name>
  3.   <memory unit='KiB'>4194304</memory>
  4.   <vcpu>2</vcpu>
  5.   <os>
  6.     <type arch='x86_64' machine='pc-i440fx-1.4'>hvm</type>
  7.     <boot dev='cdrom'/>
  8.     <boot dev='hd'/>
  9.   </os>
  10.   <features>
  11.     <acpi/>
  12.     <apic/>
  13.     <pae/>
  14.   </features>
  15.   <clock offset='localtime'/>
  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-spice</emulator>
  21.     <disk type='block' device='disk'>
  22.       <driver name='qemu' type='raw'/>
  23.       <source dev='/dev/vg/disk'/>
  24.       <target dev='vda' bus='virtio'/>
  25.     </disk>
  26.     <disk type='file' device='cdrom'>
  27.       <driver name='qemu' type='raw'/>
  28.       <source file='/image/image.iso'/>
  29.       <target dev='hda' bus='ide'/>
  30.       <readonly/>
  31.     </disk>
  32.     <disk type='file' device='cdrom'>
  33.       <driver name='qemu' type='raw'/>
  34.       <source file='/images/virtio-win-0.1-59.iso'/>
  35.       <target dev='hdc' bus='ide'/>
  36.       <readonly/>
  37.     </disk>
  38.     <controller type='usb' index='0'>
  39.     </controller>
  40.     <controller type='ide' index='0'>
  41.     </controller>
  42.     <interface type='network'>
  43.       <mac address='52:54:00:d5:1a:71'/>
  44.       <source network='client'/>
  45.       <model type='virtio'/>
  46.     </interface>
  47.     <serial type='pty'>
  48.       <target port='0'/>
  49.     </serial>
  50.     <console type='pty'>
  51.       <target type='serial' port='0'/>
  52.     </console>
  53.     <input type='tablet' bus='usb'/>
  54.     <input type='mouse' bus='ps2'/>
  55.     <graphics type='vnc' port='-1' autoport='yes'/>
  56.     <video>
  57.       <model type='vga' vram='9216' heads='1'/>
  58.     </video>
  59.     <memballoon model='virtio'>
  60.     </memballoon>
  61.   </devices>
  62. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement