On 2/25/19 6:01 PM, Murilo Opsfelder Araujo wrote: > First patch increases kernel size limit to 256MiB to fit images generated with > CONFIG_DEBUG_INFO. > > Second patch just fixes a misleading comment regarding initrd size limit. > > Third patch uses IEC prefixes to represent size constants.
They look fine. Have you tried these patches on a P9 machine ? You will need to use the powernv-4.0 branch on my github for that. Thanks, C. > > v1..v2: > Use IEC prefixes as per Eric Blake' suggestion. > > Murilo Opsfelder Araujo (3): > ppc/pnv: increase kernel size limit to 256MiB > ppc/pnv: add INITRD_MAX_SIZE constant > ppc/pnv: use IEC binary prefixes to represent sizes > > hw/ppc/pnv.c | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-) >