mbox

[PULL,2.1,0/5] ppc patch queue 2014-07-15

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

Pull-request

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

Message

Alexander Graf July 15, 2014, 2:15 p.m. UTC
Hi Peter,

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

Alex


The following changes since commit 0e16297461264b3ea8f7282d1195cf53aa8a707c:

  libqos: Fix PC PCI endianness glitches (2014-07-15 14:18:15 +0100)

are available in the git repository at:

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

for you to fetch changes up to 27e27782f78212cbd97170b0854c35a0738cfd34:

  sPAPR/IOMMU: Fix TCE entry permission (2014-07-15 16:11:59 +0200)

----------------------------------------------------------------
Patch queue for ppc - 2014-07-15

Some more bug fixes during the RC phase:

  - Fix huge page mapping regressions
  - Fix Book3S thread number enumeration
  - Fix Book3S VFIO permission issue

----------------------------------------------------------------
Alexey Kardashevskiy (3):
      target-ppc: Fix number of threads per core limit
      spapr: Move RMA memory region registration code
      spapr: Enable use of huge pages

Gavin Shan (1):
      sPAPR/IOMMU: Fix TCE entry permission

Shreyas B. Prabhu (1):
      ppc: memory: Replace memory_region_init_ram with memory_region_allocate_system_memory

 hw/misc/vfio.c              |  2 +-
 hw/ppc/e500.c               |  3 +--
 hw/ppc/mac_newworld.c       |  7 +++----
 hw/ppc/mac_oldworld.c       |  8 ++++----
 hw/ppc/ppc405_boards.c      | 21 +++++++++------------
 hw/ppc/ppc405_uc.c          |  5 +++--
 hw/ppc/ppc4xx_devs.c        |  5 +++--
 hw/ppc/prep.c               |  3 +--
 hw/ppc/spapr.c              | 21 +++++++++++++--------
 hw/ppc/spapr_iommu.c        |  4 ++--
 hw/ppc/virtex_ml507.c       |  3 +--
 target-ppc/kvm.c            | 13 +++----------
 target-ppc/kvm_ppc.h        |  4 ++--
 target-ppc/translate_init.c | 18 +++++-------------
 14 files changed, 51 insertions(+), 66 deletions(-)

Comments

Peter Maydell July 15, 2014, 3:48 p.m. UTC | #1
On 15 July 2014 15:15, Alexander Graf <agraf@suse.de> wrote:
> Hi Peter,
>
> This is my current patch queue for ppc for 2.1.  Please pull.
>
> Alex
>
>
> The following changes since commit 0e16297461264b3ea8f7282d1195cf53aa8a707c:
>
>   libqos: Fix PC PCI endianness glitches (2014-07-15 14:18:15 +0100)
>
> are available in the git repository at:
>
>   git://github.com/agraf/qemu.git tags/signed-ppc-for-upstream
>
> for you to fetch changes up to 27e27782f78212cbd97170b0854c35a0738cfd34:
>
>   sPAPR/IOMMU: Fix TCE entry permission (2014-07-15 16:11:59 +0200)
>
> ----------------------------------------------------------------
> Patch queue for ppc - 2014-07-15
>
> Some more bug fixes during the RC phase:
>
>   - Fix huge page mapping regressions
>   - Fix Book3S thread number enumeration
>   - Fix Book3S VFIO permission issue

Applied, thanks.

-- PMM