On 8/1/19 11:30 AM, Peter Maydell wrote: > + /* > + * TODO: MMU probe operations are supposed to set the fault > + * status registers, but we don't do this. > + */
Well, the todo should be using sparc_cpu_tlb_fill with probe=true, since this function appears to be otherwise redundant. Of course, there's currently a big fixme for that as well. In the meantime, this does one step better than before. Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~