On Fri, 15 Nov 2019 13:25:01 +0100
Cédric Le Goater <[email protected]> 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.