Re: [PATCH-for-9.1 00/27] accel/tcg: Introduce TCGCPUOps::get_cpu_state() handler

2024-03-19 Thread Richard Henderson
On 3/19/24 05:42, Philippe Mathieu-Daudé wrote: Philippe Mathieu-Daudé (27): accel/tcg: Ensure frontends define restore_state_to_opc handler accel/tcg: Introduce TCGCPUOps::get_cpu_state() handler target/alpha: Convert to TCGCPUOps::get_cpu_state() target/arm: Restrict TCG-specific de

Re: [PATCH-for-9.1 00/27] accel/tcg: Introduce TCGCPUOps::get_cpu_state() handler

2024-03-19 Thread Claudio Fontana
Thanks Philippe, I fear I am unable to really be uptodate, but it's great to see all the cleanup you and others have done! Ciao, Claudio On 3/19/24 16:48, Philippe Mathieu-Daudé wrote: > (Forgot to Cc Claudio to keep him updated) > > On 19/3/24 16:42, Philippe Mathieu-Daudé wrote: >> Hi, >> >>

Re: [PATCH-for-9.1 00/27] accel/tcg: Introduce TCGCPUOps::get_cpu_state() handler

2024-03-19 Thread Philippe Mathieu-Daudé
(Forgot to Cc Claudio to keep him updated) On 19/3/24 16:42, Philippe Mathieu-Daudé wrote: Hi, This series introduce a generic get_cpu_state() handler in TCGCPUOps and convert each target to it. This is required to get a single cpu_get_tb_cpu_state() for heterogeneous emulation (since this met

[PATCH-for-9.1 00/27] accel/tcg: Introduce TCGCPUOps::get_cpu_state() handler

2024-03-19 Thread Philippe Mathieu-Daudé
Hi, This series introduce a generic get_cpu_state() handler in TCGCPUOps and convert each target to it. This is required to get a single cpu_get_tb_cpu_state() for heterogeneous emulation (since this method is called by accel/tcg/). Regards, Phil. Philippe Mathieu-Daudé (27): accel/tcg: Ensu