From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z61xk-0008OT-Ge for qemu-devel@nongnu.org; Fri, 19 Jun 2015 15:28:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z61xh-0000DR-7Z for qemu-devel@nongnu.org; Fri, 19 Jun 2015 15:28:28 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:53328) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z61xg-0000DM-U3 for qemu-devel@nongnu.org; Fri, 19 Jun 2015 15:28:25 -0400 Message-ID: <55846D51.40704@vivier.eu> Date: Fri, 19 Jun 2015 21:28:17 +0200 From: Laurent Vivier MIME-Version: 1.0 References: <1434721406-25288-1-git-send-email-gerg@uclinux.org> <1434721406-25288-3-git-send-email-gerg@uclinux.org> In-Reply-To: <1434721406-25288-3-git-send-email-gerg@uclinux.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 2/3] m68k: implement move to/from usp register instruction List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: gerg@uclinux.org, qemu-devel@nongnu.org Cc: peter.maydell@linaro.org Le 19/06/2015 15:43, gerg@uclinux.org a écrit : > From: Greg Ungerer > > Fill out the code support for the move to/from usp instructions. They are > being decoded, but there is no code to support there actions. So add it. > > Current versions of Linux running on the ColdFire 5208 use these instructions. > > Signed-off-by: Greg Ungerer > Reviewed-by: Richard Henderson > --- > target-m68k/translate.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Reviewed-by: Laurent Vivier