Re: [Qemu-devel] [PATCH 3/4] spapr: move the interrupt presenters under machine_data

2019-01-26 Thread David Gibson
On Thu, Jan 17, 2019 at 09:14:26AM +0100, Greg Kurz wrote: > On Thu, 17 Jan 2019 08:53:26 +0100 > Cédric Le Goater wrote: > > > Next step is to remove them from under the PowerPCCPU > > > > Signed-off-by: Cédric Le Goater > > --- > > Reviewed-by: Greg Kurz Applied, thanks. > > > include/h

Re: [Qemu-devel] [PATCH 3/4] spapr: move the interrupt presenters under machine_data

2019-01-17 Thread Greg Kurz
On Thu, 17 Jan 2019 08:53:26 +0100 Cédric Le Goater wrote: > Next step is to remove them from under the PowerPCCPU > > Signed-off-by: Cédric Le Goater > --- Reviewed-by: Greg Kurz > include/hw/ppc/spapr_cpu_core.h | 2 ++ > hw/intc/spapr_xive.c| 3 ++- > hw/intc/xics_spapr.c

[Qemu-devel] [PATCH 3/4] spapr: move the interrupt presenters under machine_data

2019-01-16 Thread Cédric Le Goater
Next step is to remove them from under the PowerPCCPU Signed-off-by: Cédric Le Goater --- include/hw/ppc/spapr_cpu_core.h | 2 ++ hw/intc/spapr_xive.c| 3 ++- hw/intc/xics_spapr.c| 11 ++- hw/ppc/spapr.c | 2 +- hw/ppc/spapr_cpu_core.c