[PATCH v2] docs: Mention supported hypervisor of transient element

Han Han posted 1 patch 3 years, 9 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200724064819.1969593-1-hhan@redhat.com
docs/formatdomain.html.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PATCH v2] docs: Mention supported hypervisor of transient element
Posted by Han Han 3 years, 9 months ago
Signed-off-by: Han Han <hhan@redhat.com>
---
 docs/formatdomain.html.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index f3a639b972..6b67a09bb3 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -4092,7 +4092,8 @@
         contents should be reverted automatically when the guest
         exits.  With some hypervisors, marking a disk transient
         prevents the domain from participating in migration or
-        snapshots. <span class="since">Since 0.9.5</span>
+        snapshots. Only suppported in vmx hypervisor.
+        <span class="since">Since 0.9.5</span>
       </dd>
       <dt><code>serial</code></dt>
       <dd>If present, this specify serial number of virtual hard drive.
-- 
2.27.0

Re: [PATCH v2] docs: Mention supported hypervisor of transient element
Posted by Michal Privoznik 3 years, 9 months ago
On 7/24/20 8:48 AM, Han Han wrote:
> Signed-off-by: Han Han <hhan@redhat.com>
> ---
>   docs/formatdomain.html.in | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal