From: Paolo Bonzini <pbonzini@redhat.com>
To: Wanpeng Li <kernellwp@gmail.com>,
linux-kernel@vger.kernel.org, kvm@vger.kernel.org
Cc: Sean Christopherson <sean.j.christopherson@intel.com>,
Vitaly Kuznetsov <vkuznets@redhat.com>,
Wanpeng Li <wanpengli@tencent.com>,
Jim Mattson <jmattson@google.com>, Joerg Roedel <joro@8bytes.org>,
Haiwei Li <lihaiwei@tencent.com>
Subject: Re: [PATCH 2/2] KVM: VMX: Handle preemption timer fastpath
Date: Tue, 21 Apr 2020 13:40:06 +0200 [thread overview]
Message-ID: <68eb0e46-4c2a-0292-3dfa-db2ae2b2b13d@redhat.com> (raw)
In-Reply-To: <1587468026-15753-3-git-send-email-wanpengli@tencent.com>
On 21/04/20 13:20, Wanpeng Li wrote:
> +
> + if (!vmx->req_immediate_exit &&
> + !unlikely(vmx->loaded_vmcs->hv_timer_soft_disabled)) {
> + if (!vmx_interrupt_allowed(vcpu) ||
> + !apic_lvtt_tscdeadline(apic) ||
> + vmx->rmode.vm86_active ||
> + is_smm(vcpu) ||
> + !kvm_apic_hw_enabled(apic))
> + return EXIT_FASTPATH_NONE;
> +
> + if (!apic->lapic_timer.hv_timer_in_use)
> + return EXIT_FASTPATH_CONT_RUN;
> +
> + WARN_ON(swait_active(&vcpu->wq));
> + vmx_cancel_hv_timer(vcpu);
> + apic->lapic_timer.hv_timer_in_use = false;
> +
> + if (atomic_read(&apic->lapic_timer.pending))
> + return EXIT_FASTPATH_CONT_RUN;
> +
> + ktimer->expired_tscdeadline = ktimer->tscdeadline;
> + vmx_fast_deliver_interrupt(vcpu);
> + ktimer->tscdeadline = 0;
> + return EXIT_FASTPATH_CONT_RUN;
> + }
> +
Can you explain all the checks you have here, and why you need something
more complex than apic_timer_expired (possibly by adding some
optimizations to kvm_apic_local_deliver)? This code is impossible to
maintain.
Paolo
next prev parent reply other threads:[~2020-04-21 11:40 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-21 11:20 [PATCH 0/2] KVM: VMX: Tscdeadline timer emulation fastpath Wanpeng Li
2020-04-21 11:20 ` [PATCH 1/2] KVM: X86: TSCDEADLINE MSR " Wanpeng Li
2020-04-21 11:37 ` Paolo Bonzini
2020-04-22 0:48 ` Wanpeng Li
2020-04-22 8:38 ` Paolo Bonzini
2020-04-22 8:46 ` Wanpeng Li
2020-04-21 11:20 ` [PATCH 2/2] KVM: VMX: Handle preemption timer fastpath Wanpeng Li
2020-04-21 11:40 ` Paolo Bonzini [this message]
2020-04-22 1:01 ` Wanpeng Li
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=68eb0e46-4c2a-0292-3dfa-db2ae2b2b13d@redhat.com \
--to=pbonzini@redhat.com \
--cc=jmattson@google.com \
--cc=joro@8bytes.org \
--cc=kernellwp@gmail.com \
--cc=kvm@vger.kernel.org \
--cc=lihaiwei@tencent.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sean.j.christopherson@intel.com \
--cc=vkuznets@redhat.com \
--cc=wanpengli@tencent.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®