On 8/14/24 02:52, Peter Maydell wrote:
The Alpha and HPPA CPU class structs include a 'parent_reset'
field which is never used; delete them.

(These targets don't seem to implement reset at all; if they did they
should do it using the three-phase reset mechanism, which uses a
'ResettablePhases parent_phases' field instead of the old
'DeviceReset parent_reset' field.)

Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
---
  target/alpha/cpu.h | 2 --
  target/hppa/cpu.h  | 2 --
  2 files changed, 4 deletions(-)

Yea, it was sorta, kinda on the to-do list, but I never got around to it.

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>


r~

Reply via email to