Hello Richard,

This series introduces CPU subclasses and implements -cpu ? support and CPU 
reset.
The PATCHes are intended for v1.3; the reset RFC can well be postponed if more
work is needed, it demonstrates what the preceding patch is about.

Regards,
Andreas

Cc: Richard Henderson <r...@twiddle.net>

Andreas Färber (7):
  target-alpha: Use consistent include paths
  target-alpha: Turn CPU definitions into subclasses
  target-alpha: Add support for -cpu ?
  target-alpha: Let cpu_alpha_init() return AlphaCPU
  alpha: Pass AlphaCPU array to Typhoon
  target-alpha: Avoid leaking the alarm timer over reset
  target-alpha: Implement CPU reset

 hw/alpha_dp264.c          |   18 ++--
 hw/alpha_sys.h            |    2 +-
 hw/alpha_typhoon.c        |   30 +++---
 target-alpha/cpu-qom.h    |    3 +
 target-alpha/cpu.c        |  228 ++++++++++++++++++++++++++++++++++++++++++++-
 target-alpha/cpu.h        |   16 +++-
 target-alpha/sys_helper.c |    6 +-
 target-alpha/translate.c  |   51 ++--------
 8 Dateien geändert, 280 Zeilen hinzugefügt(+), 74 Zeilen entfernt(-)

-- 
1.7.10.4


Reply via email to