Re: [PATCH 1/6] target/arm: Rename isar_feature_aa64_idst
Philippe Mathieu-Daudé <[email protected]> Sun, 2 Aug 2026 16:24:17 +0200
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 24/7/26 05:11, Richard Henderson wrote: > Rename from isar_feature_aa64_ids to match the feature name: FEAT_IDST. > > Signed-off-by: Richard Henderson <[email protected]> > --- > target/arm/cpu-features.h | 2 +- > target/arm/tcg/op_helper.c | 2 +- > target/arm/tcg/translate-a64.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>