Re: [RFC PATCH 09/18] accel/tcg: Allow phost to be NULL in probe_access_flags
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.nongnu.qemu-riscv,org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 15/8/26 22:37, Richard Henderson wrote: > Do not require the caller to create a dummy variable. > The one instance so far is riscv check_zicbom_access. > > Signed-off-by: Richard Henderson <[email protected]> > --- > include/accel/tcg/probe.h | 3 ++- > accel/tcg/cputlb.c | 4 +++- > accel/tcg/user-exec.c | 5 ++++- > target/riscv/tcg/op_helper.c | 3 +-- > 4 files changed, 10 insertions(+), 5 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>