On 5/29/2026 7:24 AM, Philippe Mathieu-Daudé wrote:
> HVF cpu_instance_init() was only implemented for X86.
> Add a stub for ARM, allowing to register as generic
> AccelOpsClass::cpu_instance_init hook.
>
> X86's ACCEL_CPU_NAME("hvf") TypeInfo is now empty, remove it.
>
> Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
> ---
> include/system/hvf_int.h | 1 +
> accel/hvf/hvf-accel-ops.c | 1 +
> target/arm/hvf/hvf.c | 4 ++++
> target/i386/hvf/hvf-cpu.c | 25 +------------------------
> 4 files changed, 7 insertions(+), 24 deletions(-)
>
Reviewed-by: Pierrick Bouvier <[email protected]>