Re: [RFC PATCH 26/34] Wrap target macros in functions

2024-01-23 Thread Richard Henderson
On 1/23/24 22:12, Anton Johansson wrote: On 23/01/24, Philippe Mathieu-Daudé wrote: Hi Anton, On 19/1/24 15:40, Anton Johansson wrote: Adds wrapper functions around common target specific macros required by accel/tcg. Signed-off-by: Anton Johansson --- include/hw/core/cpu.h | 9 +++

Re: [RFC PATCH 26/34] Wrap target macros in functions

2024-01-23 Thread Anton Johansson via
On 23/01/24, Philippe Mathieu-Daudé wrote: > Hi Anton, > > On 19/1/24 15:40, Anton Johansson wrote: > > Adds wrapper functions around common target specific macros required by > > accel/tcg. > > > > Signed-off-by: Anton Johansson > > --- > > include/hw/core/cpu.h | 9 +++ > > cpu-target.

Re: [RFC PATCH 26/34] Wrap target macros in functions

2024-01-23 Thread Philippe Mathieu-Daudé
Hi Anton, On 19/1/24 15:40, Anton Johansson wrote: Adds wrapper functions around common target specific macros required by accel/tcg. Signed-off-by: Anton Johansson --- include/hw/core/cpu.h | 9 +++ cpu-target.c | 62 +++ 2 files chang

[RFC PATCH 26/34] Wrap target macros in functions

2024-01-19 Thread Anton Johansson via
Adds wrapper functions around common target specific macros required by accel/tcg. Signed-off-by: Anton Johansson --- include/hw/core/cpu.h | 9 +++ cpu-target.c | 62 +++ 2 files changed, 71 insertions(+) diff --git a/include/hw/core/cpu.h