diff options
author | Avi Kivity <avi@redhat.com> | 2011-04-20 08:56:20 -0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-05-22 08:39:24 -0400 |
commit | 13db70eca62c5bbb2cbbf6b23dadb94065d363d1 (patch) | |
tree | 61557cd6d5d5fe06210372360530409f724d235f /arch/x86/include | |
parent | 5197b808a7f459f9c7436573c7785ff3c1324c08 (diff) |
KVM: x86 emulator: drop x86_emulate_ctxt::vcpu
No longer used.
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/kvm_emulate.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/kvm_emulate.h b/arch/x86/include/asm/kvm_emulate.h index 51341d6b2f31..127ea3e17171 100644 --- a/arch/x86/include/asm/kvm_emulate.h +++ b/arch/x86/include/asm/kvm_emulate.h | |||
@@ -269,8 +269,6 @@ struct x86_emulate_ctxt { | |||
269 | struct x86_emulate_ops *ops; | 269 | struct x86_emulate_ops *ops; |
270 | 270 | ||
271 | /* Register state before/after emulation. */ | 271 | /* Register state before/after emulation. */ |
272 | struct kvm_vcpu *vcpu; | ||
273 | |||
274 | unsigned long eflags; | 272 | unsigned long eflags; |
275 | unsigned long eip; /* eip before instruction emulation */ | 273 | unsigned long eip; /* eip before instruction emulation */ |
276 | /* Emulated execution mode, represented by an X86EMUL_MODE value. */ | 274 | /* Emulated execution mode, represented by an X86EMUL_MODE value. */ |