diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 21372b7cd4..814e270fda 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -1134,7 +1134,7 @@ </disk> <disk type='block' device='cdrom'> <driver name='qemu' type='raw'/> - <target dev='hdc' bus='ide'/> + <target dev='hdc' bus='ide' tray='open'/> <readonly/> </disk> <disk type='block' device='lun'> @@ -1245,10 +1245,15 @@ possible values are driver specific, with typical values being "ide", "scsi", "virtio", "xen", "usb" or "sata". If omitted, the bus type is inferred from the style of the device name. eg, a device named - 'sda' will typically be exported using a SCSI bus. + 'sda' will typically be exported using a SCSI bus. The optional + attribute tray indicates the tray status of the + removable disks (i.e. CDROM or Floppy disk), the value can be either + "open" or "closed", defaults to "closed". NB, the value of + tray could be updated while the domain is running. Since 0.0.3; bus attribute since 0.4.3; - "usb" attribute value since after 0.4.4; "sata" attribute value since - 0.9.7 + tray attribute since 0.9.11; "usb" attribute value since + after 0.4.4; "sata" attribute value since 0.9.7 +
iotune
The optional iotune element provides the ability to provide additional per-device I/O tuning, with diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index f62969193c..1f5232ef15 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -967,6 +967,14 @@ + + + + open + closed + + +