Re: [Qemu-devel] [PATCH v2 1/4] ppc/pnv: introduce a new intc_create() operation to the chip model

2018-06-17 Thread David Gibson
On Fri, Jun 15, 2018 at 05:25:33PM +0200, Cédric Le Goater wrote: > On Power9, the thread interrupt presenter has a different type and is > linked to the chip owning the cores. > > Signed-off-by: Cédric Le Goater Applied to ppc-for-3.0, thanks. > --- > include/hw/ppc/pnv.h | 1 + >

[Qemu-devel] [PATCH v2 1/4] ppc/pnv: introduce a new intc_create() operation to the chip model

2018-06-15 Thread Cédric Le Goater
On Power9, the thread interrupt presenter has a different type and is linked to the chip owning the cores. Signed-off-by: Cédric Le Goater --- include/hw/ppc/pnv.h | 1 + hw/ppc/pnv.c | 21 +++-- hw/ppc/pnv_core.c| 18 +- 3 files changed, 29