git: nvmm(4): Extract out nvmm_x86_internal.h from nvmm_x86.h

Aaron LI aly at crater.dragonflybsd.org
Thu Feb 12 21:26:03 PST 2026


commit b88491772176e52d0fbc053f41fc8d8d470e283f
Author: Aaron LI <aly at aaronly.me>
Date:   Sat Feb 7 11:34:06 2026 +0800

    nvmm(4): Extract out nvmm_x86_internal.h from nvmm_x86.h
    
    Similar to nvmm_internal.h, extract the kernel-only bits from nvmm_x86.h
    and put into a separate 'nvmm_x86_internal.h'.

Summary of changes:
 sys/dev/virtual/nvmm/x86/nvmm_x86.c          |   1 +
 sys/dev/virtual/nvmm/x86/nvmm_x86.h          | 208 -----------------------
 sys/dev/virtual/nvmm/x86/nvmm_x86_internal.h | 241 +++++++++++++++++++++++++++
 sys/dev/virtual/nvmm/x86/nvmm_x86_svm.c      |   1 +
 sys/dev/virtual/nvmm/x86/nvmm_x86_vmx.c      |   1 +
 5 files changed, 244 insertions(+), 208 deletions(-)
 create mode 100644 sys/dev/virtual/nvmm/x86/nvmm_x86_internal.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b88491772176e52d0fbc053f41fc8d8d470e283f


-- 
DragonFly BSD source repository


More information about the Commits mailing list