Re: [PATCH 2/7] runstate: skip initial CPU reset if reset is not actually possible

2024-03-19 Thread Daniel P . Berrangé
On Tue, Mar 19, 2024 at 02:59:55PM +0100, Paolo Bonzini wrote: > Right now, the system reset is concluded by a call to > cpu_synchronize_all_post_reset() in order to sync any changes > that the machine reset callback applied to the CPU state. > > However, for VMs with encrypted state such as

[PATCH 2/7] runstate: skip initial CPU reset if reset is not actually possible

2024-03-19 Thread Paolo Bonzini
Right now, the system reset is concluded by a call to cpu_synchronize_all_post_reset() in order to sync any changes that the machine reset callback applied to the CPU state. However, for VMs with encrypted state such as SEV-ES guests (currently the only case of guests with non-resettable CPUs)