On 5/29/26 3:49 PM, 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]>
> Reviewed-by: Richard Henderson <[email protected]>
> Reviewed-by: Pierrick Bouvier <[email protected]>
> ---
> include/system/kvm.h | 1 +
> accel/kvm/kvm-accel-ops.c | 1 +
> target/arm/kvm.c | 4 ++++
> target/i386/kvm/kvm-cpu.c | 22 +---------------------
> target/loongarch/kvm/kvm.c | 4 ++++
> target/ppc/kvm.c | 4 ++++
> target/riscv/kvm/kvm-cpu.c | 23 +----------------------
> target/s390x/kvm/kvm.c | 4 ++++
> 8 files changed, 20 insertions(+), 43 deletions(-)
>
For the s390x changes:
Reviewed-by: Matthew Rosato <[email protected]>