diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2022-08-22 14:23:55 +0100 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2022-09-14 11:19:40 +0100 |
commit | a793bcd0272d9d25c942184ee18c7ed4dc75dc0d (patch) | |
tree | f3428ae88a1e1e03d743720b1654a2c5565ed8e6 /LICENSE | |
parent | f1dd2506ee75b21a604e5a8b6e1c0fd00a435f7e (diff) | |
download | qemu-a793bcd0272d9d25c942184ee18c7ed4dc75dc0d.zip qemu-a793bcd0272d9d25c942184ee18c7ed4dc75dc0d.tar.gz qemu-a793bcd0272d9d25c942184ee18c7ed4dc75dc0d.tar.bz2 |
target/arm: Rename pmu_8_n feature test functions
Our feature test functions that check the PMU version are named
isar_feature_{aa32,aa64,any}_pmu_8_{1,4}. This doesn't match the
current Arm ARM official feature names, which are FEAT_PMUv3p1 and
FEAT_PMUv3p4. Rename these functions to _pmuv3p1 and _pmuv3p4.
This commit was created with:
sed -i -e 's/pmu_8_/pmuv3p/g' target/arm/*.[ch]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220822132358.3524971-8-peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions