On 5/29/2026 7:24 AM, Philippe Mathieu-Daudé wrote: > Introduce a TCGCPUOps::cpu_realize hook and call it at > the end of tcg_exec_realizefn(). > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > include/accel/tcg/cpu-ops.h | 1 + > accel/tcg/cpu-exec.c | 6 +++++- > 2 files changed, 6 insertions(+), 1 deletion(-) >
Reviewed-by: Pierrick Bouvier <[email protected]>
