From bfe958468352a53505c0445fbd16a61103a1319e Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 22 Feb 2008 10:52:27 +0000 Subject: x86 hvm: More emulation simplifications. Signed-off-by: Keir Fraser --- xen/include/asm-x86/hvm/vcpu.h | 5 ----- 1 file changed, 5 deletions(-) (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 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__ */ -- cgit v1.2.3