CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2023/01/20 11:09:09
Modified files: sys/arch/amd64/amd64: Tag: OPENBSD_7_1 vmm.c usr.sbin/vmd : Tag: OPENBSD_7_1 vmd.c Log message: Restrict vmm(4) exposed cpuid extended feature flags. We don't emulate or support most of the EAX=7,ECX=0 feature bits, so restrict the mask further to just UMIP. from dv@ deraadt@ this is errata/7.1/020_vmm.patch.sig errata/7.1/021_vmd.patch.sig