CVSROOT: /cvs Module name: src Changes by: ste...@cvs.openbsd.org 2016/02/16 12:00:16
Modified files: usr.sbin/vmd : vmm.c Log message: Pass down the initial value of CR0 down to the RESETCPU ioctl() as well. This gives us the opportunity later to start VCPUs in real-mode, etc. (for those CPUs that support unrestricted guest). You need to build an updated kernel for this first, the ioctl interface has changed. ok mlarkin@, deraadt@