From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9nMn-0006cA-TE for qemu-devel@nongnu.org; Sat, 01 Feb 2014 22:05:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W9nMd-00032Y-VW for qemu-devel@nongnu.org; Sat, 01 Feb 2014 22:05:05 -0500 Received: from mail-pb0-x232.google.com ([2607:f8b0:400e:c01::232]:33495) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9nMd-00032K-Ol for qemu-devel@nongnu.org; Sat, 01 Feb 2014 22:04:55 -0500 Received: by mail-pb0-f50.google.com with SMTP id rq2so5838975pbb.23 for ; Sat, 01 Feb 2014 19:04:54 -0800 (PST) Received: from localhost (ec2-54-206-39-244.ap-southeast-2.compute.amazonaws.com. [54.206.39.244]) by mx.google.com with ESMTPSA id e6sm42213905pbg.4.2014.02.01.19.04.53 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 01 Feb 2014 19:04:54 -0800 (PST) From: edgar.iglesias@gmail.com Date: Sun, 2 Feb 2014 03:04:46 +0000 Message-Id: <1391310292-18008-1-git-send-email-edgar.iglesias@gmail.com> Subject: [Qemu-devel] [PATCH 0/6] CRIS queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org From: "Edgar E. Iglesias" 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