summaryrefslogtreecommitdiff
path: root/static/netbsd/man4/nvmm.4 4.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/netbsd/man4/nvmm.4 4.html')
-rw-r--r--static/netbsd/man4/nvmm.4 4.html51
1 files changed, 0 insertions, 51 deletions
diff --git a/static/netbsd/man4/nvmm.4 4.html b/static/netbsd/man4/nvmm.4 4.html
deleted file mode 100644
index da5583e5..00000000
--- a/static/netbsd/man4/nvmm.4 4.html
+++ /dev/null
@@ -1,51 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">NVMM(4)</td>
- <td class="head-vol">Device Drivers Manual</td>
- <td class="head-rtitle">NVMM(4)</td>
- </tr>
-</table>
-<div class="manual-text">
-<section class="Sh">
-<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<p class="Pp"><code class="Nm">nvmm</code> &#x2014; <span class="Nd">NetBSD
- Virtual Machine Monitor</span></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp">The <code class="Nm">nvmm</code> driver provides kernel support
- for hardware-accelerated virtualization. It is made of a generic MI
- frontend, to which MD backends can be plugged to implement the core
- virtualization.</p>
-<p class="Pp">In practice, <code class="Nm">nvmm</code> is used by the
- <a class="Xr">libnvmm(3)</a> API to implement hypervisors.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SUPPORT"><a class="permalink" href="#SUPPORT">SUPPORT</a></h1>
-<p class="Pp">The following backends are supported:</p>
-<ul class="Bl-dash Bd-indent Bl-compact">
- <li>x86-SVM, for x86 AMD CPUs</li>
- <li>x86-VMX, for x86 Intel CPUs</li>
-</ul>
-Note that for VMX support, the CPU must also support &quot;VMX Unrestricted
- Guest&quot;, which is only present if Extended Page Tables (EPT) is supported.
- The earliest CPU family with this feature is Westmere, and not all later CPUs
- have it.
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
- ALSO</a></h1>
-<p class="Pp"><a class="Xr">libnvmm(3)</a>, <a class="Xr">nvmmctl(8)</a></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
-<p class="Pp">The <code class="Nm">nvmm</code> driver was written by
- <span class="An">Maxime Villard</span>.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">July 30, 2023</td>
- <td class="foot-os">NetBSD 10.1</td>
- </tr>
-</table>