mbox

[PULL,0/3] ppc patch queue 2011-11-11 for 1.0

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

Pull-request

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

Message

Alexander Graf Nov. 11, 2011, 4:37 p.m. UTC
Hi Blue,

This is my current patch queue for ppc on QEMU 1.0. Please pull.

Alex


The following changes since commit 0e3b800e71cb7759d099eabbd8ad4c4fe848e381:
  Peter Maydell (1):
        hw/lan9118.c: Add missing 'break' to fix buffer overrun

are available in the git repository at:

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

David Gibson (2):
      pseries: Fix initialization of sPAPREnvironment structure
      tcg-ppc64: Fix compile errors for userspace only builds with gcc 4.6

Sebastian Bauer (1):
      PPC: Fix for the gdb single step problem on an rfi instruction

 hw/spapr.c             |    4 +++-
 target-ppc/translate.c |    4 +++-
 tcg/ppc64/tcg-target.c |   14 ++++++++------
 3 files changed, 14 insertions(+), 8 deletions(-)

Comments

Blue Swirl Nov. 19, 2011, 1:57 p.m. UTC | #1
On Fri, Nov 11, 2011 at 16:37, Alexander Graf <agraf@suse.de> wrote:
> Hi Blue,
>
> This is my current patch queue for ppc on QEMU 1.0. Please pull.

Thanks, pulled.

> Alex
>
>
> The following changes since commit 0e3b800e71cb7759d099eabbd8ad4c4fe848e381:
>  Peter Maydell (1):
>        hw/lan9118.c: Add missing 'break' to fix buffer overrun
>
> are available in the git repository at:
>
>  git://repo.or.cz/qemu/agraf.git ppc-1.0
>
> David Gibson (2):
>      pseries: Fix initialization of sPAPREnvironment structure
>      tcg-ppc64: Fix compile errors for userspace only builds with gcc 4.6
>
> Sebastian Bauer (1):
>      PPC: Fix for the gdb single step problem on an rfi instruction
>
>  hw/spapr.c             |    4 +++-
>  target-ppc/translate.c |    4 +++-
>  tcg/ppc64/tcg-target.c |   14 ++++++++------
>  3 files changed, 14 insertions(+), 8 deletions(-)
>