aboutsummaryrefslogtreecommitdiff
path: root/playground/config/domain.xml
blob: 7091c12f2386f91779931395bd127f68a210b48c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<domain type='kvm'>
  <name>archlinux</name>
  <os>
    <type>hvm</type>
    <boot dev='hd'/>
  </os>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>destroy</on_crash>
  <memory unit="G">1</memory>
  <pm>
    <suspend-to-mem enabled='no'/>
    <suspend-to-disk enabled='no'/>
  </pm>
  <features>
    <acpi/>
    <apic/>
  </features>
  <clock offset='utc'/>
  <devices>
    <emulator>/usr/bin/qemu-system-x86_64</emulator>
    <disk type='file'>
      <driver name='qemu' type='qcow2'/>
      <source file='/srv/libvirt/archlinux.qcow2'/>
      <target dev='hda' bus='virtio'/>
    </disk>
    <interface type='network'>
      <source network="default"/>
    </interface>
    <video>
      <model type='vga' vram='65536' heads='1'/>
    </video>
  </devices>
</domain>