Re: [PATCH] target/tricore: Rename tricore_feature

2023-07-21 Thread Philippe Mathieu-Daudé
On 21/7/23 08:06, Bastian Koppelmann wrote: 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-b

Re: [PATCH] target/tricore: Rename tricore_feature

2023-07-20 Thread Thomas Huth
On 21/07/2023 08.06, Bastian Koppelmann wrote: 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-of

[PATCH] target/tricore: Rename tricore_feature

2023-07-20 Thread Bastian Koppelmann
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 --- target/tricore/cpu