CVSROOT:        /cvs
Module name:    src
Changes by:     p...@cvs.openbsd.org    2019/01/17 18:34:50

Modified files:
        sys/arch/i386/conf: GENERIC Makefile.i386 files.i386 
        sys/arch/i386/i386: conf.c cpu.c ipifuncs.c machdep.c mainbus.c 
                            pmap.c pmapae.c 
        sys/arch/i386/include: conf.h cpu.h intrdefs.h pmap.h pte.h 
                               specialreg.h vmmvar.h 
        sys/kern       : kern_pledge.c 
Removed files:
        sys/arch/i386/i386: vmm.c vmm_support.S 

Log message:
delete vmm(4) in i386

We will still be able to run i386 guests on amd64 vmm.

Reasons to delete i386 vmm:

- Been broken for a while, almost no one complained.
- Had been falling out of sync from amd64 while it worked.
- If your machine has vmx, you most probably can run amd64, so why not run that?

ok deraadt@ mlarkin@

Reply via email to