git: libnvmm(3): Simplify x86_emul.func prototype

Aaron LI aly at crater.dragonflybsd.org
Mon Feb 16 04:10:31 PST 2026


commit b4ca47aaefeba38c6205a34b0e24495f29d61463
Author: Aaron LI <aly at aaronly.me>
Date:   Sat Feb 7 11:07:18 2026 +0800

    libnvmm(3): Simplify x86_emul.func prototype
    
    The GPRs is available through `vcpu->state->gprs`, so no need to pass
    it via an extra parameter.

Summary of changes:
 lib/libnvmm/libnvmm_x86.c | 54 ++++++++++++++++++++++++++++-------------------
 1 file changed, 32 insertions(+), 22 deletions(-)

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


-- 
DragonFly BSD source repository


More information about the Commits mailing list