aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/vcpu.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-08-08 16:09:17 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-08-08 16:09:17 +0100
commitd2b8c776792ecbb0384effc0f99204d41726eebb (patch)
treeef30d20af8b272a88d4f9b579bfe6150756b8dc1 /xen/include/asm-x86/hvm/vcpu.h
parent16e00ecd9276bb5c2d44a824052ec02ba05f008b (diff)
downloadxen-d2b8c776792ecbb0384effc0f99204d41726eebb.tar.gz
xen-d2b8c776792ecbb0384effc0f99204d41726eebb.tar.bz2
xen-d2b8c776792ecbb0384effc0f99204d41726eebb.zip
hvm: Unify %cr0 handling.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/asm-x86/hvm/vcpu.h')
-rw-r--r--xen/include/asm-x86/hvm/vcpu.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/xen/include/asm-x86/hvm/vcpu.h b/xen/include/asm-x86/hvm/vcpu.h
index ff62684a58..990792e14a 100644
--- a/xen/include/asm-x86/hvm/vcpu.h
+++ b/xen/include/asm-x86/hvm/vcpu.h
@@ -33,11 +33,7 @@ struct hvm_vcpu {
unsigned long guest_cr[5];
unsigned long guest_efer;
- /*
- * Processor-visible CR0-4 while guest executes.
- * Only CR3 is guaranteed to be valid: all other array entries are private
- * to the specific HVM implementation (e.g., VMX, SVM).
- */
+ /* Processor-visible control-register values, while guest executes. */
unsigned long hw_cr[5];
struct hvm_io_op io_op;