git: libnvmm(3): Remove unused GVA computation artifacts

Aaron LI aly at crater.dragonflybsd.org
Tue Sep 1 06:09:04 PDT 2026


commit 9f24219b105b63a8cb35002b49ac535a4afca72f
Author: Aaron LI <aly at aaronly.me>
Date:   Mon Aug 31 20:42:37 2026 +0800

    libnvmm(3): Remove unused GVA computation artifacts
    
    On single-memory-operand instructions, we use the GPA provided by
    the hardware and discard the GVA. The code that calculates the GVA
    is therefore effectively unused. Remove it.
    
    Obtained-from: NVMM Reference Implementation

Summary of changes:
 lib/libnvmm/libnvmm_x86.c | 174 +++++++++-------------------------------------
 1 file changed, 34 insertions(+), 140 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9f24219b105b63a8cb35002b49ac535a4afca72f


-- 
DragonFly BSD source repository


More information about the Commits mailing list