On 5/29/2026 7:24 AM, Philippe Mathieu-Daudé wrote:
> Expose kvm_arch_cpu_instance_init() and register it as generic
> AccelOpsClass::cpu_instance_init hook.
>
> Both X86 / RISCV's ACCEL_CPU_NAME("kvm") TypeInfo are now empty,
> remove them.
>
> Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
> ---
> include/system/kvm.h | 1 +
> accel/kvm/kvm-accel-ops.c | 1 +
> target/i386/kvm/kvm-cpu.c | 22 +---------------------
> target/riscv/kvm/kvm-cpu.c | 23 +----------------------
> 4 files changed, 4 insertions(+), 43 deletions(-)
>
Reviewed-by: Pierrick Bouvier <[email protected]>