From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTObF-000806-E4 for qemu-devel@nongnu.org; Tue, 30 Oct 2012 23:04:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TTObE-0004NA-8K for qemu-devel@nongnu.org; Tue, 30 Oct 2012 23:04:13 -0400 Received: from cantor2.suse.de ([195.135.220.15]:54997 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTObE-0004N2-1X for qemu-devel@nongnu.org; Tue, 30 Oct 2012 23:04:12 -0400 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Wed, 31 Oct 2012 04:03:57 +0100 Message-Id: <1351652644-18687-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 0/7] target-alpha: More CPU QOM'ifications List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Andreas=20F=C3=A4rber?= , rth@twiddle.net Hello Richard, This series introduces CPU subclasses and implements -cpu ? support and C= PU 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 Andreas F=C3=A4rber (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=C3=A4ndert, 280 Zeilen hinzugef=C3=BCgt(+), 74 Zeilen entfe= rnt(-) --=20 1.7.10.4