qemu-ppc
[Top][All Lists]
Advanced

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

Re: [Qemu-ppc] [Qemu-devel] [PATCH] spapr: fix RTAS method name in comme


From: Greg Kurz
Subject: Re: [Qemu-ppc] [Qemu-devel] [PATCH] spapr: fix RTAS method name in comment
Date: Wed, 4 Oct 2017 14:33:43 +0200

On Wed, 4 Oct 2017 20:42:26 +1100
David Gibson <address@hidden> wrote:

> On Wed, Oct 04, 2017 at 10:43:18AM +0200, Greg Kurz wrote:
> > Signed-off-by: Greg Kurz <address@hidden>  
> 
> Applied, except I corrected the short description.
> ibm,client-architecture-support is an OF word, not actually an RTAS
> method.
> 

Oops you're right... not quite sure what I was thinking to when I wrote
that :)

> > ---
> >  hw/ppc/spapr.c |    3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> > 
> > diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c
> > index 352ff3d614e8..b284e0b9d43e 100644
> > --- a/hw/ppc/spapr.c
> > +++ b/hw/ppc/spapr.c
> > @@ -2334,7 +2334,8 @@ static void ppc_spapr_init(MachineState *machine)
> >      /* Set up Interrupt Controller before we create the VCPUs */
> >      xics_system_init(machine, XICS_IRQS_SPAPR, &error_fatal);
> >  
> > -    /* Set up containers for ibm,client-set-architecture negotiated 
> > options */
> > +    /* Set up containers for ibm,client-architecture-support negotiated 
> > options
> > +     */
> >      spapr->ov5 = spapr_ovec_new();
> >      spapr->ov5_cas = spapr_ovec_new();
> >  
> >   
> 

Attachment: pgpMnfYQ7U28r.pgp
Description: OpenPGP digital signature


reply via email to

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