Re: [Qemu-devel] [PATCH 2/2] ppc/pnv: add INITRD_MAX_SIZE constant

2019-02-25 Thread Eric Blake
On 2/25/19 8:24 AM, Murilo Opsfelder Araujo wrote: > The current 0x1000 value is actually 256MiB, not 128MB as the comment > suggests. Move it to a constant and fix the comment (no change in the size > value). > > Signed-off-by: Murilo Opsfelder Araujo > --- > hw/ppc/pnv.c | 3 ++- > 1 file

[Qemu-devel] [PATCH 2/2] ppc/pnv: add INITRD_MAX_SIZE constant

2019-02-25 Thread Murilo Opsfelder Araujo
The current 0x1000 value is actually 256MiB, not 128MB as the comment suggests. Move it to a constant and fix the comment (no change in the size value). Signed-off-by: Murilo Opsfelder Araujo --- hw/ppc/pnv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/ppc/pnv.c