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