qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] ppc/pnv: Set default ram size to 2GB
@ 2019-07-18  5:32 Joel Stanley
  2019-07-18  6:09 ` Cédric Le Goater
  2019-07-18  6:15 ` David Gibson
  0 siblings, 2 replies; 3+ messages in thread
From: Joel Stanley @ 2019-07-18  5:32 UTC (permalink / raw)
  To: Cédric Le Goater, David Gibson; +Cc: qemu-ppc, qemu-devel

This makes the powernv machine easier for end users as the default
initrd address is now within RAM.

Signed-off-by: Joel Stanley <joel@jms.id.au>
--
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/pnv.c
index bd4531c82260..8cef6d17f111 100644
--- a/hw/ppc/pnv.c
+++ b/hw/ppc/pnv.c
@@ -1358,7 +1358,7 @@ static void pnv_machine_class_init(ObjectClass *oc, void *data)
                                       * storage */
     mc->no_parallel = 1;
     mc->default_boot_order = NULL;
-    mc->default_ram_size = 1 * GiB;
+    mc->default_ram_size = 2 * GiB;
     xic->icp_get = pnv_icp_get;
     xic->ics_get = pnv_ics_get;
     xic->ics_resend = pnv_ics_resend;
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] ppc/pnv: Set default ram size to 2GB
  2019-07-18  5:32 [Qemu-devel] [PATCH] ppc/pnv: Set default ram size to 2GB Joel Stanley
@ 2019-07-18  6:09 ` Cédric Le Goater
  2019-07-18  6:15 ` David Gibson
  1 sibling, 0 replies; 3+ messages in thread
From: Cédric Le Goater @ 2019-07-18  6:09 UTC (permalink / raw)
  To: Joel Stanley, David Gibson; +Cc: qemu-ppc, qemu-devel

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 <joel@jms.id.au>


Reviewed-by: Cédric Le Goater <clg@kaod.org>

Thanks,

C.

> --
> 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/pnv.c
> index bd4531c82260..8cef6d17f111 100644
> --- a/hw/ppc/pnv.c
> +++ b/hw/ppc/pnv.c
> @@ -1358,7 +1358,7 @@ static void pnv_machine_class_init(ObjectClass *oc, void *data)
>                                        * storage */
>      mc->no_parallel = 1;
>      mc->default_boot_order = NULL;
> -    mc->default_ram_size = 1 * GiB;
> +    mc->default_ram_size = 2 * GiB;
>      xic->icp_get = pnv_icp_get;
>      xic->ics_get = pnv_ics_get;
>      xic->ics_resend = pnv_ics_resend;
> 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] ppc/pnv: Set default ram size to 2GB
  2019-07-18  5:32 [Qemu-devel] [PATCH] ppc/pnv: Set default ram size to 2GB Joel Stanley
  2019-07-18  6:09 ` Cédric Le Goater
@ 2019-07-18  6:15 ` David Gibson
  1 sibling, 0 replies; 3+ messages in thread
From: David Gibson @ 2019-07-18  6:15 UTC (permalink / raw)
  To: Joel Stanley; +Cc: qemu-ppc, Cédric Le Goater, qemu-devel

[-- Attachment #1: Type: text/plain, Size: 453 bytes --]

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 <joel@jms.id.au>

Applied to ppc-for-4.2, thanks.

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-18  6:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-18  5:32 [Qemu-devel] [PATCH] ppc/pnv: Set default ram size to 2GB Joel Stanley
2019-07-18  6:09 ` Cédric Le Goater
2019-07-18  6:15 ` David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).