[libvirt] [PATCH 1/5] docs: Tiny fix for the SMM description

Martin Kletzander mkletzan at redhat.com
Mon May 21 15:00:49 UTC 2018


The default is actually `on` when `<smm/>` is specified.

Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---
 docs/formatdomain.html.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 0d0fd3b9f3ea..403b638bd4bd 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -2052,9 +2052,9 @@
           <span class="since">Since 1.2.16</span>
       </dd>
       <dt><code>smm</code></dt>
-      <dd>Enable System Management Mode. Possible values are
-          <code>on</code> and <code>off</code>. The default is left
-          for hypervisor to decide.
+      <dd>Depending on the <code>state</code> attribute (values <code>on</code>,
+          <code>off</code>, default <code>on</code>) enable or disable
+          System Management Mode.
           <span class="since">Since 2.1.0</span>
       </dd>
       <dt><code>ioapic</code></dt>
-- 
2.17.0




More information about the libvir-list mailing list