[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PULL] ppc patch queue 2012-04-15
From: |
Andreas Färber |
Subject: |
[Qemu-ppc] [PULL] ppc patch queue 2012-04-15 |
Date: |
Sun, 15 Apr 2012 20:38:44 +0200 |
Hello Blue,
This is the current patch queue for ppc.
Please pull, preferably after applying the linux-user bugfix.
I hereby hand back ppc-next to Alex. :-)
The following changes since commit da12872a0973718997c00f1c1e8e5b91ee4c713a:
pcspk: initialize PC speaker if compiled in (2012-04-15 08:56:58 +0400)
are available in the git repository at:
git://repo.or.cz/qemu/agraf.git ppc-for-upstream
Andreas Färber (4):
target-ppc: Drop cpu_ppc_close()
target-ppc: QOM'ify CPU
target-ppc: Start QOM'ifying CPU init
target-ppc: QOM'ify CPU reset
David Gibson (12):
pseries: Clean up hcall_dprintf() debugging messages
pseries: Fix bug with reset of VIO CRQs
pseries: Implement RTAS system-reboot call
pseries: Remove unused fields from VIOsPAPRBus structure
pseries: Consolidate hack for RTAS display-character usage
target-ppc: Add hooks for handling tcg and kvm limitations
pseries: Fix RTAS based config access
pseries: Remove old debug leftovers from spapr_vscsi
pseries: Remove old hcalls hook stub
pseries: Correctly use the device model reset hooks
pseries: Reset vscsi properly
pseries: Fix reset of VIO network device
Juan Quintela (1):
target-ppc/machine.c: Drop unnecessary ifdefs
Mark Cave-Ayland (1):
PPC: Fix TLB invalidation bug within the PPC interrupt handler.
Meador Inge (1):
target-ppc: Init dcache and icache size for e500 user mode
Stefan Weil (1):
target-ppc: Fix type casts for w64 (uintptr_t)
hw/spapr.h | 2 +-
hw/spapr_llan.c | 26 +++++---
hw/spapr_pci.c | 117 ++++++++++++++++++++++-----------
hw/spapr_rtas.c | 17 ++++-
hw/spapr_vio.c | 62 +++++++++++-------
hw/spapr_vio.h | 5 +-
hw/spapr_vscsi.c | 15 ++--
hw/spapr_vty.c | 4 +-
target-ppc/cpu-qom.h | 77 ++++++++++++++++++++++
target-ppc/cpu.h | 3 +-
target-ppc/helper.c | 67 ++-----------------
target-ppc/kvm.c | 14 ++++
target-ppc/kvm_ppc.h | 5 ++
target-ppc/machine.c | 8 --
target-ppc/translate.c | 2 +-
target-ppc/translate_init.c | 152 +++++++++++++++++++++++++++++++++++++------
16 files changed, 396 insertions(+), 180 deletions(-)
create mode 100644 target-ppc/cpu-qom.h
- [Qemu-ppc] [PULL] ppc patch queue 2012-04-15,
Andreas Färber <=
- [Qemu-ppc] [PATCH 01/20] PPC: Fix TLB invalidation bug within the PPC interrupt handler., Andreas Färber, 2012/04/15
- [Qemu-ppc] [PATCH 03/20] pseries: Fix bug with reset of VIO CRQs, Andreas Färber, 2012/04/15
- [Qemu-ppc] [PATCH 04/20] pseries: Implement RTAS system-reboot call, Andreas Färber, 2012/04/15
- [Qemu-ppc] [PATCH 05/20] pseries: Remove unused fields from VIOsPAPRBus structure, Andreas Färber, 2012/04/15
- [Qemu-ppc] [PATCH 07/20] target-ppc: Drop cpu_ppc_close(), Andreas Färber, 2012/04/15
- [Qemu-ppc] [PATCH 11/20] target-ppc: QOM'ify CPU reset, Andreas Färber, 2012/04/15
- [Qemu-ppc] [PATCH 09/20] target-ppc: QOM'ify CPU, Andreas Färber, 2012/04/15
- [Qemu-ppc] [PATCH 12/20] target-ppc: Fix type casts for w64 (uintptr_t), Andreas Färber, 2012/04/15
- [Qemu-ppc] [PATCH 10/20] target-ppc: Start QOM'ifying CPU init, Andreas Färber, 2012/04/15
- [Qemu-ppc] [PATCH 13/20] target-ppc: Init dcache and icache size for e500 user mode, Andreas Färber, 2012/04/15