mbox series

[0/2] KVM: SVM: Optimize AVIC incomplete IPI #vmexit handling

Message ID 20220414051151.77710-1-suravee.suthikulpanit@amd.com (mailing list archive)
Headers show
Series KVM: SVM: Optimize AVIC incomplete IPI #vmexit handling | expand

Message

Suravee Suthikulpanit April 14, 2022, 5:11 a.m. UTC
This series introduce a fast-path when handling AVIC incomplete IPI #vmexit
for AVIC and x2AVIC, and introduce a new tracepoint for the slow-path
processing.

Please note that the prereq of this series is:
  [PATCH v2 00/12] Introducing AMD x2APIC Virtualization (x2AVIC) support
  (https://lore.kernel.org/lkml/20220412115822.14351-2-suravee.suthikulpanit@amd.com/T/)

Regards,
Suravee

Suravee Suthikulpanit (2):
  KVM: SVM: Introduce avic_kick_target_vcpus_fast()
  KVM: SVM: Introduce trace point for the slow-path of
    avic_kic_target_vcpus

 arch/x86/kvm/svm/avic.c | 93 +++++++++++++++++++++++++++++++++++++++--
 arch/x86/kvm/trace.h    | 20 +++++++++
 arch/x86/kvm/x86.c      |  1 +
 3 files changed, 110 insertions(+), 4 deletions(-)

Comments

Suravee Suthikulpanit April 18, 2022, 2:39 p.m. UTC | #1
On 4/14/22 12:11 PM, Suravee Suthikulpanit wrote:
> This series introduce a fast-path when handling AVIC incomplete IPI #vmexit
> for AVIC and x2AVIC, and introduce a new tracepoint for the slow-path
> processing.
> 
> Please note that the prereq of this series is:
>    [PATCH v2 00/12] Introducing AMD x2APIC Virtualization (x2AVIC) support
>    (https://lore.kernel.org/lkml/20220412115822.14351-2-suravee.suthikulpanit@amd.com/T/)
> 

Since x2AVIC stuff is still under development, and likely will need v3,
I will extract the logic for x2AVIC, and send out V2 of this series.
The support for x2AVIC will be send separately.

Regards,
Suravee