Codebase list libvirt-glib / 09dce0c9-33e4-4d7a-8c7e-3e8418bcf8d1/main tests / xml / gconfig-domain-device-disk.xml
09dce0c9-33e4-4d7a-8c7e-3e8418bcf8d1/main

Tree @09dce0c9-33e4-4d7a-8c7e-3e8418bcf8d1/main (Download .tar.gz)

gconfig-domain-device-disk.xml @09dce0c9-33e4-4d7a-8c7e-3e8418bcf8d1/mainraw · 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>