Merge branch 'kvm-arm64/vgic-v4-ctl' into kvmarm/next
authorOliver Upton <oliver.upton@linux.dev>
Mon, 28 Jul 2025 15:11:34 +0000 (08:11 -0700)
committerOliver Upton <oliver.upton@linux.dev>
Mon, 28 Jul 2025 15:11:38 +0000 (08:11 -0700)
commit0d46e324c0b6a36af50b08524177e0d598239b5c
tree4381ae5d671fe773b3c6f9e0516fd00342df4192
parenta7f49a9bf45012704c9a5a49abfd16607edd5d97
parenteed9b14209073c51a0e41365871da05b1ada578f
Merge branch 'kvm-arm64/vgic-v4-ctl' into kvmarm/next

* kvm-arm64/vgic-v4-ctl:
  : Userspace control of nASSGIcap, courtesy of Raghavendra Rao Ananta
  :
  : Allow userspace to decide if support for SGIs without an active state is
  : advertised to the guest, allowing VMs from GICv3-only hardware to be
  : migrated to to GICv4.1 capable machines.
  Documentation: KVM: arm64: Describe VGICv3 registers writable pre-init
  KVM: arm64: selftests: Add test for nASSGIcap attribute
  KVM: arm64: vgic-v3: Allow userspace to write GICD_TYPER2.nASSGIcap
  KVM: arm64: vgic-v3: Allow access to GICD_IIDR prior to initialization
  KVM: arm64: vgic-v3: Consolidate MAINT_IRQ handling
  KVM: arm64: Disambiguate support for vSGIs v. vLPIs

Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
Documentation/virt/kvm/devices/arm-vgic-v3.rst
arch/arm64/kvm/vgic/vgic-init.c
arch/arm64/kvm/vgic/vgic.h
include/kvm/arm_vgic.h
tools/testing/selftests/kvm/arm64/vgic_init.c