mbox

[PULL] ppc patch queue 2012-04-15

Message ID 1334515144-26485-1-git-send-email-afaerber@suse.de
State New
Headers show

Pull-request

git://repo.or.cz/qemu/agraf.git ppc-for-upstream

Message

Andreas Färber April 15, 2012, 6:38 p.m. UTC
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

Comments

Andreas Färber April 15, 2012, 6:57 p.m. UTC | #1
Am 15.04.2012 20:38, schrieb Andreas Färber:
> This is the current patch queue for ppc.
> Please pull, preferably after applying the linux-user bugfix.

Apparently I forgot --nogit-fallback. Sorry for the inconvenience.

Andreas
Blue Swirl April 15, 2012, 7:05 p.m. UTC | #2
On Sun, Apr 15, 2012 at 18:38, Andreas Färber <afaerber@suse.de> 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