> 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 ? C.
