Re: [Qemu-devel] [PATCH] tcg/mips: fix store softmmu slow path

2014-10-27 Thread Richard Henderson
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 Bonz

[Qemu-devel] [PATCH] tcg/mips: fix store softmmu slow path

2014-10-27 Thread Aurelien Jarno
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-sta...@nongnu.org Sig