diff options
| author | martin <martin@NetBSD.org> | 2020-02-10 19:05:05 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2020-02-10 19:05:05 +0000 |
| commit | 9d13117cb4fa769bfb5a6565b1b1d5ed5d2403a3 (patch) | |
| tree | c033d06964dea8e377265b0df5969ed6f13de901 /lib | |
| parent | fe11caeac6ec7259cefbe013b441776aa30466c7 (diff) | |
Pull up following revision(s) (requested by maxv in ticket #688):
share/man/man4/nvmm.4: revision 1.5
lib/libnvmm/libnvmm.3: revision 1.26
sys/dev/nvmm/x86/nvmm_x86_vmx.c: revision 1.47
Mmh, as noted in PR/54847, this should be uint64_t, not uint16_t. Harmless
because we use only the two lowest bits anyway.
I believe this could be caught by KUBSAN; time to do another round of
NVMM+K_SAN testing.
Reference nvmmctl(8).
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libnvmm/libnvmm.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libnvmm/libnvmm.3 b/lib/libnvmm/libnvmm.3 index 071a2445e8e..1c5b69643c0 100644 --- a/lib/libnvmm/libnvmm.3 +++ b/lib/libnvmm/libnvmm.3 @@ -1,6 +1,6 @@ -.\" $NetBSD: libnvmm.3,v 1.19.4.1 2019/11/10 12:58:30 martin Exp $ +.\" $NetBSD: libnvmm.3,v 1.19.4.2 2020/02/10 19:05:05 martin Exp $ .\" -.\" Copyright (c) 2018, 2019 The NetBSD Foundation, Inc. +.\" Copyright (c) 2018-2020 The NetBSD Foundation, Inc. .\" All rights reserved. .\" .\" This code is derived from software contributed to The NetBSD Foundation @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd October 28, 2019 +.Dd February 9, 2020 .Dt LIBNVMM 3 .Os .Sh NAME @@ -733,7 +733,8 @@ A query was made on a machine or a VCPU that does not exist. An attempt was made to access a machine that does not belong to the process. .El .Sh SEE ALSO -.Xr nvmm 4 +.Xr nvmm 4 , +.Xr nvmmctl 8 .Sh AUTHORS NVMM was designed and implemented by .An Maxime Villard . |
