mbox series

[v2,0/3] Plumb PSCI SYSTEM_RESET2 call for guests

Message ID 20220221153524.15397-1-will@kernel.org (mailing list archive)
Headers show
Series Plumb PSCI SYSTEM_RESET2 call for guests | expand

Message

Will Deacon Feb. 21, 2022, 3:35 p.m. UTC
Hi all,

Here's version two of the patches I posted at the end of last week:

  https://lore.kernel.org/r/20220217184001.11753-1-will@kernel.org

The only change is to the comments and ABI documentation, so that we
refer to the PSCI spec instead of describing the arguments to RESET2.

Cheers,

Will

Cc: Marc Zyngier <maz@kernel.org>
Cc: James Morse <james.morse@arm.com>
Cc: Alexandru Elisei <alexandru.elisei@arm.com>
Cc: Suzuki K Poulose <suzuki.poulose@arm.com>

--->8

Will Deacon (3):
  KVM: arm64: Bump guest PSCI version to 1.1
  KVM: arm64: Expose PSCI SYSTEM_RESET2 call to the guest
  KVM: arm64: Indicate SYSTEM_RESET2 in kvm_run::system_event flags
    field

 Documentation/virt/kvm/api.rst    |  5 +++
 arch/arm64/include/uapi/asm/kvm.h |  7 ++++
 arch/arm64/kvm/psci.c             | 58 +++++++++++++++++++++++++------
 include/kvm/arm_psci.h            |  3 +-
 include/uapi/linux/psci.h         |  4 +++
 5 files changed, 66 insertions(+), 11 deletions(-)

Comments

Marc Zyngier Feb. 21, 2022, 4:11 p.m. UTC | #1
On Mon, 21 Feb 2022 15:35:21 +0000, Will Deacon wrote:
> Here's version two of the patches I posted at the end of last week:
> 
>   https://lore.kernel.org/r/20220217184001.11753-1-will@kernel.org
> 
> The only change is to the comments and ABI documentation, so that we
> refer to the PSCI spec instead of describing the arguments to RESET2.
> 
> [...]

Applied to next, thanks!

[1/3] KVM: arm64: Bump guest PSCI version to 1.1
      commit: 512865d83fd9685a4d5aab26f898737b57d3187e
[2/3] KVM: arm64: Expose PSCI SYSTEM_RESET2 call to the guest
      commit: d43583b890e7cb0078d13d056753a56602b92406
[3/3] KVM: arm64: Indicate SYSTEM_RESET2 in kvm_run::system_event flags field
      commit: 34739fd95fab3a5efb0422e4f012b685e33598dc

Cheers,

	M.