From nobody Wed May 14 13:33:25 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 152582773830858.802142920831784; Tue, 8 May 2018 18:02:18 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7115030B79F0; Wed, 9 May 2018 01:02:16 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 32F919D097; Wed, 9 May 2018 01:02:16 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id C607E180BAE5; Wed, 9 May 2018 01:02:15 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w4911pCY002777 for ; Tue, 8 May 2018 21:01:51 -0400 Received: by smtp.corp.redhat.com (Postfix) id BC066608F2; Wed, 9 May 2018 01:01:51 +0000 (UTC) Received: from mx1.redhat.com (ext-mx10.extmail.prod.ext.phx2.redhat.com [10.5.110.39]) by smtp.corp.redhat.com (Postfix) with ESMTPS id AE8AF60921 for ; Wed, 9 May 2018 01:01:49 +0000 (UTC) Received: from mail.physik.tu-berlin.de (mail.physik-pool.tu-berlin.de [130.149.50.25]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 404BF5D68C for ; Wed, 9 May 2018 01:01:47 +0000 (UTC) Received: from rosa.physik-pool.tu-berlin.de (rosa.physik-pool.tu-berlin.de [130.149.50.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.physik.tu-berlin.de (Postfix) with ESMTPSA id D203D61FF0; Wed, 9 May 2018 01:01:45 +0000 (UTC) From: Fabian Freyer To: libvir-list@redhat.com Date: Wed, 9 May 2018 03:01:37 +0200 Message-Id: <20180509010137.78400-4-fabian.freyer@physik.tu-berlin.de> In-Reply-To: <20180509010137.78400-1-fabian.freyer@physik.tu-berlin.de> References: <20180509010137.78400-1-fabian.freyer@physik.tu-berlin.de> X-Greylist: Sender passed SPF test, Sender IP whitelisted by DNSRBL, ACL 207 matched, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Wed, 09 May 2018 01:01:47 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Wed, 09 May 2018 01:01:47 +0000 (UTC) for IP:'130.149.50.25' DOMAIN:'mail.physik-pool.tu-berlin.de' HELO:'mail.physik.tu-berlin.de' FROM:'fabian.freyer@physik.tu-berlin.de' RCPT:'' X-RedHat-Spam-Score: -2.3 (RCVD_IN_DNSWL_MED) 130.149.50.25 mail.physik-pool.tu-berlin.de 130.149.50.25 mail.physik-pool.tu-berlin.de X-Scanned-By: MIMEDefang 2.78 on 10.5.110.39 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-loop: libvir-list@redhat.com Cc: Fabian Freyer Subject: [libvirt] [PATCH 3/3] bhyve: document support for wiring guest memory X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.27 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.43]); Wed, 09 May 2018 01:02:17 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" --- 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 s= upported in libvirt <model type=3D'e1000'/> </interface> ... + + +

Wiring guest memory

+ +

Since 4.4.0, it's possible to specify that= guest memory should +be wired and cannot be swapped out as follows:

+
+<domain type=3D"bhyve">
+    ...
+    <memoryBacking>
+      <locked/>
+    </memoryBacking>
+    ...
+</domain>
 
=20 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 @@
+ + + bhyve: Support locking guest memory=20 + + + Bhyve's guest memory may be wired using the + <memoryBacking><locked/></memoryBacking>= + element. + +
--=20 2.15.1 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list