From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtRJD-0007xa-Ne for qemu-devel@nongnu.org; Thu, 10 Jan 2013 18:13:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtRJC-0005vd-8r for qemu-devel@nongnu.org; Thu, 10 Jan 2013 18:13:15 -0500 Received: from mail-ie0-f173.google.com ([209.85.223.173]:35223) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtRJC-0005vS-3p for qemu-devel@nongnu.org; Thu, 10 Jan 2013 18:13:14 -0500 Received: by mail-ie0-f173.google.com with SMTP id e13so1588600iej.4 for ; Thu, 10 Jan 2013 15:13:13 -0800 (PST) From: Anthony Liguori In-Reply-To: <50EF35FC.5010503@web.de> References: <1345062434-9211-1-git-send-email-andreas.faerber@web.de> <50EF35FC.5010503@web.de> Date: Thu, 10 Jan 2013 17:13:10 -0600 Message-ID: <87bocwlji1.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL] PReP patch queue 2012-08-15 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?utf-8?Q?F=C3=A4rber?= , Blue Swirl Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org Andreas F=C3=A4rber writes: > Am 15.08.2012 22:27, schrieb Andreas F=C3=A4rber: >> Hello Anthony, >>=20 >> Please pull the PowerPC Reference Platform (PReP) queue into qemu.git ma= ster. >>=20 >> With Alex' and Herv=C3=A9's blessing this contains both fixes for runtim= e 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. Please send things like this as a new top-level pull request. Regards, Anthony Liguori > > Regards, > Andreas > > The following changes since commit a6308bc2224db238e72c570482717b68246a7c= e0: > > 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=C3=A4rber (2): > prep: Include devices for ppc64 as well > Merge branch 'master' of git://git.qemu.org/qemu into prep-up > > Herv=C3=A9 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=C3=A4ndert, 477 Zeilen hinzugef=C3=BCgt(+), 32 Zeilen entfe= rnt(-) > create mode 100644 hw/pc87312.c > create mode 100644 hw/pc87312.h