qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [REBASE PATCH v5 2/2] spapr: override default ram size


From: David Gibson
Subject: Re: [Qemu-devel] [REBASE PATCH v5 2/2] spapr: override default ram size to 1GB
Date: Wed, 29 Apr 2015 11:57:25 +1000
User-agent: Mutt/1.5.23 (2014-03-12)

On Tue, Apr 28, 2015 at 01:32:15PM +0200, Thomas Huth wrote:
> On Tue, 28 Apr 2015 12:23:26 +0530
> Nikunj A Dadhania <address@hidden> wrote:
> 
> > Signed-off-by: Nikunj A Dadhania <address@hidden>
> > Reviewed-by: Igor Mammedov <address@hidden>
> > ---
> >  hw/ppc/spapr.c | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c
> > index 61ddc79..6616650 100644
> > --- a/hw/ppc/spapr.c
> > +++ b/hw/ppc/spapr.c
> > @@ -1794,6 +1794,7 @@ static void spapr_machine_class_init(ObjectClass *oc, 
> > void *data)
> >      mc->max_cpus = MAX_CPUS;
> >      mc->no_parallel = 1;
> >      mc->default_boot_order = "";
> > +    mc->default_ram_size = 1 * G_BYTE;
> >      mc->kvm_type = spapr_kvm_type;
> >      mc->has_dynamic_sysbus = true;
> 
> Reviewed-by: Thomas Huth <address@hidden>

Acked-by: David Gibson <address@hidden>

If patch 1/2 is merged I'm happy to take this one through the
spapr-next tree.

-- 
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: pgpjAkoHeYKLI.pgp
Description: PGP signature


reply via email to

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