From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5wZD-0000mB-7T for qemu-devel@nongnu.org; Fri, 19 Jun 2015 09:42:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5wZ6-0006ko-KF for qemu-devel@nongnu.org; Fri, 19 Jun 2015 09:42:47 -0400 Received: from nskntmtas01p.mx.bigpond.com ([61.9.168.137]:65036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5wZ6-0006jt-6q for qemu-devel@nongnu.org; Fri, 19 Jun 2015 09:42:40 -0400 From: gerg@uclinux.org Date: Fri, 19 Jun 2015 23:43:23 +1000 Message-Id: <1434721406-25288-1-git-send-email-gerg@uclinux.org> Subject: [Qemu-devel] [PATCH v2 0/3] m68k: fix ColdFire support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org Some small issues are causing problems with running modern versions of Linux on the m68k/ColdFire 5208 target. These 3 patches fix those problems. They are all due to use of more advanced architecture features not used in older Linux kernels. Regards Greg v2: * rebased to current master head * constant change from Peter Crosthwaite hw/m68k/mcf_intc.c | 14 ++++++++++++++ target-m68k/op_helper.c | 7 +++---- target-m68k/translate.c | 8 ++++---- 3 files changed, 21 insertions(+), 8 deletions(-)