From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56748) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpNwQ-0008Gz-MZ for qemu-devel@nongnu.org; Mon, 23 Jan 2012 12:44:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpNwK-0004Hc-Jf for qemu-devel@nongnu.org; Mon, 23 Jan 2012 12:44:26 -0500 Message-ID: <4F1D9C6F.7080106@codemonkey.ws> Date: Mon, 23 Jan 2012 11:44:15 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1327016131-5344-1-git-send-email-andreas.faerber@web.de> In-Reply-To: <1327016131-5344-1-git-send-email-andreas.faerber@web.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PULL] PReP patch queue 2012-01-20 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org On 01/19/2012 05:35 PM, Andreas Färber wrote: > Hello, > > Please pull the PowerPC Reference Platform (PReP) queue into qemu.git master. > > The following changes since commit 515689235c4c3d9c3f0406ddcdd21ed8da77062b: > > Merge remote-tracking branch 'spice/spice.v47' into staging (2012-01-19 12:51:02 -0600) > > are available in the git repository at: > > git://repo.or.cz/qemu/afaerber.git prep-up Applied. Thanks. Regards, Anthony Liguori > > Andreas Färber (10): > prep: Fix offset of BIOS MemoryRegion > prep: Use ISA m48t59 > prep: qdev'ify Raven host bridge (PCIDevice) > prep_pci: Simplify I/O endianness > prep_pci: Update I/O to MemoryRegion ops > prep: qdev'ify Raven host bridge (SysBus) > MAINTAINERS: Add PCI host bridge files to PReP machine > prep: Add i82374 DMA emulation > prep: Add i82378 PCI-to-ISA bridge emulation > prep: Use i82378 PCI->ISA bridge for 'prep' machine > > MAINTAINERS | 1 + > Makefile.objs | 2 + > default-configs/ppc-softmmu.mak | 3 + > hw/i82374.c | 154 +++++++++++++++++++++++ > hw/i82378.c | 264 +++++++++++++++++++++++++++++++++++++++ > hw/pci_ids.h | 1 + > hw/ppc_prep.c | 82 +++++------- > hw/prep_pci.c | 166 ++++++++++++++----------- > hw/prep_pci.h | 11 -- > 9 files changed, 551 insertions(+), 133 deletions(-) > create mode 100644 hw/i82374.c > create mode 100644 hw/i82378.c > delete mode 100644 hw/prep_pci.h > >