Add a hypervisor-specific function pointer in pvbus(4) that gets called during
authorjmatthew <jmatthew@openbsd.org>
Thu, 22 Jun 2017 06:21:12 +0000 (06:21 +0000)
committerjmatthew <jmatthew@openbsd.org>
Thu, 22 Jun 2017 06:21:12 +0000 (06:21 +0000)
commit8d8f7df74bf36ed66fd363459746aa0fa47ef861
tree65f93a82ad9f13fb39136213feaa31ac45196de8
parent31de4d1e5aba8f08d6de9ff637e5dffe697a9427
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@
sys/arch/amd64/amd64/cpu.c
sys/arch/i386/i386/cpu.c
sys/dev/pv/pvbus.c
sys/dev/pv/pvvar.h