On Sat, 18 Jul 2026 at 00:26, Richard Henderson <[email protected]> wrote: > > Slightly odd, perhaps, but there are 3 MTE variations of DC_ZVA > and this is the easiest way to share code. > > Signed-off-by: Richard Henderson <[email protected]> > --- > target/arm/tcg/helper-a64.c | 50 ------------------------------------ > target/arm/tcg/mte_helper.c | 51 +++++++++++++++++++++++++++++++++++++ > 2 files changed, 51 insertions(+), 50 deletions(-)
Both files are in the same arm_ss sourceset, so no danger of accidentally breaking in some obscure build config. Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
