commit | b35491e66c87946f380ebf8ab10a7e1f795e5ece | [log] [tgz] |
---|---|---|
author | Wanpeng Li <wanpengli@tencent.com> | Thu May 27 17:01:37 2021 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri May 28 12:59:10 2021 -0400 |
tree | 57863c62bef22ec2fc79fcd97a99165fe374cd41 | |
parent | da6393cdd8aaa354b3a2437cd73ebb34cac958e3 [diff] |
KVM: X86: Kill off ctxt->ud ctxt->ud is consumed only by x86_decode_insn(), we can kill it off by passing emulation_type to x86_decode_insn() and dropping ctxt->ud altogether. Tracking that info in ctxt for literally one call is silly. Suggested-by: Sean Christopherson <seanjc@google.com> Signed-off-by: Wanpeng Li <wanpengli@tencent.com> Reviewed-by: Sean Christopherson <seanjc@google.com> Message-Id: <1622160097-37633-2-git-send-email-wanpengli@tencent.com>