mbox

[PULL,0/2] ppc patch queue 2012-06-24

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

Pull-request

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

Message

Alexander Graf June 24, 2012, 8:53 p.m. UTC
Hi Blue / Aurelien,

This is a quick fix patch queue for ppc when using. Thanks a lot to
Stefan for finding the issues!

Please pull.

Alex


The following changes since commit 3c01ae0ea29915d165c384d0bd1cbafcf4364a4d:
  Scott Wood (1):
        tci: don't write zero for reloc in tci_out_label

are available in the git repository at:

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

Stefan Weil (2):
      target-ppc: Fix build with --enable-debug
      target-ppc: Fix 2nd parameter for tcg_gen_shri_tl

 target-ppc/translate.c      |    2 +-
 target-ppc/translate_init.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Blue Swirl June 24, 2012, 9:19 p.m. UTC | #1
On Sun, Jun 24, 2012 at 8:53 PM, Alexander Graf <agraf@suse.de> wrote:
> Hi Blue / Aurelien,
>
> This is a quick fix patch queue for ppc when using. Thanks a lot to
> Stefan for finding the issues!
>
> Please pull.

Thanks, pulled.

>
> Alex
>
>
> The following changes since commit 3c01ae0ea29915d165c384d0bd1cbafcf4364a4d:
>  Scott Wood (1):
>        tci: don't write zero for reloc in tci_out_label
>
> are available in the git repository at:
>
>  git://repo.or.cz/qemu/agraf.git ppc-for-upstream
>
> Stefan Weil (2):
>      target-ppc: Fix build with --enable-debug
>      target-ppc: Fix 2nd parameter for tcg_gen_shri_tl
>
>  target-ppc/translate.c      |    2 +-
>  target-ppc/translate_init.c |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)