CVSROOT:        /cvs
Module name:    src
Changes by:     mlar...@cvs.openbsd.org 2017/04/02 14:21:44

Modified files:
        sys/arch/amd64/amd64: vmm.c 

Log message:
Filter out RDTSCP, needed to handle solaris guests. We set the VMX control
to enable RDTSCP to 0, so when solaris attempted to use the instruction
(since it wasn't filtered out of CPUID information), the CPU issued an
#UD exception.

Reply via email to