From: Cole Robinson Date: Tue, 8 Mar 2011 18:02:43 +0000 (-0500) Subject: docs/formatdomain: Add release info for disk attributes X-Git-Tag: CVE-2011-1146~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cd551053d85b85fbed2a7f506109cf5865297fb;p=thirdparty%2Flibvirt.git docs/formatdomain: Add release info for disk attributes --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 84b1cab84f..9b9ab29d95 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -785,8 +785,7 @@
The optional driver element allows specifying further details related to the hypervisor driver used to provide the disk. - Since 0.1.8; io attribute - since 0.8.8 + Since 0.1.8
  • If the hypervisor supports multiple backend drivers, then @@ -802,16 +801,18 @@ The optional cache attribute controls the cache mechanism, possible values are "default", "none", "writethrough" and "writeback". + Since 0.6.0
  • The optional error_policy attribute controls how the hypervisor will behave on an error, possible values are "stop", "ignore", and "enospace". + Since 0.8.0
  • The optional io attribute controls specific policies on I/O; qemu guests support "threads" and - "native". + "native". Since 0.8.8