On Wed, 21 Feb 2024 at 16:26, Thomas Huth <[email protected]> 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 <[email protected]> > Signed-off-by: Thomas Huth <[email protected]> > --- > target/ppc/kvm.c | 4 ++--
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
