diff options
author | Donald Dutile <ddutile@redhat.com> | 2010-07-15 18:56:49 (GMT) |
---|---|---|
committer | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | 2010-08-04 21:47:31 (GMT) |
commit | f09f6d194d85043e0eb105a577e7ad6d8170ab66 (patch) | |
tree | 1ac8db53e42a15f9f28f20c941d75bb8b94fd385 /arch/x86/xen/xen-ops.h | |
parent | c06ee78d73fd24e8d8a65f16380f6a0551107e1b (diff) | |
download | linux-f09f6d194d85043e0eb105a577e7ad6d8170ab66.tar.xz |
Xen: register panic notifier to take crashes of xen guests on panic
Register a panic notifier so that when the guest crashes it can shut
down the domain and indicate it was a crash to the host.
Signed-off-by: Donald Dutile <ddutile@redhat.com>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Diffstat (limited to 'arch/x86/xen/xen-ops.h')
-rw-r--r-- | arch/x86/xen/xen-ops.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/xen/xen-ops.h b/arch/x86/xen/xen-ops.h index f9153a3..00d59d6 100644 --- a/arch/x86/xen/xen-ops.h +++ b/arch/x86/xen/xen-ops.h @@ -101,4 +101,6 @@ void xen_sysret32(void); void xen_sysret64(void); void xen_adjust_exception_frame(void); +extern int xen_panic_handler_init(void); + #endif /* XEN_OPS_H */ |