On 6/20/25 06:06, Philippe Mathieu-Daudé wrote:
Implement HVFAccelOpsClass::cpu_target_realize() hook as empty stubs. Target implementations will come separately.Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> --- include/system/hvf.h | 3 +++ accel/hvf/hvf-accel-ops.c | 2 ++ target/arm/hvf/hvf.c | 5 +++++ target/i386/hvf/hvf.c | 5 +++++ 4 files changed, 15 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~