aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/vcpu.h
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2010-11-16 12:42:35 +0000
committerKeir Fraser <keir@xen.org>2010-11-16 12:42:35 +0000
commit43e7d2b21a0ccfdb23de338987edf3da05d50e22 (patch)
treef44146eb250eb1b9b4a3b61a7ac049248340805c /xen/include/asm-x86/hvm/vcpu.h
parent36ba5243d48c10b2fa0717b26e8f3b2e0e26902b (diff)
downloadxen-43e7d2b21a0ccfdb23de338987edf3da05d50e22.tar.gz
xen-43e7d2b21a0ccfdb23de338987edf3da05d50e22.tar.bz2
xen-43e7d2b21a0ccfdb23de338987edf3da05d50e22.zip
x86 hvm: Make a couple of hypercall state flags per-vcpu
This is a prerequisite for allowing guest descheduling within a hypercall. Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/include/asm-x86/hvm/vcpu.h')
-rw-r--r--xen/include/asm-x86/hvm/vcpu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xen/include/asm-x86/hvm/vcpu.h b/xen/include/asm-x86/hvm/vcpu.h
index 1d72ecfc60..682027fffa 100644
--- a/xen/include/asm-x86/hvm/vcpu.h
+++ b/xen/include/asm-x86/hvm/vcpu.h
@@ -63,6 +63,9 @@ struct hvm_vcpu {
bool_t debug_state_latch;
bool_t single_step;
+ bool_t hcall_preempted;
+ bool_t hcall_64bit;
+
u64 asid_generation;
u32 asid;