[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 01/10] ppc/pnv: Modify the powerdown notifier to get the Powe
From: |
Greg Kurz |
Subject: |
Re: [PATCH 01/10] ppc/pnv: Modify the powerdown notifier to get the PowerNV machine |
Date: |
Thu, 19 Dec 2019 15:54:19 +0100 |
On Thu, 19 Dec 2019 08:29:52 +0100
Cédric Le Goater <address@hidden> wrote:
> Use container_of() instead of qdev_get_machine()
>
> Signed-off-by: Cédric Le Goater <address@hidden>
> ---
Reviewed-by: Greg Kurz <address@hidden>
> hw/ppc/pnv.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/ppc/pnv.c b/hw/ppc/pnv.c
> index f77e7ca84ede..855254f28263 100644
> --- a/hw/ppc/pnv.c
> +++ b/hw/ppc/pnv.c
> @@ -561,7 +561,7 @@ static void *pnv_dt_create(MachineState *machine)
>
> static void pnv_powerdown_notify(Notifier *n, void *opaque)
> {
> - PnvMachineState *pnv = PNV_MACHINE(qdev_get_machine());
> + PnvMachineState *pnv = container_of(n, PnvMachineState,
> powerdown_notifier);
>
> if (pnv->bmc) {
> pnv_bmc_powerdown(pnv->bmc);
- [PATCH 00/10] ppc/pnv: remove the use of qdev_get_machine() and get_system_memory(), Cédric Le Goater, 2019/12/19
- [PATCH 01/10] ppc/pnv: Modify the powerdown notifier to get the PowerNV machine, Cédric Le Goater, 2019/12/19
- Re: [PATCH 01/10] ppc/pnv: Modify the powerdown notifier to get the PowerNV machine,
Greg Kurz <=
- [PATCH 02/10] ppc/pnv: Introduce a "system-memory" property, Cédric Le Goater, 2019/12/19
- [PATCH 03/10] ppc/pnv: Introduce a "xics" property alias under the PSI model, Cédric Le Goater, 2019/12/19
- [PATCH 04/10] ppc/pnv: Introduce a "xics" property under the POWER8 chip, Cédric Le Goater, 2019/12/19
- [PATCH 05/10] spapr/xive: Use device_class_set_parent_realize(), Cédric Le Goater, 2019/12/19
- [PATCH 06/10] pnv/xive: Use device_class_set_parent_realize(), Cédric Le Goater, 2019/12/19
- [PATCH 07/10] spapr, pnv, xive: Add a "xive-fabric" link to the XIVE router, Cédric Le Goater, 2019/12/19