Re: [Qemu-devel] [PATCH 05/25] spapr: introduce a spapr_irq_set() helper

2017-11-24 Thread Cédric Le Goater
On 11/24/2017 04:16 AM, David Gibson wrote: > On Thu, Nov 23, 2017 at 02:29:35PM +0100, Cédric Le Goater wrote: >> It will make synchronisation easier with the XIVE interrupt mode when >> available. The 'irq' parameter refers to the global IRQ number space. >> >> Signed-off-by: Cédric Le Goater >

Re: [Qemu-devel] [PATCH 05/25] spapr: introduce a spapr_irq_set() helper

2017-11-23 Thread David Gibson
On Thu, Nov 23, 2017 at 02:29:35PM +0100, Cédric Le Goater wrote: > It will make synchronisation easier with the XIVE interrupt mode when > available. The 'irq' parameter refers to the global IRQ number space. > > Signed-off-by: Cédric Le Goater s/spapr_irq_set/spapr_irq_set_lsi/ otherwise the

[Qemu-devel] [PATCH 05/25] spapr: introduce a spapr_irq_set() helper

2017-11-23 Thread Cédric Le Goater
It will make synchronisation easier with the XIVE interrupt mode when available. The 'irq' parameter refers to the global IRQ number space. Signed-off-by: Cédric Le Goater --- hw/ppc/spapr.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/hw/ppc/spapr.c b/hw/ppc/s