From patchwork Thu Jan 10 21:43:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_F=C3=A4rber?= X-Patchwork-Id: 211158 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 802E32C00F8 for ; Fri, 11 Jan 2013 08:43:50 +1100 (EST) Received: from localhost ([::1]:48336 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtPue-0002K5-10 for incoming@patchwork.ozlabs.org; Thu, 10 Jan 2013 16:43:48 -0500 Received: from eggs.gnu.org ([208.118.235.92]:37511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtPuS-0002J7-GD for qemu-devel@nongnu.org; Thu, 10 Jan 2013 16:43:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtPuP-0000fJ-At for qemu-devel@nongnu.org; Thu, 10 Jan 2013 16:43:36 -0500 Received: from mout.web.de ([212.227.15.3]:64049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtPuK-0000eb-Ue; Thu, 10 Jan 2013 16:43:29 -0500 Received: from envy.site ([84.148.39.205]) by smtp.web.de (mrweb003) with ESMTPSA (Nemesis) id 0Lx7OL-1SvuHk3Y2D-016MSQ; Thu, 10 Jan 2013 22:43:26 +0100 Message-ID: <50EF35FC.5010503@web.de> Date: Thu, 10 Jan 2013 22:43:24 +0100 From: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Anthony Liguori , Blue Swirl References: <1345062434-9211-1-git-send-email-andreas.faerber@web.de> In-Reply-To: <1345062434-9211-1-git-send-email-andreas.faerber@web.de> X-Provags-ID: V02:K0:KrSLLZl10KPdef/F3whjsaecjZD40hAZcdVQIAvtlGq 9dOsXV9RF+B1sJ2yWeb9VEsdhcT9S7xyAlzkNahmzQ2A5akMYn yK/xSIj0M2gi4UhZ44d5CviuI1Z7QWX5MZYGs+V0D1Rr94B0w0 rPDslQ5z20sue18vd7U3nOWuwky270qNc98cYvyYuAS0qy5fH1 6TNGzMH+JV7aSBS8x+L+A== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.3 Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org Subject: Re: [Qemu-devel] [PULL] PReP patch queue 2012-08-15 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Am 15.08.2012 22:27, schrieb Andreas Färber: > Hello Anthony, > > Please pull the PowerPC Reference Platform (PReP) queue into qemu.git master. > > With Alex' and Hervé's blessing this contains both fixes for runtime errors > trying to use -M prep on qemu-system-ppc64 and well as some progress QOM'ifying > the pc87312 Super I/O chipset. Seems this pull was forgotten... I merged master, please pull for 1.4. Regards, Andreas The following changes since commit a6308bc2224db238e72c570482717b68246a7ce0: Merge remote-tracking branch 'kraxel/build.1' into staging (2013-01-10 13:26:31 -0600) are available in the git repository at: git://repo.or.cz/qemu/afaerber.git prep-up for you to fetch changes up to 63e3555e80c31776285accbb4d0c14ae91c457dc: Merge branch 'master' of git://git.qemu.org/qemu into prep-up (2013-01-10 21:52:28 +0100) ---------------------------------------------------------------- Andreas Färber (2): prep: Include devices for ppc64 as well Merge branch 'master' of git://git.qemu.org/qemu into prep-up Hervé Poussineau (2): prep: Add pc87312 Super I/O emulation prep: Use pc87312 device instead of collection of random ISA devices MAINTAINERS | 1 + default-configs/ppc-softmmu.mak | 2 + default-configs/ppc64-softmmu.mak | 5 + hw/Makefile.objs | 1 + hw/pc87312.c | 387 +++++++++++++++++++++++++++++++++++++ hw/pc87312.h | 66 +++++++ hw/ppc_prep.c | 39 +--- trace-events | 8 + 8 Dateien geändert, 477 Zeilen hinzugefügt(+), 32 Zeilen entfernt(-) create mode 100644 hw/pc87312.c create mode 100644 hw/pc87312.h