On 3/19/2024 9:59 PM, Paolo Bonzini wrote:
Board reset requires writing a fresh CPU state. As far as KVM is concerned, the only thing that blocks reset is that CPU state is encrypted; therefore, kvm_cpus_are_resettable() can simply check if that is the case.Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
Reviewed-by: Xiaoyao Li <xiaoyao...@intel.com>