mbox

[PULL] PowerPC patch queue

Message ID 1302258347-4782-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 April 8, 2011, 10:25 a.m. UTC
The following changes since commit f124a410ea12a644c3577c5303846c37baa5e819:
  Anthony Liguori (1):
        Merge remote branch 'kwolf/for-anthony' into staging

are available in the git repository at:

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

David Gibson (4):
      pseries: Abolish envs array
      Delay creation of pseries device tree until reset
      Use existing helper function to implement popcntd instruction
      ppce500_mpc8544ds: Fix compile with --enable-debug and --disable-kvm

Scott Wood (1):
      Don't call cpu_synchronize_state() from machine init.

Stefan Weil (1):
      spapr_vscsi: Set uninitialized variable

 hw/ppc440_bamboo.c     |    2 -
 hw/ppce500_mpc8544ds.c |    2 -
 hw/spapr.c             |  149 +++++++++++++++++++++++++++---------------------
 hw/spapr.h             |    7 ++
 hw/spapr_vscsi.c       |    2 +-
 hw/xics.c              |   32 +++++++----
 hw/xics.h              |    3 +-
 target-ppc/kvm_ppc.h   |    9 +++
 target-ppc/op_helper.c |   14 +----
 9 files changed, 124 insertions(+), 96 deletions(-)

Comments

Edgar E. Iglesias April 8, 2011, 12:40 p.m. UTC | #1
On Fri, Apr 08, 2011 at 12:25:47PM +0200, Alexander Graf wrote:
> The following changes since commit f124a410ea12a644c3577c5303846c37baa5e819:
>   Anthony Liguori (1):
>         Merge remote branch 'kwolf/for-anthony' into staging
> 
> are available in the git repository at:
> 
>   git://repo.or.cz/qemu/agraf.git ppc-next
> 
> David Gibson (4):
>       pseries: Abolish envs array
>       Delay creation of pseries device tree until reset
>       Use existing helper function to implement popcntd instruction
>       ppce500_mpc8544ds: Fix compile with --enable-debug and --disable-kvm
> 
> Scott Wood (1):
>       Don't call cpu_synchronize_state() from machine init.
> 
> Stefan Weil (1):
>       spapr_vscsi: Set uninitialized variable


I've pulled this, thanks.