CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2017/06/22 00:21:12
Modified files: sys/arch/amd64/amd64: cpu.c sys/arch/i386/i386: cpu.c sys/dev/pv : pvbus.c pvvar.h Log message: Add a hypervisor-specific function pointer in pvbus(4) that gets called during cpu_hatch() on each cpu, allowing initialization of per-cpu features on each cpu as it starts up. input from reyk@ and mikeb@ ok mikeb@