[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PULL] ppc patch queue 2012-04-15
From: |
Blue Swirl |
Subject: |
Re: [Qemu-ppc] [PULL] ppc patch queue 2012-04-15 |
Date: |
Sun, 15 Apr 2012 19:05:23 +0000 |
On Sun, Apr 15, 2012 at 18:38, Andreas Färber <address@hidden> wrote:
> Hello Blue,
>
> This is the current patch queue for ppc.
> Please pull, preferably after applying the linux-user bugfix.
Thanks, pulled.
>
> 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] [PATCH 08/20] target-ppc: Add hooks for handling tcg and kvm limitations, (continued)
- [Qemu-ppc] [PATCH 15/20] pseries: Fix RTAS based config access, Andreas Färber, 2012/04/15
- [Qemu-ppc] [PATCH 17/20] pseries: Remove old hcalls hook stub, Andreas Färber, 2012/04/15
- [Qemu-ppc] [PATCH 20/20] pseries: Fix reset of VIO network device, Andreas Färber, 2012/04/15
- [Qemu-ppc] [PATCH 18/20] pseries: Correctly use the device model reset hooks, Andreas Färber, 2012/04/15
- [Qemu-ppc] [PATCH 14/20] target-ppc/machine.c: Drop unnecessary ifdefs, Andreas Färber, 2012/04/15
- Re: [Qemu-ppc] [Qemu-devel] [PULL] ppc patch queue 2012-04-15, Andreas Färber, 2012/04/15
- Re: [Qemu-ppc] [PULL] ppc patch queue 2012-04-15,
Blue Swirl <=
- [Qemu-ppc] [PATCH 02/20] pseries: Clean up hcall_dprintf() debugging messages, Andreas Färber, 2012/04/15
- [Qemu-ppc] [PATCH 06/20] pseries: Consolidate hack for RTAS display-character usage, Andreas Färber, 2012/04/15
- [Qemu-ppc] [PATCH 19/20] pseries: Reset vscsi properly, Andreas Färber, 2012/04/15
- [Qemu-ppc] [PATCH 16/20] pseries: Remove old debug leftovers from spapr_vscsi, Andreas Färber, 2012/04/15