On 30/12/24 16:39, Philippe Mathieu-Daudé wrote:
Having this call tree:

   cpu_reset()
   -> device_cold_reset()
      -> DeviceClass::reset()
         -> target_cpu_reset()
            -> ResettablePhases::hold()
               -> CPUClass::phases::hold()
                  -> cpu_common_reset_hold()

If we call cpu_reset(), common fields will be reset in
cpu_common_reset_hold(), we don't need to manually do it.

Remove the pointless re-assignments on CPUState.
Ping for patches 2 & 3?

Reply via email to