Re: [PATCH v3 27/33] cris: improve passing PIC interrupt vector to the CPU

2019-11-18 Thread Peter Maydell
On Wed, 23 Oct 2019 at 18:35, Marc-André Lureau wrote: > > Instead of accessing cpu interrupt vector directly from PIC, send the > vector value over the qemu_irq. > > Suggested-by: Peter Maydell > Signed-off-by: Marc-André Lureau > --- > hw/cris/axis_dev88.c | 4 > hw/intc/etraxfs_pic.c

[PATCH v3 27/33] cris: improve passing PIC interrupt vector to the CPU

2019-10-23 Thread Marc-André Lureau
Instead of accessing cpu interrupt vector directly from PIC, send the vector value over the qemu_irq. Suggested-by: Peter Maydell Signed-off-by: Marc-André Lureau --- hw/cris/axis_dev88.c | 4 hw/intc/etraxfs_pic.c | 26 +- target/cris/cpu.c | 8