qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Cédric Le Goater
Subject: Re: [Qemu-devel] [PATCH] ppc/pnv: Set default ram size to 2GB
Date: Thu, 18 Jul 2019 08:09:34 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

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 <address@hidden>


Reviewed-by: Cédric Le Goater <address@hidden>

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;
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]