|
From: | Cédric Le Goater |
Subject: | Re: [PATCH for-5.0 8/8] ppc/pnv: Link "chip" property to PnvXive::chip pointer |
Date: | Fri, 15 Nov 2019 13:25:01 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1 |
> 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.
[Prev in Thread] | Current Thread | [Next in Thread] |