Re: [Qemu-devel] [RFC PATCH 10/15] spapr_events: add support for phb hotplug events

2015-05-05 Thread David Gibson
On Wed, Apr 29, 2015 at 02:20:19PM -0500, Michael Roth wrote: > Extend the existing EPOW event format we use for PCI > devices to emit PHB plug/unplug events. > > Signed-off-by: Michael Roth Reviewed-by: David Gibson -- David Gibson| I'll have my music baroque, and my code

[Qemu-devel] [RFC PATCH 10/15] spapr_events: add support for phb hotplug events

2015-04-29 Thread Michael Roth
Extend the existing EPOW event format we use for PCI devices to emit PHB plug/unplug events. Signed-off-by: Michael Roth --- hw/ppc/spapr_events.c | 5 + 1 file changed, 5 insertions(+) diff --git a/hw/ppc/spapr_events.c b/hw/ppc/spapr_events.c index be82815..5d7cfac 100644 --- a/hw/ppc/spa