From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJc6n-0007Yh-7N for qemu-devel@nongnu.org; Tue, 19 Aug 2014 01:37:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XJc6b-0002na-Ud for qemu-devel@nongnu.org; Tue, 19 Aug 2014 01:37:25 -0400 Received: from nschwmtas01p.mx.bigpond.com ([61.9.189.137]:28852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJc6b-0002mY-KN for qemu-devel@nongnu.org; Tue, 19 Aug 2014 01:37:13 -0400 Received: from nschwcmgw07p ([61.9.190.167]) by nschwmtas01p.mx.bigpond.com with ESMTP id <20140819053710.HSXL17954.nschwmtas01p.mx.bigpond.com@nschwcmgw07p> for ; Tue, 19 Aug 2014 05:37:10 +0000 From: gerg@uclinux.org Date: Tue, 19 Aug 2014 15:37:04 +1000 Message-Id: <1408426627-12071-1-git-send-email-gerg@uclinux.org> Subject: [Qemu-devel] [PATCH 0/3] m68k: fix coldfire linux problems List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Some small issues are causing problems with running modern versions of Linux on the m68k-system ColdFire targets. These 3 patches fix those problems. This is a repost of these patches rebased onto the current git tree: http://lists.nongnu.org/archive/html/qemu-devel/2012-09/msg01954.html http://lists.nongnu.org/archive/html/qemu-devel/2012-09/msg02099.html http://lists.nongnu.org/archive/html/qemu-devel/2012-09/msg01956.html Regards Greg -- hw/m68k/mcf_intc.c | 14 ++++++++++++++ target-m68k/op_helper.c | 7 +++---- target-m68k/translate.c | 8 ++++---- 3 files changed, 21 insertions(+), 8 deletions(-)