]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch kvm-arm64/psci-1.1 into kvmarm-master/next
authorMarc Zyngier <maz@kernel.org>
Wed, 9 Mar 2022 18:19:10 +0000 (18:19 +0000)
committerMarc Zyngier <maz@kernel.org>
Wed, 9 Mar 2022 18:19:10 +0000 (18:19 +0000)
commitb05ed40b559a97cd60654a1c98d41cc33af6c3f1
tree4b968b750e00d247a9d2cc2301533e29acd27104
parent4549c3371c6cf05afbcbe263f2d84a03d1ccd66c
parent348030840120fec7ef0e0a27ac367c2aa6e64c96
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: Really propagate PSCI SYSTEM_RESET2 arguments to userspace

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