From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFxTq-00075x-6r for qemu-devel@nongnu.org; Thu, 23 Jun 2016 01:47:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFxTo-0002Yo-8K for qemu-devel@nongnu.org; Thu, 23 Jun 2016 01:47:09 -0400 From: David Gibson Date: Thu, 23 Jun 2016 15:48:29 +1000 Message-Id: <1466660926-1544-1-git-send-email-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 00/17] ppc-for-2.7 queue 20160623 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: agraf@suse.de, qemu-ppc@nongnu.org, pbonzini@redhat.com, qemu-devel@nongnu.org, David Gibson The following changes since commit 6f1d2d1c5ad20d464705b17318cb7ca495f807= 8a: Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-20160621= -1' into staging (2016-06-21 15:19:58 +0100) are available in the git repository at: git://github.com/dgibson/qemu.git tags/ppc-for-2.7-20160623 for you to fetch changes up to 86b50f2e1befc33407bdfeb6f45f7b0d2439a740: ppc: Disable huge page support if it is not available for main RAM (201= 6-06-23 12:53:42 +1000) ---------------------------------------------------------------- ppc patch queue for 2016-06-23 Currently outstanding patches for spapr, target-ppc and related devices. This batch has: * Significant new progress towards full support for hypervisor mode * Assorted bugfixes * Some preliminary patches towards dynamic DMA window support The last involves a change to memory.c, which Paolo has said I can take through this tree. ---------------------------------------------------------------- Alexey Kardashevskiy (1): memory: Add reporting of supported page sizes Aneesh Kumar K.V (1): powerpc/mm: Update the WIMG check during H_ENTER Benjamin Herrenschmidt (11): ppc: Improve emulation of THRM registers ppc: Fix rfi/rfid/hrfi/... emulation ppc: define a default LPCR value ppc: fix exception model for HV mode ppc: Fix POWER7 and POWER8 exception definitions ppc: Fix generation if ISI/DSI vs. HV mode ppc: Rework generation of priv and inval interrupts ppc: Add real mode CI load/store instructions for P7 and P8 ppc: Turn a bunch of booleans from int to bool ppc: Move exception generation code out of line ppc: Add P7/P8 Power Management instructions Laurent Vivier (1): ppc64: disable gen_pause() for linux-user mode Richard Henderson (1): target-ppc: Fix rlwimi, rlwinm, rlwnm again Thomas Huth (2): tests: Use '+=3D' to add additional tests, not '=3D' ppc: Disable huge page support if it is not available for main RAM hw/ppc/spapr_hcall.c | 6 +- hw/ppc/spapr_iommu.c | 8 + hw/vfio/common.c | 9 +- include/exec/memory.h | 19 +- linux-user/main.c | 1 + memory.c | 16 +- target-ppc/cpu-qom.h | 9 + target-ppc/cpu.h | 32 +- target-ppc/excp_helper.c | 263 +++++++------ target-ppc/helper.h | 2 + target-ppc/kvm.c | 17 +- target-ppc/misc_helper.c | 41 +++ target-ppc/mmu-hash64.c | 69 +++- target-ppc/translate.c | 870 ++++++++++++++++++++++----------------= ------ target-ppc/translate_init.c | 154 +++++++- tests/Makefile.include | 8 +- 16 files changed, 912 insertions(+), 612 deletions(-)