From: Liran Alon <LIRAN.ALON@ORACLE.COM>
To: Paolo Bonzini <pbonzini@redhat.com>,
Arbel Moshe <arbel.moshe@ORACLE.COM>,
rkrcmar@redhat.com, kvm@vger.kernel.org
Cc: idan.brown@ORACLE.COM, Krish Sadhukhan <krish.sadhukhan@ORACLE.COM>
Subject: Re: [PATCH] KVM: nVMX: Fix nested APICv Secondary CPU Controls when apicv disabled
Date: Mon, 13 Nov 2017 10:51:13 +0200 [thread overview]
Message-ID: <5A095D01.2030104@ORACLE.COM> (raw)
In-Reply-To: <4c68d179-b4c4-84c2-6f64-bf55de8f065f@redhat.com>
On 13/11/17 10:36, Paolo Bonzini wrote:
> On 12/11/2017 17:31, Arbel Moshe wrote:
>> SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES |
>> SECONDARY_EXEC_DESC |
>> SECONDARY_EXEC_VIRTUALIZE_X2APIC_MODE |
>> - SECONDARY_EXEC_APIC_REGISTER_VIRT |
>> - SECONDARY_EXEC_VIRTUAL_INTR_DELIVERY |
>> SECONDARY_EXEC_WBINVD_EXITING;
>>
>> + if (kvm_vcpu_apicv_active(&vmx->vcpu)) {
>> + vmx->nested.nested_vmx_secondary_ctls_high |=
>> + (SECONDARY_EXEC_APIC_REGISTER_VIRT |
>> + SECONDARY_EXEC_VIRTUAL_INTR_DELIVERY);
>> + }
>> +
>
> I think kvm_vcpu_apicv_active may change after
> nested_vmx_setup_ctls_msrs is called. You need to clear the bits in
> refresh_apicv_exec_ctrl.
Agreed. Seems this is called from kvm_vcpu_deactivate_apicv() which is
only called from kvm_hv_activate_synic() which enables Hyper-V SynIC.
However, in case Hyper-V SynIC is not enabled, QEMU will never issue
ioctl that invokes kvm_vcpu_deactivate_apicv() and therefore
refresh_apicv_exec_ctrl() won't be called.
Therefore, we suggest the following:
1. Keeping the code Arbel added to nested_vmx_setup_ctls_msrs().
2. Adding clearing of relevant bits also to refresh_apicv_exec_ctrl().
3. Fix bug of not also clearing PIN_BASED_POSTED_INTR from the VMCS &
nested_vmx_pinbased_ctls_high in refresh_apicv_exec_ctrl().
Arbel will fix these in v2 of this series.
Thanks.
-Liran
>
> Thanks,
>
> Paolo
>
next prev parent reply other threads:[~2017-11-13 8:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-12 16:31 [PATCH] KVM: nVMX: Fix nested APICv Secondary CPU Controls when apicv disabled Arbel Moshe
2017-11-13 8:36 ` Paolo Bonzini
2017-11-13 8:51 ` Liran Alon [this message]
2017-11-13 10:59 ` Paolo Bonzini
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=5A095D01.2030104@ORACLE.COM \
--to=liran.alon@oracle.com \
--cc=arbel.moshe@ORACLE.COM \
--cc=idan.brown@ORACLE.COM \
--cc=krish.sadhukhan@ORACLE.COM \
--cc=kvm@vger.kernel.org \
--cc=pbonzini@redhat.com \
--cc=rkrcmar@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.