CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2024/02/29 09:20:45
Modified files: sys/arch/amd64/amd64: Tag: OPENBSD_7_4 vmm_machdep.c Log message: Intel vmm restores just the base of the GDTR and IDTR ith fixed, high limits, beyond what we actually expect. We already restored the IDTR from scratch, but the restore of the GDTR (limit) was removed in r1.10. Put that back in a simpler way, simplify the IDTR restore and delete the save/restore of the LDTR because that one really is handled as we want by vmm. from guenther@; OK dv@ mlarkin@ this is errata/7.4/014_vmm.patch.sig