aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/support.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-08-07 17:30:09 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-08-07 17:30:09 +0100
commitb4923c7d99ef7093b8c2ff1e90bea61a92c23288 (patch)
tree2db183627c04aec91853a6f67d165ab1d564f564 /xen/include/asm-x86/hvm/support.h
parentc0efd4c9393885bfa80d1511d152aaed4202c3be (diff)
downloadxen-b4923c7d99ef7093b8c2ff1e90bea61a92c23288.tar.gz
xen-b4923c7d99ef7093b8c2ff1e90bea61a92c23288.tar.bz2
xen-b4923c7d99ef7093b8c2ff1e90bea61a92c23288.zip
hvm: Clean up control-register and EFER handling.
No semantic changes. :-) 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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/asm-x86/hvm/support.h b/xen/include/asm-x86/hvm/support.h
index b4d4c17e53..d98ffa4a17 100644
--- a/xen/include/asm-x86/hvm/support.h
+++ b/xen/include/asm-x86/hvm/support.h
@@ -234,4 +234,6 @@ int hvm_do_hypercall(struct cpu_user_regs *pregs);
void hvm_hlt(unsigned long rflags);
void hvm_triple_fault(void);
+int hvm_set_cr3(unsigned long value);
+
#endif /* __ASM_X86_HVM_SUPPORT_H__ */