aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/support.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-01-03 10:01:32 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-01-03 10:01:32 +0000
commit5c9548534eba8c441fdc577268e38387efa047ed (patch)
treec6adb1e5d124614cdc257f246ebb22fe33578e6c /xen/include/asm-x86/hvm/support.h
parent3c4b2d4c00fd0dcb2d8044c6efa0ce46c234639a (diff)
downloadxen-5c9548534eba8c441fdc577268e38387efa047ed.tar.gz
xen-5c9548534eba8c441fdc577268e38387efa047ed.tar.bz2
xen-5c9548534eba8c441fdc577268e38387efa047ed.zip
[HVM] Add triple-fault handler (resets the domain).
Todo: How to hook this for SVM? Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/asm-x86/hvm/support.h')
-rw-r--r--xen/include/asm-x86/hvm/support.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/asm-x86/hvm/support.h b/xen/include/asm-x86/hvm/support.h
index 3f3ff94386..721492412a 100644
--- a/xen/include/asm-x86/hvm/support.h
+++ b/xen/include/asm-x86/hvm/support.h
@@ -134,5 +134,6 @@ void hlt_timer_fn(void *data);
void hvm_do_hypercall(struct cpu_user_regs *pregs);
void hvm_hlt(unsigned long rflags);
+void hvm_triple_fault(void);
#endif /* __ASM_X86_HVM_SUPPORT_H__ */