From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39302) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPZuE-0001MU-G7 for qemu-devel@nongnu.org; Tue, 09 Apr 2013 10:52:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPZu6-0008Io-DO for qemu-devel@nongnu.org; Tue, 09 Apr 2013 10:52:18 -0400 Received: from cantor2.suse.de ([195.135.220.15]:60042 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPZu6-00080O-3d for qemu-devel@nongnu.org; Tue, 09 Apr 2013 10:52:10 -0400 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Tue, 9 Apr 2013 16:51:22 +0200 Message-Id: <1365519084-4229-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 qom-cpu 0/2] target-sh4: SuperHCPU fixups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, Peter Maydell , =?UTF-8?q?Andreas=20F=C3=A4rber?= , aurelien@aurel32.net Hello Peter and Aur=C3=A9lien, This mini-series fixes fallout from my last qom-cpu pull: A patch relocating class-level fields had been cherry-picked without the necessary prerequisites. This series redoes those type changes; follow-up cleanups are left out fo= r time reasons. Regards, Andreas Cc: Peter Maydell Cc: Aur=C3=A9lien Jarno Andreas F=C3=A4rber (2): shix: Catch CPU initialization errors sh7750: Change cpu field type to SuperHCPU hw/sh4/r2d.c | 2 +- hw/sh4/sh7750.c | 91 +++++++++++++++++++++++++++--------------------= ------ hw/sh4/shix.c | 10 ++++-- include/hw/sh4/sh.h | 2 +- 4 files changed, 55 insertions(+), 50 deletions(-) --=20 1.8.1.4