]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch kvm-arm64/psci-1.1 into kvmarm-master/next
authorMarc Zyngier <maz@kernel.org>
Fri, 25 Feb 2022 13:49:48 +0000 (13:49 +0000)
committerMarc Zyngier <maz@kernel.org>
Fri, 25 Feb 2022 13:49:48 +0000 (13:49 +0000)
commitc8f748c576cfce6437bd8772f9d7e8980874d43b
treeddb580baf979ab0499e52a1c2506f3f443ac3408
parent39329907e26f4d600c4e51e1d8badbd2f01e444e
parent0acfdb5bbc5e17f3c8ef405463f530194fb83c55
Merge branch kvm-arm64/psci-1.1 into kvmarm-master/next

* kvm-arm64/psci-1.1:
  : .
  : Limited PSCI-1.1 support from Will Deacon:
  :
  : This small series exposes the PSCI SYSTEM_RESET2 call to guests, which
  : allows the propagation of a "reset_type" and a "cookie" back to the VMM.
  : Although Linux guests only ever pass 0 for the type ("SYSTEM_WARM_RESET"),
  : the vendor-defined range can be used by a bootloader to provide additional
  : information about the reset, such as an error code.
  : .
  KVM: arm64: Remove unneeded semicolons
  KVM: arm64: Indicate SYSTEM_RESET2 in kvm_run::system_event flags field
  KVM: arm64: Expose PSCI SYSTEM_RESET2 call to the guest
  KVM: arm64: Bump guest PSCI version to 1.1

Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/include/uapi/asm/kvm.h
arch/arm64/kvm/psci.c
include/kvm/arm_psci.h