<image>
  <name>jumpbox-mediawiki-hvm</name>
  <domain>
    <boot type="hvm">
      <guest>
        <arch>x86_64</arch>
        <features>
          <acpi state="off"/>
        </features>
      </guest>
      <os>
        <loader dev="hd"/>
      </os>
      <drive disk="root.hdd"/>
      <drive disk="swap.hdd"/>
      <drive disk="var.hdd"/>
    </boot>
    <devices>
      <vcpu>1</vcpu>
      <memory>262144</memory>
      <interface/>
      <graphics/>
    </devices>
  </domain>
  <storage>
    <disk file="root.hdd" use="system" format="raw"/>
    <disk file="var.hdd" use="user" format="raw"/>
    <disk file="swap.hdd" use="scratch" format="raw"/>
  </storage>
</image>
