Sun Jul 30 00:11:32 2023 UTC ()
New sentence, new line.


(wiz)
diff -r1.7 -r1.8 src/share/man/man4/nvmm.4

cvs diff -r1.7 -r1.8 src/share/man/man4/nvmm.4 (expand / switch to unified diff)

--- src/share/man/man4/nvmm.4 2023/07/29 23:11:50 1.7
+++ src/share/man/man4/nvmm.4 2023/07/30 00:11:32 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: nvmm.4,v 1.7 2023/07/29 23:11:50 gdt Exp $ 1.\" $NetBSD: nvmm.4,v 1.8 2023/07/30 00:11:32 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 2018-2020 Maxime Villard, m00nbsd.net 3.\" Copyright (c) 2018-2020 Maxime Villard, m00nbsd.net
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is part of the NVMM hypervisor. 6.\" This code is part of the NVMM hypervisor.
7.\" 7.\"
8.\" Redistribution and use in source and binary forms, with or without 8.\" Redistribution and use in source and binary forms, with or without
9.\" modification, are permitted provided that the following conditions 9.\" modification, are permitted provided that the following conditions
10.\" are met: 10.\" are met:
11.\" 1. Redistributions of source code must retain the above copyright 11.\" 1. Redistributions of source code must retain the above copyright
12.\" notice, this list of conditions and the following disclaimer. 12.\" notice, this list of conditions and the following disclaimer.
13.\" 2. Redistributions in binary form must reproduce the above copyright 13.\" 2. Redistributions in binary form must reproduce the above copyright
14.\" notice, this list of conditions and the following disclaimer in the 14.\" notice, this list of conditions and the following disclaimer in the
@@ -44,23 +44,24 @@ In practice, @@ -44,23 +44,24 @@ In practice,
44is used by the 44is used by the
45.Xr libnvmm 3 45.Xr libnvmm 3
46API to implement hypervisors. 46API to implement hypervisors.
47.Sh SUPPORT 47.Sh SUPPORT
48The following backends are supported: 48The following backends are supported:
49.Bl -hyphen -compact -offset indent 49.Bl -hyphen -compact -offset indent
50.It 50.It
51x86-SVM, for x86 AMD CPUs 51x86-SVM, for x86 AMD CPUs
52.It 52.It
53x86-VMX, for x86 Intel CPUs 53x86-VMX, for x86 Intel CPUs
54.El 54.El
55Note that for VMX support, the CPU must also support "VMX Unrestricted 55Note that for VMX support, the CPU must also support "VMX Unrestricted
56Guest", which is only present if Extended Page Tables (EPT) is 56Guest", which is only present if Extended Page Tables (EPT) is
57supported. The earliest CPU family with this feature is Westmere, and 57supported.
58not all later CPUs have it. 58The earliest CPU family with this feature is Westmere, and not all
 59later CPUs have it.
59.Sh SEE ALSO 60.Sh SEE ALSO
60.Xr libnvmm 3 , 61.Xr libnvmm 3 ,
61.Xr nvmmctl 8 62.Xr nvmmctl 8
62.Sh AUTHORS 63.Sh AUTHORS
63The 64The
64.Nm 65.Nm
65driver was written by 66driver was written by
66.An Maxime Villard . 67.An Maxime Villard .