[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH v5 12/17] spapr_events: add support for phb hotplu
From: |
David Gibson |
Subject: |
Re: [Qemu-ppc] [PATCH v5 12/17] spapr_events: add support for phb hotplug events |
Date: |
Wed, 20 Feb 2019 14:28:19 +1100 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
On Tue, Feb 19, 2019 at 06:18:34PM +0100, Greg Kurz wrote:
> From: Michael Roth <address@hidden>
>
> Extend the existing EPOW event format we use for PCI
> devices to emit PHB plug/unplug events.
>
> Signed-off-by: Michael Roth <address@hidden>
> Reviewed-by: David Gibson <address@hidden>
> Signed-off-by: Greg Kurz <address@hidden>
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
- Re: [Qemu-ppc] [PATCH v5 06/17] xics: Write source state to KVM at claim time, (continued)
- [Qemu-ppc] [PATCH v5 07/17] spapr: Expose the name of the interrupt controller node, Greg Kurz, 2019/02/19
- [Qemu-ppc] [PATCH v5 08/17] spapr_irq: Expose the phandle of the interrupt controller, Greg Kurz, 2019/02/19
- [Qemu-ppc] [PATCH v5 09/17] spapr_pci: add PHB unrealize, Greg Kurz, 2019/02/19
- [Qemu-ppc] [PATCH v5 10/17] spapr: create DR connectors for PHBs, Greg Kurz, 2019/02/19
- [Qemu-ppc] [PATCH v5 12/17] spapr_events: add support for phb hotplug events, Greg Kurz, 2019/02/19
- Re: [Qemu-ppc] [PATCH v5 12/17] spapr_events: add support for phb hotplug events,
David Gibson <=
- [Qemu-ppc] [PATCH v5 11/17] spapr: populate PHB DRC entries for root DT node, Greg Kurz, 2019/02/19
- [Qemu-ppc] [PATCH v5 13/17] spapr_pci: provide node start offset via spapr_populate_pci_dt(), Greg Kurz, 2019/02/19
- [Qemu-ppc] [PATCH v5 14/17] spapr_pci: add ibm, my-drc-index property for PHB hotplug, Greg Kurz, 2019/02/19
- [Qemu-ppc] [PATCH v5 15/17] spapr: add hotplug hooks for PHB hotplug, Greg Kurz, 2019/02/19
- [Qemu-ppc] [PATCH v5 16/17] spapr: enable PHB hotplug for default pseries machine type, Greg Kurz, 2019/02/19
- [Qemu-ppc] [PATCH v5 17/17] tests/device-plug: Add PHB unplug request test for spapr, Greg Kurz, 2019/02/19
- Re: [Qemu-ppc] [PATCH v5 00/17] spapr: Add support for PHB hotplug, David Gibson, 2019/02/19