qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/7] target-alpha: More CPU QOM'ifications


From: Andreas Färber
Subject: [Qemu-devel] [PATCH 0/7] target-alpha: More CPU QOM'ifications
Date: Wed, 31 Oct 2012 04:03:57 +0100

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 <address@hidden>

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

[Prev in Thread] Current Thread [Next in Thread]