CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2022/11/07 05:29:12
Modified files: sys/arch/amd64/amd64: vmm.c Log message: vmm(4): set RAX guest register state based on VMCB The read/write register routines for SVM didn't acknowledge RAX in the VMCB as the de facto RAX state. When writing gprs, vmm should update RAX in the VMCB. When reading, it should be setting the guest regs state based on the VMCB. Needed for proper mmio emulation in userland. ok mlarkin@