]> rtime.felk.cvut.cz Git - jailhouse.git/commit
core: Factor out generic panic_stop/halt services
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 4 Mar 2014 19:14:51 +0000 (20:14 +0100)
committerJan Kiszka <jan.kiszka@siemens.com>
Wed, 5 Mar 2014 09:25:54 +0000 (10:25 +0100)
commita4721a3fa38f67e338cacb21c41463a54d4f40f2
tree60056fb812a42f88c5fbef441e0c6c42730d835a
parent46d3ef45e8650b6f198be83b7b7d8f2fe51067ea
core: Factor out generic panic_stop/halt services

These functions already contain too much generic logic, and panic_halt
will gain even more soon. Move them under the hood of the control module
and split them up into generic and arch-specific pieces.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
hypervisor/arch/arm/setup.c
hypervisor/arch/x86/apic.c
hypervisor/arch/x86/control.c
hypervisor/arch/x86/fault.c
hypervisor/arch/x86/include/asm/control.h
hypervisor/arch/x86/include/asm/fault.h
hypervisor/arch/x86/mmio.c
hypervisor/arch/x86/vmx.c
hypervisor/control.c
hypervisor/include/jailhouse/control.h