git: nvmm: Various misc cleanups and minor updates
Aaron LI
aly at crater.dragonflybsd.org
Tue Jul 20 16:30:30 PDT 2021
commit bfc69df088bd6ffec4826015a02e8b5a96b32344
Author: Aaron LI <aly at aaronly.me>
Date: Sun Jul 4 08:56:02 2021 +0800
nvmm: Various misc cleanups and minor updates
* Rework header inclusions.
* Improve the arguments given to uvmspace_alloc().
* Lowercase "NVMM" in printf() logs.
* Reorganize a few macros in 'nvmm_x86.h' for clarity.
* Remove NetBSD VCS markers and update copyright.
Summary of changes:
share/man/man4/nvmm.4 | 30 +++++++-------
sys/dev/virtual/nvmm/nvmm.c | 14 +++----
sys/dev/virtual/nvmm/nvmm.h | 4 +-
sys/dev/virtual/nvmm/nvmm_compat.h | 1 -
sys/dev/virtual/nvmm/nvmm_internal.h | 4 +-
sys/dev/virtual/nvmm/nvmm_ioctl.h | 4 +-
sys/dev/virtual/nvmm/x86/nvmm_x86.c | 12 +++---
sys/dev/virtual/nvmm/x86/nvmm_x86.h | 13 +++---
sys/dev/virtual/nvmm/x86/nvmm_x86_svm.c | 28 ++++++-------
sys/dev/virtual/nvmm/x86/nvmm_x86_svmfunc.S | 6 +--
sys/dev/virtual/nvmm/x86/nvmm_x86_vmx.c | 62 ++++++++++++++---------------
sys/dev/virtual/nvmm/x86/nvmm_x86_vmxfunc.S | 6 +--
12 files changed, 80 insertions(+), 104 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bfc69df088bd6ffec4826015a02e8b5a96b32344
--
DragonFly BSD source repository
More information about the Commits
mailing list