From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1kEd-0006Ax-L4 for qemu-devel@nongnu.org; Wed, 15 Aug 2012 16:30:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1kEa-0001vP-Ts for qemu-devel@nongnu.org; Wed, 15 Aug 2012 16:30:35 -0400 Received: from mout.web.de ([212.227.17.12]:49821) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1kEa-0001vH-FP for qemu-devel@nongnu.org; Wed, 15 Aug 2012 16:30:32 -0400 Message-ID: <502C06E5.1070507@web.de> Date: Wed, 15 Aug 2012 22:30:29 +0200 From: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= MIME-Version: 1.0 References: <1345062434-9211-1-git-send-email-andreas.faerber@web.de> In-Reply-To: <1345062434-9211-1-git-send-email-andreas.faerber@web.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PULL for-1.2] PReP patch queue 2012-08-15 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori 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 [as] well as some progress QOM'ifying > the pc87312 Super I/O chipset. Forgot to update my script to mark as for-1.2... /-F > The following changes since commit 76b64a7aa84965ee9c7594058a43b00c2a14c72e: > > win32: provide separate macros for weak decls and definitions (2012-08-15 13:26:03 -0500) > > are available in the git repository at: > git://repo.or.cz/qemu/afaerber.git prep-up > > Andreas Färber (1): > prep: Include devices for ppc64 as well > > 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 | 386 +++++++++++++++++++++++++++++++++++++ > hw/pc87312.h | 66 +++++++ > hw/ppc_prep.c | 39 +--- > trace-events | 8 + > 8 files changed, 476 insertions(+), 32 deletions(-) > create mode 100644 hw/pc87312.c > create mode 100644 hw/pc87312.h >