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/kvm/x86.c | |
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/kvm/x86.c')
-rw-r--r-- | arch/x86/kvm/x86.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 65a5b0c545aa..a831d5d8ca14 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c | |||
@@ -4463,7 +4463,6 @@ static void init_emulate_ctxt(struct kvm_vcpu *vcpu) | |||
4463 | 4463 | ||
4464 | kvm_x86_ops->get_cs_db_l_bits(vcpu, &cs_db, &cs_l); | 4464 | kvm_x86_ops->get_cs_db_l_bits(vcpu, &cs_db, &cs_l); |
4465 | 4465 | ||
4466 | vcpu->arch.emulate_ctxt.vcpu = vcpu; | ||
4467 | vcpu->arch.emulate_ctxt.eflags = kvm_get_rflags(vcpu); | 4466 | vcpu->arch.emulate_ctxt.eflags = kvm_get_rflags(vcpu); |
4468 | vcpu->arch.emulate_ctxt.eip = kvm_rip_read(vcpu); | 4467 | vcpu->arch.emulate_ctxt.eip = kvm_rip_read(vcpu); |
4469 | vcpu->arch.emulate_ctxt.mode = | 4468 | vcpu->arch.emulate_ctxt.mode = |