]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg/mips: fix store softmmu slow path
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 27 Oct 2014 14:53:35 +0000 (15:53 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 7 Jan 2015 00:36:20 +0000 (18:36 -0600)
commit8239a583c15df4bf929429e7e3a856accc643c4e
tree51b1da0a504b591cdb2a7cc760ded4abfe15725d
parentcb91dce13e880189717b4b8e3d64c45d12a616f1
tcg/mips: fix store softmmu slow path

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 <pbonzini@redhat.com>
Cc: qemu-stable@nongnu.org
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
(cherry picked from commit 0a2923f8488498000eec54871456aa64a4391da4)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
tcg/mips/tcg-target.c