Message ID | 20230523101828.7328-1-will@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | KVM: arm64: FF-A proxy for pKVM | expand |
On Tue, 23 May 2023 11:18:17 +0100, Will Deacon wrote: > This is version three of the pKVM FF-A proxy series previously posted > here: > > v1: https://lore.kernel.org/r/20221116170335.2341003-1-qperret@google.com > v2: https://lore.kernel.org/r/20230419122051.1341-1-will@kernel.org > > Changes since v2 include: > > [...] Applied to kvmarm/next, thanks! [01/10] KVM: arm64: Block unsafe FF-A calls from the host https://git.kernel.org/kvmarm/kvmarm/c/048be5fea43d [02/10] KVM: arm64: Probe FF-A version and host/hyp partition ID during init https://git.kernel.org/kvmarm/kvmarm/c/12bdce4f4119 [03/10] KVM: arm64: Allocate pages for hypervisor FF-A mailboxes https://git.kernel.org/kvmarm/kvmarm/c/bc3888a0f4e9 [04/10] KVM: arm64: Handle FFA_RXTX_MAP and FFA_RXTX_UNMAP calls from the host https://git.kernel.org/kvmarm/kvmarm/c/9d0c6a9af9e3 [05/10] KVM: arm64: Add FF-A helpers to share/unshare memory with secure world https://git.kernel.org/kvmarm/kvmarm/c/f9112eade788 [06/10] KVM: arm64: Handle FFA_MEM_SHARE calls from the host https://git.kernel.org/kvmarm/kvmarm/c/436090001776 [07/10] KVM: arm64: Handle FFA_MEM_RECLAIM calls from the host https://git.kernel.org/kvmarm/kvmarm/c/0e3bcb49c135 [08/10] KVM: arm64: Handle FFA_MEM_LEND calls from the host https://git.kernel.org/kvmarm/kvmarm/c/634d90cf0ac6 [09/10] KVM: arm64: Handle FFA_FEATURES call from the host https://git.kernel.org/kvmarm/kvmarm/c/20936cd11479 [10/10] KVM: arm64: pkvm: Add support for fragmented FF-A descriptors https://git.kernel.org/kvmarm/kvmarm/c/0a9f15fd5674 -- Best, Oliver
On Wed, Jun 07, 2023 at 05:35:12AM +0000, Oliver Upton wrote: > On Tue, 23 May 2023 11:18:17 +0100, Will Deacon wrote: > > This is version three of the pKVM FF-A proxy series previously posted > > here: > > > > v1: https://lore.kernel.org/r/20221116170335.2341003-1-qperret@google.com > > v2: https://lore.kernel.org/r/20230419122051.1341-1-will@kernel.org > > > > Changes since v2 include: > > > > [...] > > Applied to kvmarm/next, thanks! Thank you! Will