aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/support.h
diff options
context:
space:
mode:
authorTim Deegan <Tim.Deegan@xensource.com>2007-06-20 10:55:37 +0100
committerTim Deegan <Tim.Deegan@xensource.com>2007-06-20 10:55:37 +0100
commiteed63189dabd90abe422b0e94ab8854783329bed (patch)
tree3e01a11d96bd1f15145e74bf7cd06bcb1c64229f /xen/include/asm-x86/hvm/support.h
parent2677d3c3f314c7e159cf24b6fb1fc6b6f4f98ef9 (diff)
downloadxen-eed63189dabd90abe422b0e94ab8854783329bed.tar.gz
xen-eed63189dabd90abe422b0e94ab8854783329bed.tar.bz2
xen-eed63189dabd90abe422b0e94ab8854783329bed.zip
[HVM][SVM] flush all entries from guest ASIDs when xen writes CR3.
This makes the assumptions about TLB flush behaviour in the page-type system and the shadow code safe again, and fixes a corner case of NPT log-dirty. Signed-off-by: Tim Deegan <Tim.Deegan@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, 0 insertions, 1 deletions
diff --git a/xen/include/asm-x86/hvm/support.h b/xen/include/asm-x86/hvm/support.h
index 74d923cb10..ac8fb63fda 100644
--- a/xen/include/asm-x86/hvm/support.h
+++ b/xen/include/asm-x86/hvm/support.h
@@ -215,7 +215,6 @@ int hvm_load(struct domain *d, hvm_domain_context_t *h);
/* End of save/restore */
extern char hvm_io_bitmap[];
-extern int hvm_enabled;
void hvm_enable(struct hvm_function_table *);
void hvm_disable(void);