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

2019-07-17 Thread David Gibson
On Thu, Jul 18, 2019 at 03:02:36PM +0930, Joel Stanley wrote: > This makes the powernv machine easier for end users as the default > initrd address is now within RAM. > > Signed-off-by: Joel Stanley Applied to ppc-for-4.2, thanks. -- David Gibson| I'll have my music baroque

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

2019-07-17 Thread Cédric Le Goater
On 18/07/2019 07:32, Joel Stanley wrote: > This makes the powernv machine easier for end users as the default > initrd address is now within RAM. > > Signed-off-by: Joel Stanley Reviewed-by: Cédric Le Goater Thanks, C. > -- > This replaces https://patchwork.ozlabs.org/patch/1132438/ > > h

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

2019-07-17 Thread Joel Stanley
This makes the powernv machine easier for end users as the default initrd address is now within RAM. Signed-off-by: Joel Stanley -- This replaces https://patchwork.ozlabs.org/patch/1132438/ hw/ppc/pnv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/ppc/pnv.c b/hw/ppc/pn