mbox series

[0/2] KVM: arm64: Minor pKVM cleanups

Message ID 20220509162559.2387784-1-oupton@google.com (mailing list archive)
Headers show
Series KVM: arm64: Minor pKVM cleanups | expand

Message

Oliver Upton May 9, 2022, 4:25 p.m. UTC
I was reading through some of the pKVM stuff to get an idea of how it
handles feature registers and spotted a few minor nits.

Applies cleanly to 5.18-rc5.

Oliver Upton (2):
  KVM: arm64: pkvm: Drop unnecessary FP/SIMD trap handler
  KVM: arm64: pkvm: Don't mask already zeroed FEAT_SVE

 arch/arm64/kvm/hyp/nvhe/switch.c   | 19 +------------------
 arch/arm64/kvm/hyp/nvhe/sys_regs.c |  3 ---
 2 files changed, 1 insertion(+), 21 deletions(-)

Comments

Marc Zyngier May 10, 2022, 10:04 a.m. UTC | #1
On Mon, 9 May 2022 16:25:57 +0000, Oliver Upton wrote:
> I was reading through some of the pKVM stuff to get an idea of how it
> handles feature registers and spotted a few minor nits.
> 
> Applies cleanly to 5.18-rc5.
> 
> Oliver Upton (2):
>   KVM: arm64: pkvm: Drop unnecessary FP/SIMD trap handler
>   KVM: arm64: pkvm: Don't mask already zeroed FEAT_SVE
> 
> [...]

Applied to next, thanks!

[1/2] KVM: arm64: pkvm: Drop unnecessary FP/SIMD trap handler
      commit: 4d2e469e163ec79340b2f42c2a07838b5ff30686
[2/2] KVM: arm64: pkvm: Don't mask already zeroed FEAT_SVE
      commit: 249838b7660ac04a67bfb017364a7f01029370a0

Cheers,

	M.