From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XimmO-00030v-Qb for qemu-devel@nongnu.org; Mon, 27 Oct 2014 12:04:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XimmK-0004e4-6g for qemu-devel@nongnu.org; Mon, 27 Oct 2014 12:04:24 -0400 Sender: Richard Henderson Message-ID: <544E6CF5.40008@twiddle.net> Date: Mon, 27 Oct 2014 09:04:05 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1414422693-31924-1-git-send-email-aurelien@aurel32.net> In-Reply-To: <1414422693-31924-1-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] tcg/mips: fix store softmmu slow path List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno , qemu-devel@nongnu.org Cc: Paolo Bonzini , qemu-stable@nongnu.org On 10/27/2014 08:11 AM, Aurelien Jarno wrote: > Commit 9d8bf2d1 moved the softmmu slow path out of line and introduce a > regression at the same time by always calling tcg_out_tlb_load with > is_load=1. This makes impossible to run any significant code under > qemu-system-mips*. > > Cc: Paolo Bonzini > Cc: Richard Henderson > Cc: qemu-stable@nongnu.org > Signed-off-by: Aurelien Jarno > --- > tcg/mips/tcg-target.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Whoops. Reviewed-by: Richard Henderson r~