mbox

[PULL,00/10] ppc patch queue 2012-01-03

Message ID 1325603302-12412-1-git-send-email-agraf@suse.de
State New
Headers show

Pull-request

git://repo.or.cz/qemu/agraf.git ppc-next

Message

Alexander Graf Jan. 3, 2012, 3:08 p.m. UTC
Hi Anthony / Aurelien / Blue,

This is my current patch queue for ppc. Please pull.

It includes a screendump segfault fix patch that is not PPC specific, but has
been on the ML forever now, so I assume it's safe to pull as well.

Alex


The following changes since commit 8d3bc5178fbc06cdd89c064ae8f44e77c503e91e:
  Avi Kivity (1):
        Fix qapi code generation wrt parallel build

are available in the git repository at:

  git://repo.or.cz/qemu/agraf.git ppc-next

Alexander Graf (1):
      console: Fix segfault on screendump without VGA adapter

Bharata B Rao (1):
      pseries: FDT NUMA extensions to support multi-node guests

David Gibson (4):
      pseries: Remove hcalls callback
      pseries: Emit device tree nodes in reg order
      pseries: Add a routine to find a stable "default" vty and use it
      pseries: Populate "/chosen/linux,stdout-path" in the FDT

Liu Yu-B13201 (1):
      kvm-ppc: halt secondary cpus when guest reset

Michael Ellerman (1):
      pseries: Check for duplicate addresses on the spapr-vio bus

Nishanth Aravamudan (1):
      PPC: monitor: add ability to dump SLB entries

Varun Sethi (1):
      PPC: Add description for the Freescale e500mc core.

 console.c                   |    4 +-
 hw/ppce500_spin.c           |    1 +
 hw/spapr.c                  |  114 ++++++++++++++++++++++++++++++++++----
 hw/spapr.h                  |    1 +
 hw/spapr_llan.c             |   17 ++----
 hw/spapr_vio.c              |  129 +++++++++++++++++++++++++++++++++++++------
 hw/spapr_vio.h              |    4 +-
 hw/spapr_vty.c              |   56 +++++++++++++-----
 target-ppc/helper.c         |   28 +++++++++
 target-ppc/kvm.c            |    2 +-
 target-ppc/translate_init.c |   56 +++++++++++++++++--
 11 files changed, 347 insertions(+), 65 deletions(-)

Comments

Aurelien Jarno Jan. 7, 2012, 9:04 p.m. UTC | #1
On Tue, Jan 03, 2012 at 04:08:12PM +0100, Alexander Graf wrote:
> Hi Anthony / Aurelien / Blue,
> 
> This is my current patch queue for ppc. Please pull.
> 
> It includes a screendump segfault fix patch that is not PPC specific, but has
> been on the ML forever now, so I assume it's safe to pull as well.
> 

Thanks, pulled.