<domain type='kvm'>

<name>sample</name>
<uuid>uuid</uuid>
<memory unit='GiB'>kib</memory>
<currentMemory unit='GiB'>kib</currentMemory>
<vcpu placement='static'>number</vcpu>
<os>
  <type arch='x86_64' machine='pc-i440fx-xenial'>hvm</type>
  <boot dev='network'/>
  <boot dev='hd'/>
  <bootmenu enable='yes'/>
</os>
<features>
  <acpi/>
  <apic/>
</features>
<cpu mode='host-model'>
  <model fallback='allow'/>
</cpu>
<clock offset='utc'>
  <timer name='rtc' tickpolicy='catchup'/>
  <timer name='pit' tickpolicy='delay'/>
  <timer name='hpet' present='no'/>
</clock>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>
<pm>
  <suspend-to-mem enabled='no'/>
  <suspend-to-disk enabled='no'/>
</pm>
<devices>
  <emulator>/usr/bin/kvm-spice</emulator>
  <controller type='scsi' index='0' model='virtio-scsi'/>
  <serial type='pty'>
    <target port='0'/>
  </serial>
  <console type='pty'>
    <target type='serial' port='0'/>
  </console>
  <input type='keyboard' bus='ps2'/>
  <graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0' keymap='en-us'/>
  <video>
    <model type='cirrus' vram='16384' heads='1'/>
  </video>
  <memballoon model='virtio'/>
</devices>

</domain>