Re: [Qemu-devel] [PATCH 1/5] openrisc/ompic: Add OpenRISC Multicore PIC (OMPIC)

2017-10-12 Thread Richard Henderson
On 08/22/2017 10:57 PM, Stafford Horne wrote: > Add OpenRISC Multicore PIC which handles inter processor interrupts > (IPI) between cores. In OpenRISC all device interrupts are routed to > each core enabling this device to be simple. > > Signed-off-by: Stafford Horne > --- > default-configs/or1

[Qemu-devel] [PATCH 1/5] openrisc/ompic: Add OpenRISC Multicore PIC (OMPIC)

2017-08-22 Thread Stafford Horne
Add OpenRISC Multicore PIC which handles inter processor interrupts (IPI) between cores. In OpenRISC all device interrupts are routed to each core enabling this device to be simple. Signed-off-by: Stafford Horne --- default-configs/or1k-softmmu.mak | 1 + hw/intc/Makefile.objs|