aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/vcpu.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-02-22 10:52:27 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-02-22 10:52:27 +0000
commitbfe958468352a53505c0445fbd16a61103a1319e (patch)
treeb048a0fdf62e5ecb9a67b8530f5454feff3fa23c /xen/include/asm-x86/hvm/vcpu.h
parent7ef12531b88315fc53883c62c501931505b44a32 (diff)
downloadxen-bfe958468352a53505c0445fbd16a61103a1319e.tar.gz
xen-bfe958468352a53505c0445fbd16a61103a1319e.tar.bz2
xen-bfe958468352a53505c0445fbd16a61103a1319e.zip
x86 hvm: More emulation simplifications.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/asm-x86/hvm/vcpu.h')
-rw-r--r--xen/include/asm-x86/hvm/vcpu.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/xen/include/asm-x86/hvm/vcpu.h b/xen/include/asm-x86/hvm/vcpu.h
index 003b7f84b4..7439434b85 100644
--- a/xen/include/asm-x86/hvm/vcpu.h
+++ b/xen/include/asm-x86/hvm/vcpu.h
@@ -42,7 +42,6 @@ struct hvm_vcpu {
*/
unsigned long hw_cr[5];
- struct hvm_io_op io_op;
struct vlapic vlapic;
s64 cache_tsc_offset;
u64 guest_time;
@@ -77,9 +76,5 @@ struct hvm_vcpu {
unsigned long io_data;
};
-#define ARCH_HVM_IO_WAIT 1 /* Waiting for I/O completion */
-
-#define HVM_CONTEXT_STACK_BYTES (offsetof(struct cpu_user_regs, ss))
-
#endif /* __ASM_X86_HVM_VCPU_H__ */