[libvirt] [PATCH 3/3] bhyve: document support for wiring guest memory

Fabian Freyer fabian.freyer at physik.tu-berlin.de
Wed May 9 01:01:37 UTC 2018


---
 docs/drvbhyve.html.in | 14 ++++++++++++++
 docs/news.xml         | 10 ++++++++++
 2 files changed, 24 insertions(+)

diff --git a/docs/drvbhyve.html.in b/docs/drvbhyve.html.in
index bde8298a5..5b5513d3d 100644
--- a/docs/drvbhyve.html.in
+++ b/docs/drvbhyve.html.in
@@ -430,6 +430,20 @@ supports Intel e1000 network adapter emulation. It's supported in libvirt
       <model type='<b>e1000</b>'/>
     </interface>
 ...
+</pre>
+
+<h3><a id="wired">Wiring guest memory</a></h3>
+
+<p><span class="since">Since 4.4.0</span>, it's possible to specify that guest memory should
+be wired and cannot be swapped out as follows:</p>
+<pre>
+<domain type="bhyve">
+    ...
+    <memoryBacking>
+      <locked/>
+    </memoryBacking>
+    ...
+</domain>
 </pre>
 
   </body>
diff --git a/docs/news.xml b/docs/news.xml
index 80181415c..5b7dd4c4a 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -35,6 +35,16 @@
 <libvirt>
   <release version="v4.4.0" date="unreleased">
     <section title="New features">
+      <change>
+        <summary>
+          bhyve: Support locking guest memory 
+        </summary>
+        <description>
+          Bhyve's guest memory may be wired using the
+          <code><memoryBacking><locked/></memoryBacking></code>
+          element.
+        </description>
+      </change>
     </section>
     <section title="Improvements">
     </section>
-- 
2.15.1




More information about the libvir-list mailing list