CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/19 03:40:04
Modified files:
sys/arch/amd64/amd64: vmm_machdep.c
sys/dev/vmm : vmm.h
Log message:
Capture VMCALL and abort the VM loop if invoked from cpl 0
When invoked from user space the expected happens:
VMX_EXIT_VMCALL at cpl=3
And the guest programs gets
Illegal instruction (core dumped)
ok mlarkin@
