From patchwork Wed Aug 15 09:58:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 177601 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 60B472C0096 for ; Wed, 15 Aug 2012 19:59:18 +1000 (EST) Received: from localhost ([::1]:35138 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1aNg-000191-FP for incoming@patchwork.ozlabs.org; Wed, 15 Aug 2012 05:59:16 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1aNX-00018X-C9 for qemu-devel@nongnu.org; Wed, 15 Aug 2012 05:59:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1aNW-0006sg-2Q for qemu-devel@nongnu.org; Wed, 15 Aug 2012 05:59:07 -0400 Received: from cantor2.suse.de ([195.135.220.15]:38689 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1aNV-0006sB-Ob; Wed, 15 Aug 2012 05:59:05 -0400 Received: from relay2.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 C75B4A3B99; Wed, 15 Aug 2012 11:59:04 +0200 (CEST) From: Alexander Graf To: qemu-ppc Mailing List Date: Wed, 15 Aug 2012 11:58:38 +0200 Message-Id: <1345024742-18394-1-git-send-email-agraf@suse.de> X-Mailer: git-send-email 1.6.0.2 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 qemu-devel , Aurelien Jarno Subject: [Qemu-devel] [PULL 00/24] ppc patch queue 2012-08-15 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 Blue / Aurelien, This is my current patch queue for ppc. Please pull. Alex The following changes since commit 03834e22abafbc8dc4052d46a5ccd6dd135a54a3: Anthony Liguori (1): Merge remote-tracking branch 'origin/master' into staging are available in the git repository at: git://repo.or.cz/qemu/agraf.git ppc-for-upstream Alexander Graf (4): Revert "PPC: e500: Use new MPIC dt format" xbzrle: fix compilation on ppc32 PPC: spapr: Rework VGA select logic PPC: spapr: Remove global variable Alexey Kardashevskiy (9): pseries pci: removed redundant busdev pseries pci: spapr_populate_pci_devices renamed to spapr_populate_pci_dt pseries: Rework irq assignment to avoid carrying qemu_irqs around pseries: Separate PCI RTAS setup from common from emulation specific PCI setup pseries: added allocator for a block of IRQs pseries: Export find_phb() utility function for PCI code pseries: Add trace event for PCI irqs pseries: Add PCI MSI/MSI-X support pseries dma: DMA window params added to PHB and DT population changed Benjamin Herrenschmidt (1): pseries: Update SLOF Bharat Bhushan (1): openpic: Added BRR1 register David Gibson (3): ppc: Fix bug in handling of PAPR hypercall exits pseries: Remove extraneous prints pseries: Update SLOF firmware image Scott Wood (4): PPC: e500: rename mpc8544ds into generic file PPC: e500: change internal references away from mpc8544ds PPC: e500: split mpc8544ds machine from generic e500 code PPC: e500: add generic e500 platform zhlcindy@gmail.com (2): Add one new file vga-pci.h and cleanup on all platforms spapr: Add support for -vga option hw/alpha_pci.c | 1 + hw/cirrus_vga.c | 2 +- hw/mips_malta.c | 1 + hw/openpic.c | 17 ++ hw/pc.c | 1 + hw/pc.h | 4 - hw/ppc/Makefile.objs | 4 +- hw/{ppce500_mpc8544ds.c => ppc/e500.c} | 141 ++++++-------- hw/ppc/e500.h | 21 ++ hw/ppc/e500plat.c | 60 ++++++ hw/ppc/mpc8544ds.c | 61 ++++++ hw/ppc_newworld.c | 2 +- hw/ppc_oldworld.c | 2 +- hw/ppc_prep.c | 1 + hw/spapr.c | 101 +++++++--- hw/spapr.h | 17 +- hw/spapr_iommu.c | 58 ++++-- hw/spapr_llan.c | 2 +- hw/spapr_pci.c | 326 ++++++++++++++++++++++++++++---- hw/spapr_pci.h | 34 +++- hw/spapr_vio.c | 14 +- hw/spapr_vio.h | 8 +- hw/spapr_vty.c | 2 +- hw/sun4u.c | 1 + hw/vga-pci.c | 2 +- hw/vga-pci.h | 12 ++ hw/xics.c | 12 +- hw/xics.h | 5 +- pc-bios/README | 2 +- pc-bios/slof.bin | Bin 880496 -> 878640 bytes roms/SLOF | 2 +- savevm.c | 2 +- target-ppc/kvm.c | 2 +- trace-events | 8 + 34 files changed, 718 insertions(+), 210 deletions(-) rename hw/{ppce500_mpc8544ds.c => ppc/e500.c} (85%) create mode 100644 hw/ppc/e500.h create mode 100644 hw/ppc/e500plat.c create mode 100644 hw/ppc/mpc8544ds.c create mode 100644 hw/vga-pci.h