[GIT PULL] KVM changes for Linux 6.3-rc7

From: Paolo Bonzini
Date: Mon Apr 10 2023 - 11:40:13 EST


Linus,

The following changes since commit fb5015bc8b733323b58f015b88e4f316010ec856:

docs: kvm: x86: Fix broken field list (2023-04-04 13:22:05 -0400)

are available in the Git repository at:

https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus

for you to fetch changes up to 0bf9601f8ef0703523018e975d6c1f3fdfcff4b9:

Merge tag 'kvmarm-fixes-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD (2023-04-06 13:34:19 -0400)

----------------------------------------------------------------
Two ARM fixes:

* Ensure the guest PMU context is restored before the first KVM_RUN,
fixing an issue where EL0 event counting is broken after vCPU
save/restore

* Actually initialize ID_AA64PFR0_EL1.{CSV2,CSV3} based on the
sanitized, system-wide values for protected VMs

----------------------------------------------------------------
Fuad Tabba (1):
KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV2/3 to protected VMs

Paolo Bonzini (1):
Merge tag 'kvmarm-fixes-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD

Reiji Watanabe (1):
KVM: arm64: PMU: Restore the guest's EL0 event counting after migration

arch/arm64/kvm/arm.c | 26 +++++++++++++++++++++++++-
arch/arm64/kvm/hyp/include/nvhe/fixed_config.h | 5 ++++-
arch/arm64/kvm/hyp/nvhe/sys_regs.c | 7 -------
arch/arm64/kvm/pmu-emul.c | 1 +
arch/arm64/kvm/sys_regs.c | 1 -
5 files changed, 30 insertions(+), 10 deletions(-)