Codebase list libvirt-glib / upstream/0.2.3 tests / xml / gconfig-domain-device-disk.xml
upstream/0.2.3

Tree @upstream/0.2.3 (Download .tar.gz)

gconfig-domain-device-disk.xml @upstream/0.2.3raw · history · blame

1
2
3
4
5
6
7
8
9
<domain>
  <devices>
    <disk type="file" device="disk">
      <source file="/tmp/foo/bar" startupPolicy="requisite"/>
      <target bus="ide" dev="hda"/>
      <driver name="qemu" cache="none" type="qcow2" copy_on_read="on"/>
    </disk>
  </devices>
</domain>