From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RlXvq-0007Fn-KT for qemu-devel@nongnu.org; Thu, 12 Jan 2012 22:35:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RlXvo-00017N-ST for qemu-devel@nongnu.org; Thu, 12 Jan 2012 22:35:58 -0500 Message-ID: <4F0FA623.8000702@web.de> Date: Fri, 13 Jan 2012 04:33:55 +0100 From: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= MIME-Version: 1.0 References: <1325894809-17322-1-git-send-email-andreas.faerber@web.de> <1326424168-15705-1-git-send-email-andreas.faerber@web.de> In-Reply-To: <1326424168-15705-1-git-send-email-andreas.faerber@web.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v3 0/8] qdev'ify PReP PCI host bridge and add PCI-to-ISA bridge List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org, Anthony Liguori , =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= , Alexander Graf Am 13.01.2012 04:09, schrieb Andreas Färber: > Hello, > > Here's an updated initial qdev'ification series for PReP, as prerequisite > for Anthony's second QOM series. Available from http://repo.or.cz/w/qemu/afaerber.git/shortlog/refs/heads/prep-queue on top of all patches needed for testing. > Andreas Färber (8): > 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 | 252 +++++++++++++++++++++++++++++++++++++++ > hw/pci_ids.h | 1 + > hw/ppc_prep.c | 77 +++++------- > hw/prep_pci.c | 181 +++++++++++++++++----------- > hw/prep_pci.h | 11 -- > 9 files changed, 553 insertions(+), 129 deletions(-) > create mode 100644 hw/i82374.c > create mode 100644 hw/i82378.c > delete mode 100644 hw/prep_pci.h