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

2021-03-04 Thread Will Deacon
On Tue, Mar 02, 2021 at 02:59:55PM +, 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 > --- > arch/arm64/kvm/hyp/reserved_mem.c | 19

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

2021-03-02 Thread Quentin Perret
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 --- arch/arm64/kvm/hyp/reserved_mem.c | 19 +++ 1 file changed, 19 insertions(+) diff --git