All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marc Zyngier <maz@kernel.org>
To: suzuki.poulose@arm.com, mark.rutland@arm.com,
	james.morse@arm.com, Alexandru Elisei <alexandru.elisei@arm.com>,
	kvmarm@lists.cs.columbia.edu, will@kernel.org,
	linux-arm-kernel@lists.infradead.org
Cc: tglx@linutronix.de, mingo@redhat.com
Subject: Re: [PATCH v4 0/6] KVM: arm64: Improve PMU support on heterogeneous systems
Date: Tue,  8 Feb 2022 17:55:37 +0000	[thread overview]
Message-ID: <164434293099.3932761.490212877046976183.b4-ty@kernel.org> (raw)
In-Reply-To: <20220127161759.53553-1-alexandru.elisei@arm.com>

On Thu, 27 Jan 2022 16:17:53 +0000, Alexandru Elisei wrote:
> (CC'ing Peter Maydell in case this might be of interest to qemu)
> 
> The series can be found on a branch at [1], and the kvmtool support at [2].
> 
> Detailed explanation of the issue and symptoms that the patches attempt to
> correct can be found in the cover letter for v1 [3].
> 
> [...]

Applied to next, thanks!

[1/6] KVM: arm64: Do not change the PMU event filter after a VCPU has run
      commit: 5177fe91e4cf78a659aada2c9cf712db4d788481
[2/6] perf: Fix wrong name in comment for struct perf_cpu_context
      commit: 2093057ab879da1070c851b9e07126eaa86d0dfc
[3/6] KVM: arm64: Keep a per-VM pointer to the default PMU
      commit: 46b18782147248b62f00e98a7f87abaf934951e8
[4/6] KVM: arm64: Keep a list of probed PMUs
      commit: db858060b1a788fba03711793dcaff19ea43286c
[5/6] KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_SET_PMU attribute
      commit: 6ee7fca2a4a023b14aa1f1f3c4f6c833116116ef
[6/6] KVM: arm64: Refuse to run VCPU if the PMU doesn't match the physical CPU
      commit: 583cda1b0e7d5d49db5fc15db623166310e36bf6

Cheers,

	M.
-- 
Without deviation from the norm, progress is not possible.


_______________________________________________
kvmarm mailing list
kvmarm@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm

WARNING: multiple messages have this Message-ID (diff)
From: Marc Zyngier <maz@kernel.org>
To: suzuki.poulose@arm.com, mark.rutland@arm.com,
	james.morse@arm.com, Alexandru Elisei <alexandru.elisei@arm.com>,
	kvmarm@lists.cs.columbia.edu, will@kernel.org,
	linux-arm-kernel@lists.infradead.org
Cc: tglx@linutronix.de, mingo@redhat.com
Subject: Re: [PATCH v4 0/6] KVM: arm64: Improve PMU support on heterogeneous systems
Date: Tue,  8 Feb 2022 17:55:37 +0000	[thread overview]
Message-ID: <164434293099.3932761.490212877046976183.b4-ty@kernel.org> (raw)
In-Reply-To: <20220127161759.53553-1-alexandru.elisei@arm.com>

On Thu, 27 Jan 2022 16:17:53 +0000, Alexandru Elisei wrote:
> (CC'ing Peter Maydell in case this might be of interest to qemu)
> 
> The series can be found on a branch at [1], and the kvmtool support at [2].
> 
> Detailed explanation of the issue and symptoms that the patches attempt to
> correct can be found in the cover letter for v1 [3].
> 
> [...]

Applied to next, thanks!

[1/6] KVM: arm64: Do not change the PMU event filter after a VCPU has run
      commit: 5177fe91e4cf78a659aada2c9cf712db4d788481
[2/6] perf: Fix wrong name in comment for struct perf_cpu_context
      commit: 2093057ab879da1070c851b9e07126eaa86d0dfc
[3/6] KVM: arm64: Keep a per-VM pointer to the default PMU
      commit: 46b18782147248b62f00e98a7f87abaf934951e8
[4/6] KVM: arm64: Keep a list of probed PMUs
      commit: db858060b1a788fba03711793dcaff19ea43286c
[5/6] KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_SET_PMU attribute
      commit: 6ee7fca2a4a023b14aa1f1f3c4f6c833116116ef
[6/6] KVM: arm64: Refuse to run VCPU if the PMU doesn't match the physical CPU
      commit: 583cda1b0e7d5d49db5fc15db623166310e36bf6

Cheers,

	M.
-- 
Without deviation from the norm, progress is not possible.



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2022-02-08 17:55 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-27 16:17 [PATCH v4 0/6] KVM: arm64: Improve PMU support on heterogeneous systems Alexandru Elisei
2022-01-27 16:17 ` Alexandru Elisei
2022-01-27 16:17 ` [PATCH v4 1/6] KVM: arm64: Do not change the PMU event filter after a VCPU has run Alexandru Elisei
2022-01-27 16:17   ` Alexandru Elisei
2022-01-27 16:17 ` [PATCH v4 2/6] perf: Fix wrong name in comment for struct perf_cpu_context Alexandru Elisei
2022-01-27 16:17   ` Alexandru Elisei
2022-01-27 16:17 ` [PATCH v4 3/6] KVM: arm64: Keep a per-VM pointer to the default PMU Alexandru Elisei
2022-01-27 16:17   ` Alexandru Elisei
2022-01-27 16:17 ` [PATCH v4 4/6] KVM: arm64: Keep a list of probed PMUs Alexandru Elisei
2022-01-27 16:17   ` Alexandru Elisei
2022-01-27 16:17 ` [PATCH v4 5/6] KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_SET_PMU attribute Alexandru Elisei
2022-01-27 16:17   ` Alexandru Elisei
2022-01-27 16:17 ` [PATCH v4 6/6] KVM: arm64: Refuse to run VCPU if the PMU doesn't match the physical CPU Alexandru Elisei
2022-01-27 16:17   ` Alexandru Elisei
2022-02-08 17:55 ` Marc Zyngier [this message]
2022-02-08 17:55   ` [PATCH v4 0/6] KVM: arm64: Improve PMU support on heterogeneous systems Marc Zyngier

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=164434293099.3932761.490212877046976183.b4-ty@kernel.org \
    --to=maz@kernel.org \
    --cc=alexandru.elisei@arm.com \
    --cc=james.morse@arm.com \
    --cc=kvmarm@lists.cs.columbia.edu \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=mark.rutland@arm.com \
    --cc=mingo@redhat.com \
    --cc=suzuki.poulose@arm.com \
    --cc=tglx@linutronix.de \
    --cc=will@kernel.org \
    /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.