blob: ae7d685256febafd8f90a910e177c08a3f3e607b [file] [log] [blame]
Alexander Gordeev06fb29c2014-01-31 18:02:07 +04001<domain type='%(engine)s'>
2 <name>%(name)s</name>
3 <memory unit='KiB'>%(memory)s</memory>
4 <vcpu>%(cpus)s</vcpu>
5 <os>
6 <type arch='%(arch)s' machine='pc-1.0'>hvm</type>
7 <boot dev='%(bootdev)s'/>
8 <bootmenu enable='no'/>
Adam Gandelmanffd66ad2014-11-17 12:26:08 -08009 %(bios_serial)s
Alexander Gordeev06fb29c2014-01-31 18:02:07 +040010 </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>%(emulator)s</emulator>
22 <disk type='file' device='disk'>
23 <driver name='qemu' type='qcow2' cache='writeback'/>
24 <source file='%(imagefile)s'/>
25 <target dev='vda' bus='virtio'/>
26 <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
27 </disk>
28 <controller type='ide' index='0'>
29 <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
30 </controller>
Adam Gandelman8af6fae2014-04-11 17:06:14 -070031 <interface type='network'>
32 <source network='%(network)s'/>
33 <virtualport type='openvswitch'/>
34 <model type='%(nicdriver)s'/>
35 <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
36 </interface>
Alexander Gordeev06fb29c2014-01-31 18:02:07 +040037 <input type='mouse' bus='ps2'/>
38 <graphics type='vnc' port='-1' autoport='yes'/>
39 <video>
40 <model type='cirrus' vram='9216' heads='1'/>
41 <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
42 </video>
Adam Gandelman8af6fae2014-04-11 17:06:14 -070043 %(console_log)s
Alexander Gordeev06fb29c2014-01-31 18:02:07 +040044 <memballoon model='virtio'>
45 <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
46 </memballoon>
47 </devices>
48</domain>
49