]> 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)
commitbc98841e1be63c7c1a2959f7ec7d042ed8588481
tree4b968b750e00d247a9d2cc2301533e29acd27104
parentb7f4c85e2f6c3de6a3e1e055ea4840b779437976
parenteb11b8659d064cba0eb36ac19c0323ac286ae62d
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