Re: [PATCH v3 50/51] system: Use tlb_flush_range_by_mmuidx in cpu_watchpoint_insert
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.nongnu.qemu-riscv,org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 10/7/26 22:54, Richard Henderson wrote: > Update to newer tlb_flush api and flush exactly what is required, > not single-page vs everything. > > Signed-off-by: Richard Henderson <[email protected]> > --- > system/watchpoint.c | 9 ++------- > 1 file changed, 2 insertions(+), 7 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>