diff --git a/docs/formatdomain.html b/docs/formatdomain.html index efba65a3f1a04224efcab7d1790352801042605e..3368ad50042bb4cca440cf8818731465bbb24593 100644 --- a/docs/formatdomain.html +++ b/docs/formatdomain.html @@ -453,6 +453,9 @@ <driver name="tap" type="aio"> <source file='/var/lib/xen/images/fv0'/> <target dev='hda' bus='ide'/> + <encryption type='...'> + ... + </encryption> </disk> ...
disk
The disk element is the main container for describing @@ -478,6 +481,9 @@ driver element allows them to be selected. The name attribute is the primary backend driver name, while the optional type attribute provides the sub-type. Since 0.1.8 +
encryption
If present, specifies how the volume is encrypted. See + the Storage Encryption page + for more information.

USB and PCI devices diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index eb1278413d0c6cce83012f5ac29574a173a4b669..211f7edb5de25947aa9cc1b75333694647688c8f 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -338,6 +338,9 @@ <driver name="tap" type="aio"> <source file='/var/lib/xen/images/fv0'/> <target dev='hda' bus='ide'/> + <encryption type='...'> + ... + </encryption> </disk> ... @@ -373,6 +376,11 @@ attribute is the primary backend driver name, while the optional type attribute provides the sub-type. Since 0.1.8 +
encryption
+
If present, specifies how the volume is encrypted. See + the Storage Encryption page + for more information. +

USB and PCI devices

diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng index f8573011a7e49cdf8cb094aec4e4b2207fb61a4f..df31f4a873ff8bc05ca202a0a842d65e9f65bd2b 100644 --- a/docs/schemas/domain.rng +++ b/docs/schemas/domain.rng @@ -4,6 +4,8 @@ + + @@ -336,6 +338,9 @@ + + +