git: x86_64/cpu.h: Rename nvmm_break_wanted() to hvm_break_wanted()

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


commit 7f29793ea1fbb95d48086278b39c64deb35e6844
Author: Aaron LI <aly at aaronly.me>
Date:   Sun Jul 11 22:44:28 2021 +0800

    x86_64/cpu.h: Rename nvmm_break_wanted() to hvm_break_wanted()
    
    To avoid confusion with the NVMM code.  In addition, this macro checks
    against RQF_HVM_MASK, so naming it hvm_break_wanted() seems more
    appropriate.

Summary of changes:
 sys/cpu/x86_64/include/cpu.h         | 2 +-
 sys/dev/virtual/nvmm/nvmm_os.h       | 4 ++--
 sys/platform/pc64/apic/apic_vector.s | 2 +-
 sys/sys/globaldata.h                 | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7f29793ea1fbb95d48086278b39c64deb35e6844


-- 
DragonFly BSD source repository


More information about the Commits mailing list