mbox

[PULL,0/5] ppc patch queue 2012-11-01

Message ID 1351771637-20685-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 Nov. 1, 2012, 12:07 p.m. UTC
Hi Blue / Aurelien,

This is my current patch queue for ppc.  Please pull.

Alex


The following changes since commit 286d52ebfc0d0d53c2a878e454292fea14bad41b:
  Aurelien Jarno (1):
        target-mips: don't flush extra TLB on permissions upgrade

are available in the git repository at:

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

David Gibson (5):
      Revert "PPC: pseries: Remove hack for PIO window"
      target-ppc: Rework storage of VPA registration state
      target-ppc: Extend FPU state for newer POWER CPUs
      pseries: Clean up inconsistent variable name in xics.c
      pseries: Cleanup duplications of ics_valid_irq() code

 hw/spapr_pci.c         |   44 +++++++++++++++++++++++++++++++++++++++++++-
 hw/spapr_pci.h         |    2 +-
 hw/xics.c              |   12 +++++-------
 target-ppc/cpu.h       |   10 ++++++----
 target-ppc/machine.c   |    8 ++++++--
 target-ppc/translate.c |   29 ++++++++++++++++++-----------
 6 files changed, 79 insertions(+), 26 deletions(-)

Comments

Aurelien Jarno Nov. 1, 2012, 4:03 p.m. UTC | #1
On Thu, Nov 01, 2012 at 01:07:12PM +0100, Alexander Graf wrote:
> Hi Blue / Aurelien,
> 
> This is my current patch queue for ppc.  Please pull.
> 
> Alex
> 
> 
> The following changes since commit 286d52ebfc0d0d53c2a878e454292fea14bad41b:
>   Aurelien Jarno (1):
>         target-mips: don't flush extra TLB on permissions upgrade
> 
> are available in the git repository at:
> 
>   git://repo.or.cz/qemu/agraf.git ppc-for-upstream
> 
> David Gibson (5):
>       Revert "PPC: pseries: Remove hack for PIO window"
>       target-ppc: Rework storage of VPA registration state
>       target-ppc: Extend FPU state for newer POWER CPUs
>       pseries: Clean up inconsistent variable name in xics.c
>       pseries: Cleanup duplications of ics_valid_irq() code
> 
>  hw/spapr_pci.c         |   44 +++++++++++++++++++++++++++++++++++++++++++-
>  hw/spapr_pci.h         |    2 +-
>  hw/xics.c              |   12 +++++-------
>  target-ppc/cpu.h       |   10 ++++++----
>  target-ppc/machine.c   |    8 ++++++--
>  target-ppc/translate.c |   29 ++++++++++++++++++-----------
>  6 files changed, 79 insertions(+), 26 deletions(-)
> 

Thanks, pulled.