Re: [PATCH-for-8.1] target/tricore: Rename tricore_feature

2023-07-21 Thread Bastian Koppelmann
On Fri, Jul 21, 2023 at 10:54:43AM +0200, Philippe Mathieu-Daudé wrote: > On 21/7/23 09:31, Philippe Mathieu-Daudé wrote: > > 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

Re: [PATCH-for-8.1] target/tricore: Rename tricore_feature

2023-07-21 Thread Philippe Mathieu-Daudé
On 21/7/23 09:31, Philippe Mathieu-Daudé wrote: 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