From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXsXr-0007Db-93 for qemu-devel@nongnu.org; Fri, 04 Sep 2015 11:04:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXsXl-0008Iw-NX for qemu-devel@nongnu.org; Fri, 04 Sep 2015 11:04:51 -0400 Received: from mail.uni-paderborn.de ([131.234.142.9]:55162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXsXl-0008Ig-GR for qemu-devel@nongnu.org; Fri, 04 Sep 2015 11:04:45 -0400 References: <1441239463-18981-1-git-send-email-rth@twiddle.net> <1441239463-18981-11-git-send-email-rth@twiddle.net> From: Bastian Koppelmann Message-ID: <55E9B309.40500@mail.uni-paderborn.de> Date: Fri, 4 Sep 2015 17:04:41 +0200 MIME-Version: 1.0 In-Reply-To: <1441239463-18981-11-git-send-email-rth@twiddle.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 10/17] target-openrisc: Represent MACHI:MACLO as a single unit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, proljc@gmail.com On 09/03/2015 02:17 AM, Richard Henderson wrote: > Significantly simplifies the implementation of the use of MAC. > > Signed-off-by: Richard Henderson > --- > target-openrisc/cpu.h | 3 +- > target-openrisc/sys_helper.c | 13 +++++ > target-openrisc/translate.c | 120 +++++++++++++++++++++++-------------------- > 3 files changed, 78 insertions(+), 58 deletions(-) > > Reviewed-by: Bastian Koppelmann Cheers, Bastian