Re: [Qemu-devel] [PATCH v2] ppc/pnv: Set default ram size to 1.75GB

2019-08-21 Thread David Gibson
On Wed, Aug 21, 2019 at 12:39:45PM +0930, Joel Stanley wrote: > This makes the powernv machine easier for end users as the default > initrd address (1.5GB) is now within RAM. > > This uses less than 2GB of RAM to ensure 32 bit Qemu still works. > > Signed-off-by: Joel Stanley Applied to ppc-for

[Qemu-devel] [PATCH v2] ppc/pnv: Set default ram size to 1.75GB

2019-08-20 Thread Joel Stanley
This makes the powernv machine easier for end users as the default initrd address (1.5GB) is now within RAM. This uses less than 2GB of RAM to ensure 32 bit Qemu still works. Signed-off-by: Joel Stanley -- v2: Use INITRD defines, whcih come out to 1.75, instead of 2GB --- hw/ppc/pnv.c | 4 +++-