OSDN Git Service

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)
commit9872e6bc08d6ef6de79717ff6bbff0f297c134ef
tree4b968b750e00d247a9d2cc2301533e29acd27104
parent7297a8bcc0aea2e69bc18e2731d6754f34e77aac
parent9d3e7b7c82fd9d40240867ef4c45388cd05031f3
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