Re: [PATCH 03/17] target/arm: Move helper_dc_zva to mte_helper.c
Peter Maydell <[email protected]> Tue, 28 Jul 2026 14:51:02 +0100
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <CAFEAcA-BLQ00aC9tDpVGWoPhngC2UgXtVeBx9fepcGiQ8bRX+w@mail.gmail.com> |
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