mbox

[PULL,1.5,0/2] ppc patch queue 2013-05-08

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

Pull-request

git://github.com/agraf/qemu.git ppc-for-upstream

Message

Alexander Graf May 8, 2013, 6:24 p.m. UTC
Hi Blue / Aurelien,

This is my current patch queue for ppc with fixes that need to go into 1.5.

Please pull.

Alex


The following changes since commit c0f5f9ce86ddca0a7d7ca60012059a5a18aa9c07:
  Petar Jovanovic (1):
        target-mips: fix incorrect behaviour for INSV

are available in the git repository at:

  git://github.com/agraf/qemu.git ppc-for-upstream

Alexander Graf (2):
      PPC: Fix rldcl
      PPC: Depend behavior of cmp instructions only on instruction encoding

 target-ppc/translate.c |   34 ++++++++++++++++------------------
 1 files changed, 16 insertions(+), 18 deletions(-)

Comments

Aurelien Jarno May 8, 2013, 8:35 p.m. UTC | #1
On Wed, May 08, 2013 at 08:24:46PM +0200, Alexander Graf wrote:
> Hi Blue / Aurelien,
> 
> This is my current patch queue for ppc with fixes that need to go into 1.5.
> 
> Please pull.
> 
> Alex
> 
> 
> The following changes since commit c0f5f9ce86ddca0a7d7ca60012059a5a18aa9c07:
>   Petar Jovanovic (1):
>         target-mips: fix incorrect behaviour for INSV
> 
> are available in the git repository at:
> 
>   git://github.com/agraf/qemu.git ppc-for-upstream
> 
> Alexander Graf (2):
>       PPC: Fix rldcl
>       PPC: Depend behavior of cmp instructions only on instruction encoding
> 
>  target-ppc/translate.c |   34 ++++++++++++++++------------------
>  1 files changed, 16 insertions(+), 18 deletions(-)
> 

Thanks, pulled.