mbox series

[0/2] KVM: arm64: Additional 32bit fixes

Message ID 20200609084921.1448445-1-maz@kernel.org (mailing list archive)
Headers show
Series KVM: arm64: Additional 32bit fixes | expand

Message

Marc Zyngier June 9, 2020, 8:49 a.m. UTC
Here's a couple of patches that address the issues that James
mentionned in [1], affecting 32bit guests.

I lack a BE-capable host to properly test the first patch, but it is
obviously correct (ha! ;-).

[1] https://lore.kernel.org/r/20200526161834.29165-1-james.morse@arm.com

Marc Zyngier (2):
  KVM: arm64: Make vcpu_cp1x() work on Big Endian hosts
  KVM: arm64: Synchronize sysreg state on injecting an AArch32 exception

 arch/arm64/include/asm/kvm_host.h | 10 ++++++++--
 arch/arm64/kvm/aarch32.c          | 28 ++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+), 2 deletions(-)