From: "Edgar E. Iglesias" <edgar.igles...@xilinx.com> These fixes and cleanups are sitting on my CRIS queue.
Restores CRISv32 as default linux-user CPU. Fix CRIS linux-user signal handling. Removes CRIS PIC glue. Cheers, Edgar Edgar E. Iglesias (5): cris: Add a CRISv32 default "any" CPU for user mode emulation cris: Abort when a v10 takes interrupts while in a delayslot cris: Add interrupt signals to the CPU device axis-dev88: Connect the PIC upstream IRQs directly to the CPU cris: Remove the CRIS PIC glue Stefan Weil (1): linux-user: Fix trampoline code for CRIS hw/cris/Makefile.objs | 1 - hw/cris/axis_dev88.c | 7 +++---- hw/cris/pic_cpu.c | 47 ----------------------------------------------- include/hw/cris/etraxfs.h | 2 -- linux-user/signal.c | 8 ++++---- target-cris/cpu.c | 27 +++++++++++++++++++++++++++ target-cris/cpu.h | 4 ++++ target-cris/helper.c | 5 +++++ 8 files changed, 43 insertions(+), 58 deletions(-) delete mode 100644 hw/cris/pic_cpu.c -- 1.8.3.2