All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sean Christopherson <seanjc@google.com>
To: kvm@vger.kernel.org, Aaron Lewis <aaronlewis@google.com>
Cc: pbonzini@redhat.com, jmattson@google.com, like.xu.linux@gmail.com
Subject: Re: [PATCH v8 0/7] Introduce and test masked events
Date: Fri, 20 Jan 2023 18:11:59 +0000	[thread overview]
Message-ID: <Y8rZb3x2yQjmtWYr@google.com> (raw)
In-Reply-To: <167409081639.2375192.4460110033173378501.b4-ty@google.com>

On Thu, Jan 19, 2023, Sean Christopherson wrote:
> On Tue, 20 Dec 2022 16:12:29 +0000, Aaron Lewis wrote:
> > This series introduces the concept of masked events to the pmu event
> > filter. Masked events can help reduce the number of events needed in the
> > pmu event filter by allowing a more generalized matching method to be
> > used for the unit mask when filtering guest events in the pmu.  With
> > masked events, if an event select should be restricted from the guest,
> > instead of having to add an entry to the pmu event filter for each
> > event select + unit mask pair, a masked event can be added to generalize
> > the unit mask values.
> > 
> > [...]
> 
> Applied to kvm-x86 pmu, thanks!
> 
> [1/7] kvm: x86/pmu: Correct the mask used in a pmu event filter lookup
>       https://github.com/kvm-x86/linux/commit/aa570a7481c3
> [2/7] kvm: x86/pmu: Remove impossible events from the pmu event filter
>       https://github.com/kvm-x86/linux/commit/778e86e3a2fd
> [3/7] kvm: x86/pmu: prepare the pmu event filter for masked events
>       https://github.com/kvm-x86/linux/commit/11794a3da07f
> [4/7] kvm: x86/pmu: Introduce masked events to the pmu event filter
>       https://github.com/kvm-x86/linux/commit/651daa44b11c
> [5/7] selftests: kvm/x86: Add flags when creating a pmu event filter
>       https://github.com/kvm-x86/linux/commit/6a6b17a7c594
> [6/7] selftests: kvm/x86: Add testing for KVM_SET_PMU_EVENT_FILTER
>       https://github.com/kvm-x86/linux/commit/b1a865796643
> [7/7] selftests: kvm/x86: Test masked events
>       https://github.com/kvm-x86/linux/commit/5ed12ae83c4c

FYI, I forced pushed to pmu to fix a minor warning in the docs and decided to
opportunistically update all of the shortlogs to fix (again minor) issues with
the scope since this series is currently the only thing sitting in pmu.

[1/7] KVM: x86/pmu: Correct the mask used in a pmu event filter lookup
      https://github.com/kvm-x86/linux/commit/1d2489485e28
[2/7] KVM: x86/pmu: Remove impossible events from the pmu event filter
      https://github.com/kvm-x86/linux/commit/1110a9128858
[3/7] KVM: x86/pmu: prepare the pmu event filter for masked events
      https://github.com/kvm-x86/linux/commit/3b049af387c4
[4/7] KVM: x86/pmu: Introduce masked events to the pmu event filter
      https://github.com/kvm-x86/linux/commit/22f39725f0f6
[5/7] KVM: selftests: Add flags when creating a pmu event filter
      https://github.com/kvm-x86/linux/commit/963fd783390f
[6/7] KVM: selftests: Add testing for KVM_SET_PMU_EVENT_FILTER
      https://github.com/kvm-x86/linux/commit/1c1045925ed4
[7/7] KVM: selftests: Test masked events in PMU filter
      https://github.com/kvm-x86/linux/commit/526d9f600225

      reply	other threads:[~2023-01-20 18:12 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-20 16:12 [PATCH v8 0/7] Introduce and test masked events Aaron Lewis
2022-12-20 16:12 ` [PATCH v8 1/7] kvm: x86/pmu: Correct the mask used in a pmu event filter lookup Aaron Lewis
2022-12-22  6:19   ` Like Xu
2022-12-28 20:00     ` Aaron Lewis
2023-01-03 18:28       ` Sean Christopherson
2022-12-20 16:12 ` [PATCH v8 2/7] kvm: x86/pmu: Remove impossible events from the pmu event filter Aaron Lewis
2022-12-20 16:12 ` [PATCH v8 3/7] kvm: x86/pmu: prepare the pmu event filter for masked events Aaron Lewis
2022-12-22  6:34   ` Like Xu
2022-12-20 16:12 ` [PATCH v8 4/7] kvm: x86/pmu: Introduce masked events to the pmu event filter Aaron Lewis
2022-12-22  7:40   ` Like Xu
2022-12-28 20:00     ` Aaron Lewis
2022-12-20 16:12 ` [PATCH v8 5/7] selftests: kvm/x86: Add flags when creating a " Aaron Lewis
2022-12-20 16:12 ` [PATCH v8 6/7] selftests: kvm/x86: Add testing for KVM_SET_PMU_EVENT_FILTER Aaron Lewis
2022-12-20 16:12 ` [PATCH v8 7/7] selftests: kvm/x86: Test masked events Aaron Lewis
2023-01-19 20:57 ` [PATCH v8 0/7] Introduce and test " Sean Christopherson
2023-01-20 18:11   ` Sean Christopherson [this message]

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=Y8rZb3x2yQjmtWYr@google.com \
    --to=seanjc@google.com \
    --cc=aaronlewis@google.com \
    --cc=jmattson@google.com \
    --cc=kvm@vger.kernel.org \
    --cc=like.xu.linux@gmail.com \
    --cc=pbonzini@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.