On Wed, 21 Feb 2024 at 16:26, Thomas Huth <th...@redhat.com> wrote: > > HPTES_PER_GROUP is 8 and HASH_PTE_SIZE_64 is 16, so we don't waste > too many bytes by always allocating the maximum amount of bytes on > the stack here to get rid of the variable length array. > > Suggested-by: Peter Maydell <peter.mayd...@linaro.org> > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > target/ppc/kvm.c | 4 ++--
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM