From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCoSG-0004ha-G8 for qemu-devel@nongnu.org; Wed, 08 Jul 2015 08:28:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCoSD-0001rj-OK for qemu-devel@nongnu.org; Wed, 08 Jul 2015 08:28:00 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:53790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCoSD-0001rX-IK for qemu-devel@nongnu.org; Wed, 08 Jul 2015 08:27:57 -0400 Message-ID: <559D1747.8000603@imgtec.com> Date: Wed, 8 Jul 2015 13:27:51 +0100 From: Leon Alrae MIME-Version: 1.0 References: <1435759153-14770-1-git-send-email-aurelien@aurel32.net> In-Reply-To: <1435759153-14770-1-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-mips: fix ASID synchronisation for MIPS MT List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno , qemu-devel@nongnu.org Cc: "Dr. David Alan Gilbert" On 01/07/2015 14:59, Aurelien Jarno wrote: > When syncing the task ASID with EntryHi, correctly or the value instead > of assigning it. > > Reported-by: "Dr. David Alan Gilbert" > Signed-off-by: Aurelien Jarno > Cc: Leon Alrae > --- > target-mips/op_helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Leon Alrae Thanks, Leon (FYI, I just returned from holidays and I'm starting preparing a pull request targeting -rc1 as probably is a bit too late for -rc0...)