CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/02 12:37:03
Modified files:
sys/arch/amd64/amd64: vmm_machdep.c
Log message:
vmm(4): classify injected #DB as hardware exception.
vmm was incorrectly classifying as a software exception. Change to
hardware exception without an error code.
ok mlarkin@
