Re: [PATCH] ppc/spapr: Fix 32 bit logical memory block size assumptions

2020-07-15 Thread David Gibson
On Wed, Jul 15, 2020 at 10:42:28AM +1000, Anton Blanchard wrote: > When testing large LMB sizes (eg 4GB), I found a couple of places > that assume they are 32bit in size. > > Signed-off-by: Anton Blanchard Applied to ppc-for-5.2. > --- > hw/ppc/spapr.c | 6 -- > 1 file changed, 4 insertion

Re: [PATCH] ppc/spapr: Fix 32 bit logical memory block size assumptions

2020-07-14 Thread Philippe Mathieu-Daudé
Hi Anton, On 7/15/20 2:42 AM, Anton Blanchard wrote: > When testing large LMB sizes (eg 4GB), I found a couple of places > that assume they are 32bit in size. > > Signed-off-by: Anton Blanchard > --- > hw/ppc/spapr.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git

[PATCH] ppc/spapr: Fix 32 bit logical memory block size assumptions

2020-07-14 Thread Anton Blanchard
When testing large LMB sizes (eg 4GB), I found a couple of places that assume they are 32bit in size. Signed-off-by: Anton Blanchard --- hw/ppc/spapr.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c index a1b06defe6..0ba2526215 100644 --