Re: [PATCH 05/17] target/arm: Imply probe from allocation_tag_mem_probe
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 18/7/26 01:22, Richard Henderson wrote: > Rename current allocation_tag_mem_probe to > allocation_tag_mem_internal, then create a new > allocation_tag_mem_probe that lacks probe and ra arguments. > Force those to true and 0 when passing off to _internal. > > Signed-off-by: Richard Henderson <[email protected]> > --- > target/arm/tcg/mte_helper.h | 18 +++--------------- > target/arm/gdbstub64.c | 10 +++++----- > target/arm/tcg/mte_helper.c | 29 ++++++++++++++++++----------- > 3 files changed, 26 insertions(+), 31 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>