Re: [PATCH-for-9.1 10/27] target/i386: Convert to TCGCPUOps::get_cpu_state()

2024-03-19 Thread Richard Henderson
On 3/19/24 05:42, Philippe Mathieu-Daudé wrote: +static inline void x86_get_cpu_state(CPUX86State *env, vaddr *pc, Remove inline. r~

[PATCH-for-9.1 10/27] target/i386: Convert to TCGCPUOps::get_cpu_state()

2024-03-19 Thread Philippe Mathieu-Daudé
Convert cpu_get_tb_cpu_state() to TCGCPUOps::get_cpu_state(). Note, now x86_get_cpu_state() is restricted to TCG. Signed-off-by: Philippe Mathieu-Daudé --- target/i386/cpu.h | 16 target/i386/cpu.c | 2 +- target/i386/tcg/tcg-cpu.c | 15 +++ 3 files