CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2016/10/25 23:15:13
Modified files: sys/arch/amd64/include: vmmvar.h Log message: Don't use a bitfield in the msr store index structure. This may not end up initializing the unused bits, leading to VMABORTs during vmentry. Found the hard way on i386 vmm, but the problem could occur on amd64 as well.