qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 01/13] ppc/pnv: Modify the powerdown notifier to get the P


From: David Gibson
Subject: Re: [PATCH v2 01/13] ppc/pnv: Modify the powerdown notifier to get the PowerNV machine
Date: Fri, 20 Dec 2019 11:26:37 +1100

On Thu, Dec 19, 2019 at 07:11:43PM +0100, Cédric Le Goater wrote:
> Use container_of() instead of qdev_get_machine()
> 
> Signed-off-by: Cédric Le Goater <address@hidden>
> Reviewed-by: Greg Kurz <address@hidden>
> Signed-off-by: Cédric Le Goater <address@hidden>

Applied to ppc-for-5.0.

> ---
>  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);

-- 
David Gibson                    | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au  | minimalist, thank you.  NOT _the_ _other_
                                | _way_ _around_!
http://www.ozlabs.org/~dgibson

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]