CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/31 18:51:14
Modified files:
sys/arch/amd64/amd64: vmm_machdep.c
Log message:
Fix a kernel memory leak in vmm(4) VMX deinit.
On Intel VMX hosts, the page of kernel memory allocated for the MSR
bitmap wasn't being freed when deinitializing a vm. (AMD SVM deinit
unaffected.)
ok mlarkin@
