]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/tricore: Rename tricore_feature
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Fri, 21 Jul 2023 06:06:05 +0000 (08:06 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Sun, 19 Nov 2023 18:15:23 +0000 (21:15 +0300)
commita536d6a486d433c1a7f3da325c1c11ae4f56f97d
treebaf048e828f821ae186e54a45708a07cf9e260a7
parent38312c2c3b90370bfcc65344a3bad21c04b5d9d3
target/tricore: Rename tricore_feature

this name is used by capstone and will lead to a build failure of QEMU,
when capstone is enabled. So we rename it to tricore_has_feature(), to
match has_feature() in translate.c.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1774
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20230721060605.76636-1-kbastian@mail.uni-paderborn.de>
(cherry picked from commit f8cfdd2038c1823301e6df753242e465b1dc8539)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
(Mjt: update context in target/tricore/cpu.c, target/tricore/op_helper.c, drop chunks in target/tricore/helper.c)
target/tricore/cpu.c
target/tricore/cpu.h
target/tricore/op_helper.c