git: nvmm: Redefine CPUID values to be OS-indenpendent

Aaron LI aly at crater.dragonflybsd.org
Tue Jul 20 16:30:29 PDT 2021


commit c1d369d51a3634213470b453736fbea38700a838
Author: Aaron LI <aly at aaronly.me>
Date:   Sat Jul 3 15:14:23 2021 +0800

    nvmm: Redefine CPUID values to be OS-indenpendent
    
    Redefine all CPUID values locally to be OS-indenpendent.
    
    Remove those compat CPUID defines from nvmm_compat.h, no longer needed.

Summary of changes:
 sys/dev/virtual/nvmm/nvmm_compat.h      | 116 ---------
 sys/dev/virtual/nvmm/x86/nvmm_x86.c     | 409 +++++++++++++++++---------------
 sys/dev/virtual/nvmm/x86/nvmm_x86.h     | 294 +++++++++++++++++++++++
 sys/dev/virtual/nvmm/x86/nvmm_x86_svm.c |  35 +--
 sys/dev/virtual/nvmm/x86/nvmm_x86_vmx.c |  51 ++--
 5 files changed, 553 insertions(+), 352 deletions(-)

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


-- 
DragonFly BSD source repository


More information about the Commits mailing list