Merge tag 'kvmarm-fixes-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 11 Jan 2023 18:31:53 +0000 (13:31 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 11 Jan 2023 18:31:53 +0000 (13:31 -0500)
commit71d0393576e9e1ef536c3bc3cf11f661c58dded9
tree6eb6628858b125717955b8fb0f943fe442d6c63d
parent3a9ae31ac26a58d33008c42f6cd022afc2af2dc0
parentde535c0234dd2dbd9c790790f2ca1c4ec8a52d2b
Merge tag 'kvmarm-fixes-6.2-1' of git://git./linux/kernel/git/kvmarm/kvmarm into kvm-master

KVM/arm64 fixes for 6.2, take #1

- Fix the PMCR_EL0 reset value after the PMU rework

- Correctly handle S2 fault triggered by a S1 page table walk
  by not always classifying it as a write, as this breaks on
  R/O memslots

- Document why we cannot exit with KVM_EXIT_MMIO when taking
  a write fault from a S1 PTW on a R/O memslot

- Put the Apple M2 on the naughty step for not being able to
  correctly implement the vgic SEIS feature, just liek the M1
  before it

- Reviewer updates: Alex is stepping down, replaced by Zenghui
Documentation/virt/kvm/api.rst
MAINTAINERS