From patchwork Sat Jan 21 04:18:45 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 137170 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 558E11007D1 for ; Sat, 21 Jan 2012 16:24:50 +1100 (EST) Received: from localhost ([::1]:56051 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RoSQu-0008Ny-CV for incoming@patchwork.ozlabs.org; Fri, 20 Jan 2012 23:20:04 -0500 Received: from eggs.gnu.org ([140.186.70.92]:56418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RoSQE-0007AU-6B for qemu-devel@nongnu.org; Fri, 20 Jan 2012 23:19:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RoSQ4-0001PV-NY for qemu-devel@nongnu.org; Fri, 20 Jan 2012 23:19:21 -0500 Received: from cantor2.suse.de ([195.135.220.15]:57081 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RoSQ4-0001PE-Ha; Fri, 20 Jan 2012 23:19:12 -0500 Received: from relay1.suse.de (unknown [195.135.220.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id 09E5D8BB22; Sat, 21 Jan 2012 05:19:12 +0100 (CET) From: Alexander Graf To: qemu-ppc@nongnu.org Date: Sat, 21 Jan 2012 05:18:45 +0100 Message-Id: <1327119551-29674-1-git-send-email-agraf@suse.de> X-Mailer: git-send-email 1.7.3.4 MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 195.135.220.15 Cc: Blue Swirl , qemu-devel Developers , Aurelien Jarno Subject: [Qemu-devel] =?utf-8?q?=5BPULL_00/26=5D_ppc_patch_queue_2012-01-2?= =?utf-8?q?1?= X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Hi Anthony / Aurelien / Blue, This is my current patch queue for ppc. Please pull. Alex The following changes since commit 515689235c4c3d9c3f0406ddcdd21ed8da77062b: Anthony Liguori (1): Merge remote-tracking branch 'spice/spice.v47' into staging are available in the git repository at: git://repo.or.cz/qemu/agraf.git for-upstream Alexander Graf (14): PPC: 440EP: Initialize timer PPC: Bamboo: Register CPU reset PPC: Bamboo: Set initial TLB entry PPC: 440: Ignore invalid PCI IRQs PPC: Bamboo: recompile device tree PPC: 440: Default to 440EP CPU PPC: Enable 440EP CPU target PPC: bamboo: remove old machine descriptions PPC: bamboo: fix whitespace PPC: 4xx: Qdevify the 440 PCI host controller PPC: Bamboo: fold ppc440.c and ppc440_bamboo.c into a single file PPC: Bamboo: Integrate SoC instatiation, use qdev for PCI virtio: change memcpy to guest reads PPC: Pseries: Check for PCI boundaries Andreas Färber (4): MAINTAINERS: Add qemu-ppc to all ppc target stuff MAINTAINERS: Add PCI host bridge files to CHRP machines MAINTAINERS: Add PCI-PCI bridge to New World Mac machine grackle_pci: Clean up qdev names Benjamin Herrenschmidt (5): virtio-pci: Fix endianness of virtio config load_image_targphys() should enforce the max size Fix dirty logging with 32-bit qemu & 64-bit guests pseries: Support PCI extended config space in RTAS calls pseries: SLOF PCI flag day David Gibson (3): Update gitignore file Correct types in bmdma_addr_{read,write} pseries: Use correct dispatcher for PCI config space accesses .gitignore | 4 + MAINTAINERS | 8 ++ Makefile.target | 2 +- exec.c | 14 ++++ hw/grackle_pci.c | 17 +++- hw/ide/pci.c | 4 +- hw/loader.c | 6 +- hw/ppc440.c | 106 -------------------------- hw/ppc440.h | 21 ----- hw/ppc440_bamboo.c | 154 ++++++++++++++++++++++++++++++--------- hw/ppc4xx_pci.c | 129 +++++++++++++++++--------------- hw/spapr.c | 135 ++++++++++++++++++++++----------- hw/spapr_pci.c | 173 +++++++++++-------------------------------- hw/virtex_ml507.c | 1 - hw/virtio-pci.c | 28 +++++++- hw/virtio.c | 12 ++-- kvm-all.c | 3 +- pc-bios/README | 2 +- pc-bios/bamboo.dtb | Bin 3179 -> 3211 bytes pc-bios/bamboo.dts | 128 ++++++++++++-------------------- pc-bios/slof.bin | Bin 738744 -> 869584 bytes roms/SLOF | 2 +- target-ppc/translate_init.c | 16 +--- 23 files changed, 458 insertions(+), 507 deletions(-) delete mode 100644 hw/ppc440.c delete mode 100644 hw/ppc440.h