diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-09-24 23:17:05 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-03-06 15:46:18 +0100 |
commit | 607854ae7c55bb00fbe58e80aa661887cd3eb256 (patch) | |
tree | 02fb9172963df50b4900b78019f42258d0b3cf07 /scripts/qapi | |
parent | 2beb871dc20b57fc4b1ec2285dfc2145baf9df80 (diff) | |
download | qemu-607854ae7c55bb00fbe58e80aa661887cd3eb256.zip qemu-607854ae7c55bb00fbe58e80aa661887cd3eb256.tar.gz qemu-607854ae7c55bb00fbe58e80aa661887cd3eb256.tar.bz2 |
target/microblaze: Explode MO_TExx -> MO_TE | MO_xx
Extract the implicit MO_TE definition in order to replace
it by runtime variable in the next commit.
Mechanical change using:
$ for n in UW UL UQ UO SW SL SQ; do \
sed -i -e "s/MO_TE$n/MO_TE | MO_$n/" \
$(git grep -l MO_TE$n target/microblaze); \
done
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <20241105130431.22564-14-philmd@linaro.org>
Diffstat (limited to 'scripts/qapi')
0 files changed, 0 insertions, 0 deletions