CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/09/03 11:55:47

Modified files:
        sys/arch/amd64/amd64: vmm_machdep.c 

Log message:
vmm(4): support variable length instructions in VMX paths.

The Intel VMX handlers for things like HLT, RDMSR, etc. perform
strict checks for instruction length. This is excessive and incorrect
given the joys of x86/amd64. There's no need to kill the vcpu if
it was silly enough to prefix a HLT for some strange reason.

"sure", mlarkin@

Reply via email to