Re: [PATCH] target/avr: Support probe argument to tlb_fill

2022-08-25 Thread Philippe Mathieu-Daudé via
On 23/8/22 07:07, Richard Henderson wrote: While there are no target-specific nonfaulting probes, generic code may grow some uses at some point. Note that the attrs argument was incorrect -- it should have been MEMTXATTRS_UNSPECIFIED. Just use the simpler interface. Signed-off-by: Richard Hende

[PATCH] target/avr: Support probe argument to tlb_fill

2022-08-22 Thread Richard Henderson
While there are no target-specific nonfaulting probes, generic code may grow some uses at some point. Note that the attrs argument was incorrect -- it should have been MEMTXATTRS_UNSPECIFIED. Just use the simpler interface. Signed-off-by: Richard Henderson --- target/avr/helper.c | 46 +