From 43e7d2b21a0ccfdb23de338987edf3da05d50e22 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 16 Nov 2010 12:42:35 +0000 Subject: 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 --- xen/include/asm-x86/hvm/vcpu.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xen/include/asm-x86/hvm/vcpu.h') 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; -- cgit v1.2.3