Re: [PATCH v16 14/99] accel: add cpu_reset

2021-06-04 Thread Richard Henderson
On 6/4/21 8:51 AM, Alex Bennée wrote: From: Claudio Fontana in cpu_reset(), implemented in the common cpu.c, add a call to a new accel_cpu_reset(), which ensures that the CPU accel interface is also reset when the CPU is reset. Use this first for x86/kvm, simply moving the kvm_arch_reset_vcpu()

[PATCH v16 14/99] accel: add cpu_reset

2021-06-04 Thread Alex Bennée
From: Claudio Fontana in cpu_reset(), implemented in the common cpu.c, add a call to a new accel_cpu_reset(), which ensures that the CPU accel interface is also reset when the CPU is reset. Use this first for x86/kvm, simply moving the kvm_arch_reset_vcpu() call. Signed-off-by: Claudio Fontana