Re: [PATCH 13/17] accel/tcg: Clean addreses in the user-only probe_access api
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 18/7/26 01:23, Richard Henderson wrote: > On the system side, tagged addresses are automatically handled > by the target's tlb_fill callback. Allow user-only to accept > tagged pointers as well. > > Signed-off-by: Richard Henderson <[email protected]> > --- > accel/tcg/user-exec.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>