Re: [Qemu-devel] [PATCH 22/25] spapr: add XIVE support to spapr_irq_get_qirq()

2017-12-04 Thread David Gibson
On Thu, Nov 23, 2017 at 02:29:52PM +0100, Cédric Le Goater wrote: > The XIVE object has its own set of qirqs which is to be used when the > XIVE interrupt mode is activated. > > Signed-off-by: Cédric Le Goater > --- > hw/ppc/spapr.c | 8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-)

[Qemu-devel] [PATCH 22/25] spapr: add XIVE support to spapr_irq_get_qirq()

2017-11-23 Thread Cédric Le Goater
The XIVE object has its own set of qirqs which is to be used when the XIVE interrupt mode is activated. Signed-off-by: Cédric Le Goater --- hw/ppc/spapr.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c index 734706c18cb3..a91ec1c0751a