From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X73W1-0002bJ-T4 for qemu-devel@nongnu.org; Tue, 15 Jul 2014 10:15:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X73Vr-00029P-1O for qemu-devel@nongnu.org; Tue, 15 Jul 2014 10:15:33 -0400 From: Alexander Graf Date: Tue, 15 Jul 2014 16:15:16 +0200 Message-Id: <1405433721-28419-1-git-send-email-agraf@suse.de> Subject: [Qemu-devel] [PULL 2.1 0/5] ppc patch queue 2014-07-15 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-ppc@nongnu.org Cc: Peter Maydell , qemu-devel@nongnu.org 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(-)