mbox

[PULL,0/3] ppc patch queue 2013-02-01

Message ID 1359680011-5506-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 Feb. 1, 2013, 12:53 a.m. UTC
Hi Blue / Aurelien,

This is my final pre-hard-freeze patch queue for ppc.  Please pull.

Alex


The following changes since commit 6b2578d678497dbce44ed7999d269fc973ae6e8f:
  Andreas Färber (1):
        ide/mmio: QOM'ify MMIO IDE for R2D

are available in the git repository at:

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

Alexander Graf (1):
      PPC: Unify dcbzl code path

Andreas Färber (2):
      target-ppc: Fix unused variable warning for FLUSH_ALL_TLBS
      target-ppc: Fix build for PPC_DEBUG_DISAS

 target-ppc/cpu.h            |    6 ++----
 target-ppc/helper.h         |    3 +--
 target-ppc/mem_helper.c     |   21 ++++++++++++---------
 target-ppc/mmu_helper.c     |    3 ++-
 target-ppc/translate.c      |   35 +++++++++++++----------------------
 target-ppc/translate_init.c |   10 +++++-----
 6 files changed, 35 insertions(+), 43 deletions(-)

Comments

Andreas Färber Feb. 1, 2013, 8:15 a.m. UTC | #1
Am 01.02.2013 01:53, schrieb Alexander Graf:
> Hi Blue / Aurelien,
> 
> This is my final pre-hard-freeze patch queue for ppc.  Please pull.

Hi Alex, was there something wrong with my format fix v2? Oversight?

Andreas

> 
> Alex
> 
> 
> The following changes since commit 6b2578d678497dbce44ed7999d269fc973ae6e8f:
>   Andreas FÀrber (1):
>         ide/mmio: QOM'ify MMIO IDE for R2D
> 
> are available in the git repository at:
> 
>   git://repo.or.cz/qemu/agraf.git ppc-for-upstream
> 
> Alexander Graf (1):
>       PPC: Unify dcbzl code path
> 
> Andreas FÀrber (2):
>       target-ppc: Fix unused variable warning for FLUSH_ALL_TLBS
>       target-ppc: Fix build for PPC_DEBUG_DISAS
> 
>  target-ppc/cpu.h            |    6 ++----
>  target-ppc/helper.h         |    3 +--
>  target-ppc/mem_helper.c     |   21 ++++++++++++---------
>  target-ppc/mmu_helper.c     |    3 ++-
>  target-ppc/translate.c      |   35 +++++++++++++----------------------
>  target-ppc/translate_init.c |   10 +++++-----
>  6 files changed, 35 insertions(+), 43 deletions(-)
>
Alexander Graf Feb. 1, 2013, 8:45 a.m. UTC | #2
On 01.02.2013, at 09:15, Andreas Färber wrote:

> Am 01.02.2013 01:53, schrieb Alexander Graf:
>> Hi Blue / Aurelien,
>> 
>> This is my final pre-hard-freeze patch queue for ppc.  Please pull.
> 
> Hi Alex, was there something wrong with my format fix v2? Oversight?

Let's fix it after rc0.


Alex