Re: [PATCH v5 2/4] tcg: Make tb_cflags() usable from target-agnostic code

2024-01-24 Thread Richard Henderson
On 1/24/24 17:56, Philippe Mathieu-Daudé wrote: From: Ilya Leoshkevich Currently tb_cflags() is defined in exec-all.h, which is not usable from target-agnostic code. Move it to translation-block.h, which is. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Ilya Leoshkevich Message-ID:<2023120

[PATCH v5 2/4] tcg: Make tb_cflags() usable from target-agnostic code

2024-01-23 Thread Philippe Mathieu-Daudé
From: Ilya Leoshkevich Currently tb_cflags() is defined in exec-all.h, which is not usable from target-agnostic code. Move it to translation-block.h, which is. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Ilya Leoshkevich Message-ID: <20231208003754.3688038-3-...@linux.ibm.com> Signed-of