Re: [PATCH v3 25/32] KVM: arm64: Sort the hypervisor memblocks

From: Will Deacon
Date: Thu Mar 04 2021 - 14:52:51 EST


On Tue, Mar 02, 2021 at 02:59:55PM +0000, Quentin Perret wrote:
> We will soon need to check if a Physical Address belongs to a memblock
> at EL2, so make sure to sort them so this can be done efficiently.
>
> Signed-off-by: Quentin Perret <qperret@xxxxxxxxxx>
> ---
> arch/arm64/kvm/hyp/reserved_mem.c | 19 +++++++++++++++++++
> 1 file changed, 19 insertions(+)

Acked-by: Will Deacon <will@xxxxxxxxxx>

Will