qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH for-5.0 8/8] ppc/pnv: Link "chip" property to PnvXive::chip p


From: Greg Kurz
Subject: Re: [PATCH for-5.0 8/8] ppc/pnv: Link "chip" property to PnvXive::chip pointer
Date: Fri, 15 Nov 2019 13:46:16 +0100

On Fri, 15 Nov 2019 13:25:01 +0100
Cédric Le Goater <address@hidden> wrote:

> > diff --git a/include/hw/ppc/pnv.h b/include/hw/ppc/pnv.h
> > index 5ecd3ba6ed24..d82484ecf669 100644
> > --- a/include/hw/ppc/pnv.h
> > +++ b/include/hw/ppc/pnv.h
> > @@ -87,9 +87,9 @@ typedef struct Pnv8Chip {
> >  typedef struct Pnv9Chip {
> >      /*< private >*/
> >      PnvChip      parent_obj;
> > +    PnvXive      xive;
> >  
> >      /*< public >*/
> > -    PnvXive      xive;
> >      Pnv9Psi      psi;
> >      PnvLpcController lpc;
> >      PnvOCC       occ;
> > 
> 
> Why this change ? 
> 

Same reason as in patch 7/8.

> C.




reply via email to

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