[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PULL 0/7] ppc patch queue 2015-09-20
From: |
Alexander Graf |
Subject: |
[Qemu-ppc] [PULL 0/7] ppc patch queue 2015-09-20 |
Date: |
Sun, 20 Sep 2015 22:53:11 +0200 |
Hi Peter,
This is my current patch queue for ppc. Please pull.
Alex
CC: Aurelien Jarno <address@hidden>
CC: David Gibson <address@hidden>
The following changes since commit 18640989a9f5e4d2e84b566c52ff1fccfa0dbf4a:
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter'
into staging (2015-09-19 15:59:52 +0100)
are available in the git repository at:
git://github.com/agraf/qemu.git tags/signed-ppc-for-upstream
for you to fetch changes up to 8f60f8e2e574f341709128ff7637e685fd640254:
target-ppc: fix xscmpodp and xscmpudp decoding (2015-09-20 22:48:39 +0200)
----------------------------------------------------------------
Patch queue for ppc - 2015-09-20
Highlights this time around:
- e500: Fix u-boot boot with -M virt by updating to new version
- e500: fix ATMU reads
- book3s: Fixes (unaligned exceptions, vector instructions)
- yet another dbdma ide fix
I'm out taking care of my son for the next 2 months. During that time
please consider David Gibson the interim ppc queue maintainer. I'm sure
Aurelien will be more than happy to help him review patches as well ;-).
----------------------------------------------------------------
Alexander Graf (1):
PPC: E500: Update u-boot to commit 79c884d7e4
Anton Blanchard (1):
target-ppc: Fix SRR0 when taking unaligned exceptions
Aurelien Jarno (2):
target-ppc: fix vcipher, vcipherlast, vncipherlast and vpermxor
target-ppc: fix xscmpodp and xscmpudp decoding
Mark Cave-Ayland (1):
mac_dbdma: always clear FLUSH bit once DBDMA channel flush is complete
Paolo Bonzini (1):
kvm_ppc: remove kvmppc_timer_hack
Rudolf Marek (1):
PPC: e500 pci host: Fix ATMUs register reads
hw/misc/macio/mac_dbdma.c | 12 +++++-------
hw/pci-host/ppce500.c | 4 ++--
hw/ppc/e500.c | 4 ----
hw/ppc/ppc440_bamboo.c | 3 ---
linux-user/main.c | 2 +-
pc-bios/u-boot.e500 | Bin 330260 -> 347788 bytes
target-ppc/Makefile.objs | 2 +-
target-ppc/excp_helper.c | 2 +-
target-ppc/int_helper.c | 19 ++++++++++++++-----
target-ppc/kvm_ppc.c | 41 -----------------------------------------
target-ppc/kvm_ppc.h | 2 --
target-ppc/translate.c | 11 +++++++++--
12 files changed, 33 insertions(+), 69 deletions(-)
delete mode 100644 target-ppc/kvm_ppc.c
- [Qemu-ppc] [PULL 0/7] ppc patch queue 2015-09-20,
Alexander Graf <=
- [Qemu-ppc] [PULL 2/7] mac_dbdma: always clear FLUSH bit once DBDMA channel flush is complete, Alexander Graf, 2015/09/20
- [Qemu-ppc] [PULL 4/7] target-ppc: Fix SRR0 when taking unaligned exceptions, Alexander Graf, 2015/09/20
- [Qemu-ppc] [PULL 3/7] PPC: e500 pci host: Fix ATMUs register reads, Alexander Graf, 2015/09/20
- [Qemu-ppc] [PULL 7/7] target-ppc: fix xscmpodp and xscmpudp decoding, Alexander Graf, 2015/09/20
- [Qemu-ppc] [PULL 1/7] kvm_ppc: remove kvmppc_timer_hack, Alexander Graf, 2015/09/20
- [Qemu-ppc] [PULL 6/7] target-ppc: fix vcipher, vcipherlast, vncipherlast and vpermxor, Alexander Graf, 2015/09/20
- [Qemu-ppc] [PULL 5/7] PPC: E500: Update u-boot to commit 79c884d7e4, Alexander Graf, 2015/09/20
- Re: [Qemu-ppc] [PULL 0/7] ppc patch queue 2015-09-20, Peter Maydell, 2015/09/21