On Tue, Feb 19, 2019 at 06:18:34PM +0100, Greg Kurz wrote: > From: Michael Roth <[email protected]> > > Extend the existing EPOW event format we use for PCI > devices to emit PHB plug/unplug events. > > Signed-off-by: Michael Roth <[email protected]> > Reviewed-by: David Gibson <[email protected]> > Signed-off-by: Greg Kurz <[email protected]>
Applied, thanks.
> ---
> hw/ppc/spapr_events.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/hw/ppc/spapr_events.c b/hw/ppc/spapr_events.c
> index b9c7ecb9e987..ab9a1f0063d5 100644
> --- a/hw/ppc/spapr_events.c
> +++ b/hw/ppc/spapr_events.c
> @@ -526,6 +526,9 @@ static void spapr_hotplug_req_event(uint8_t hp_id,
> uint8_t hp_action,
> case SPAPR_DR_CONNECTOR_TYPE_CPU:
> hp->hotplug_type = RTAS_LOG_V6_HP_TYPE_CPU;
> break;
> + case SPAPR_DR_CONNECTOR_TYPE_PHB:
> + hp->hotplug_type = RTAS_LOG_V6_HP_TYPE_PHB;
> + break;
> default:
> /* we shouldn't be signaling hotplug events for resources
> * that don't support them
>
--
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
signature.asc
Description: PGP signature
