|
| From: | Cédric Le Goater |
| Subject: | Re: [PATCH for-5.0 7/8] ppc/pnv: Link "chip" property to PnvCore::chip pointer |
| Date: | Fri, 15 Nov 2019 13:24:50 +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_core.h b/include/hw/ppc/pnv_core.h
> index 55eee95104da..fce6d8d9b31b 100644
> --- a/include/hw/ppc/pnv_core.h
> +++ b/include/hw/ppc/pnv_core.h
> @@ -36,11 +36,11 @@ typedef struct PnvChip PnvChip;
> typedef struct PnvCore {
> /*< private >*/
> CPUCore parent_obj;
> + PnvChip *chip;
>
> /*< public >*/
> PowerPCCPU **threads;
> uint32_t pir;
> - PnvChip *chip;
>
> MemoryRegion xscom_regs;
> } PnvCore;
>
Why this change ?
C.
| [Prev in Thread] | Current Thread | [Next in Thread] |