mbox series

[0/2] KVM: arm64: Hide SPE from guests

Message ID 20210409152154.198566-1-alexandru.elisei@arm.com (mailing list archive)
Headers show
Series KVM: arm64: Hide SPE from guests | expand

Message

Alexandru Elisei April 9, 2021, 3:21 p.m. UTC
This was part of the KVM SPE series that I posted some time ago [1]. The
series didn't get too much attention, so I've decided to send this
fix/cleanup/improvement separately, to make it easier to review.

I've split the original patch into two because it makes more sense to me
this way, but I'm not opposed to squashing the series back into a single
patch if that is preferred.

Based on v5.12-rc6.

[1] https://www.spinics.net/lists/kvm-arm/msg42962.html

Alexandru Elisei (2):
  KVM: arm64: Don't print warning when trapping SPE registers
  KVM: arm64: Don't advertise FEAT_SPE to guests

 arch/arm64/include/asm/sysreg.h |  2 ++
 arch/arm64/kvm/sys_regs.c       | 15 +++++++++++++++
 2 files changed, 17 insertions(+)

Comments

Marc Zyngier April 11, 2021, 8:47 a.m. UTC | #1
On Fri, 9 Apr 2021 16:21:52 +0100, Alexandru Elisei wrote:
> This was part of the KVM SPE series that I posted some time ago [1]. The
> series didn't get too much attention, so I've decided to send this
> fix/cleanup/improvement separately, to make it easier to review.
> 
> I've split the original patch into two because it makes more sense to me
> this way, but I'm not opposed to squashing the series back into a single
> patch if that is preferred.
> 
> [...]

Applied to kvm-arm64/debug-5.13, thanks!

[1/2] KVM: arm64: Don't print warning when trapping SPE registers
      commit: 13611bc80d3da162aaf32b01ceffc804e027d406
[2/2] KVM: arm64: Don't advertise FEAT_SPE to guests
      commit: 96f4f6809beec1bb2338e1aeac408e6a733f8135

Cheers,

	M.