From: Anthony Liguori <anthony@codemonkey.ws>
To: Alexander Graf <agraf@suse.de>,
qemu-ppc Mailing List <qemu-ppc@nongnu.org>
Cc: Blue Swirl <blauwirbel@gmail.com>,
qemu-devel qemu-devel <qemu-devel@nongnu.org>,
Aurelien Jarno <aurelien@aurel32.net>
Subject: Re: [Qemu-devel] [PULL 00/24] ppc patch queue 2012-08-15
Date: Wed, 15 Aug 2012 16:14:52 -0500 [thread overview]
Message-ID: <87has37t83.fsf@codemonkey.ws> (raw)
In-Reply-To: <1345024742-18394-1-git-send-email-agraf@suse.de>
Alexander Graf <agraf@suse.de> writes:
> Hi Blue / Aurelien,
>
> This is my current patch queue for ppc. Please pull.
>
Pulled. Thanks.
Regards,
Anthony Liguori
> 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
prev parent reply other threads:[~2012-08-15 21:14 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-15 9:58 [Qemu-devel] [PULL 00/24] ppc patch queue 2012-08-15 Alexander Graf
2012-08-15 9:58 ` [Qemu-devel] [PATCH 01/24] pseries pci: removed redundant busdev Alexander Graf
2012-08-15 10:17 ` Andreas Färber
2012-08-15 9:58 ` [Qemu-devel] [PATCH 02/24] pseries pci: spapr_populate_pci_devices renamed to spapr_populate_pci_dt Alexander Graf
2012-08-15 9:58 ` [Qemu-devel] [PATCH 03/24] PPC: e500: rename mpc8544ds into generic file Alexander Graf
2012-08-15 9:58 ` [Qemu-devel] [PATCH 04/24] PPC: e500: change internal references away from mpc8544ds Alexander Graf
2012-08-15 9:58 ` [Qemu-devel] [PATCH 05/24] PPC: e500: split mpc8544ds machine from generic e500 code Alexander Graf
2012-08-15 9:58 ` [Qemu-devel] [PATCH 06/24] PPC: e500: add generic e500 platform Alexander Graf
2012-08-15 9:58 ` [Qemu-devel] [PATCH 07/24] ppc: Fix bug in handling of PAPR hypercall exits Alexander Graf
2012-08-15 9:58 ` [Qemu-devel] [PATCH 08/24] Revert "PPC: e500: Use new MPIC dt format" Alexander Graf
2012-08-15 9:58 ` [Qemu-devel] [PATCH 09/24] Add one new file vga-pci.h and cleanup on all platforms Alexander Graf
2012-08-15 9:58 ` [Qemu-devel] [PATCH 10/24] spapr: Add support for -vga option Alexander Graf
2012-08-15 9:58 ` [Qemu-devel] [PATCH 11/24] xbzrle: fix compilation on ppc32 Alexander Graf
2012-08-15 9:58 ` [Qemu-devel] [PATCH 12/24] PPC: spapr: Rework VGA select logic Alexander Graf
2012-08-15 9:58 ` [Qemu-devel] [PATCH 13/24] PPC: spapr: Remove global variable Alexander Graf
2012-08-15 9:58 ` [Qemu-devel] [PATCH 14/24] pseries: Update SLOF Alexander Graf
2012-08-15 9:58 ` [Qemu-devel] [PATCH 15/24] pseries: Remove extraneous prints Alexander Graf
2012-08-15 9:58 ` [Qemu-devel] [PATCH 16/24] pseries: Rework irq assignment to avoid carrying qemu_irqs around Alexander Graf
2012-08-15 9:58 ` [Qemu-devel] [PATCH 17/24] pseries: Separate PCI RTAS setup from common from emulation specific PCI setup Alexander Graf
2012-08-15 9:58 ` [Qemu-devel] [PATCH 18/24] pseries: added allocator for a block of IRQs Alexander Graf
2012-08-15 9:58 ` [Qemu-devel] [PATCH 19/24] pseries: Export find_phb() utility function for PCI code Alexander Graf
2012-08-15 9:58 ` [Qemu-devel] [PATCH 20/24] pseries: Add trace event for PCI irqs Alexander Graf
2012-08-15 9:58 ` [Qemu-devel] [PATCH 21/24] pseries: Add PCI MSI/MSI-X support Alexander Graf
2012-08-15 17:19 ` Andreas Färber
2012-08-15 17:46 ` Alexander Graf
2012-08-15 9:59 ` [Qemu-devel] [PATCH 22/24] pseries dma: DMA window params added to PHB and DT population changed Alexander Graf
2012-08-15 9:59 ` [Qemu-devel] [PATCH 23/24] pseries: Update SLOF firmware image Alexander Graf
2012-08-15 9:59 ` [Qemu-devel] [PATCH 24/24] openpic: Added BRR1 register Alexander Graf
2012-08-15 21:14 ` Anthony Liguori [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87has37t83.fsf@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=agraf@suse.de \
--cc=aurelien@aurel32.net \
--cc=blauwirbel@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).