Codebase list libvirt-glib / lintian-fixes/main tests / xml / gconfig-domain-device-disk.xml
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

gconfig-domain-device-disk.xml @lintian-fixes/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>