From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zbmk6-0005QK-Vi for qemu-devel@nongnu.org; Tue, 15 Sep 2015 05:41:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zbmk3-0006TX-0S for qemu-devel@nongnu.org; Tue, 15 Sep 2015 05:41:38 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:41578) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zbmk2-0006TS-R3 for qemu-devel@nongnu.org; Tue, 15 Sep 2015 05:41:34 -0400 References: <1442234628-15658-1-git-send-email-leon.alrae@imgtec.com> <20150914192121.GB26503@aurel32.net> From: Leon Alrae Message-ID: <55F7E7C5.70805@imgtec.com> Date: Tue, 15 Sep 2015 10:41:25 +0100 MIME-Version: 1.0 In-Reply-To: <20150914192121.GB26503@aurel32.net> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-mips: fix corner case in TLBWR causing QEMU to hang List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 14/09/15 20:21, Aurelien Jarno wrote: > Note that this patch conflicts with the following one, that we might > want to merge, even if the whole series is not ready: > > https://lists.gnu.org/archive/html/qemu-devel/2015-07/msg01171.html Indeed, we should merge that patch as well. Thanks, Leon