]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 259782:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 29 Jan 2014 21:23:37 +0000 (21:23 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 29 Jan 2014 21:23:37 +0000 (21:23 +0000)
commit043b9e595e9dc4816b0b998ade97ac51b8b67f84
treeaaeb609acf09f813a3e0705dffb98eeec21f8312
parentc77e3a88ddc5e0247ca1ffe2768aca13a6fb13d5
MFC 259782:
Add a resume hook for bhyve that runs a function on all CPUs during
resume.  For Intel CPUs, invoke vmxon for CPUs that were in VMX mode
at the time of suspend.

git-svn-id: svn://svn.freebsd.org/base/stable/10@261275 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/amd64/amd64/machdep.c
sys/amd64/amd64/mp_machdep.c
sys/amd64/include/cpu.h
sys/amd64/include/vmm.h
sys/amd64/vmm/amd/amdv.c
sys/amd64/vmm/intel/vmx.c
sys/amd64/vmm/vmm.c
sys/x86/acpica/acpi_wakeup.c