From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axcot-0005v7-SV for qemu-devel@nongnu.org; Tue, 03 May 2016 12:05:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axcog-0007dt-6A for qemu-devel@nongnu.org; Tue, 03 May 2016 12:05:02 -0400 Received: from e06smtp12.uk.ibm.com ([195.75.94.108]:42873) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axcof-0007X9-T3 for qemu-devel@nongnu.org; Tue, 03 May 2016 12:04:54 -0400 Received: from localhost by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 3 May 2016 17:04:42 +0100 From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Date: Tue, 3 May 2016 18:03:22 +0200 Message-Id: <1462291414-8343-1-git-send-email-clg@kaod.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 00/12] ppc: preparing pnv landing (round 2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Benjamin Herrenschmidt , Cedric Le Goater Hello, Here is a new set of fixes extracted from Ben's PowerNV tree : https://github.com/ozbenh/qemu/commits/powernv It was quickly tested with a pseries guest using KVM and TCG. Thanks, C. Benjamin Herrenschmidt (11): ppc: Remove MMU_MODEn_SUFFIX definitions ppc: Use split I/D mmu modes to avoid flushes on interrupts ppc: Do some batching of TCG tlb flushes ppc: Add a bunch of hypervisor SPRs to Book3s ppc: Fix hreg_store_msr() so that non-HV mode cannot alter MSR:HV ppc: Fix rfi/rfid/hrfi/... emulation ppc: Better figure out if processor has HV mode ppc: tlbie, tlbia and tlbisync are HV only ppc: Change 'invalid' bit mask of tlbiel and tlbie ppc: Get out of emulation on SMT "OR" ops ppc: Add PPC_64H instruction flag to POWER7 and POWER8 Michael Neuling (1): ppc: Fix sign extension issue in mtmsr(d) emulation hw/ppc/spapr_hcall.c | 14 ++++- target-ppc/cpu.h | 20 ++++-- target-ppc/excp_helper.c | 77 +++++++++++------------ target-ppc/helper.h | 1 + target-ppc/helper_regs.h | 71 +++++++++++++++++++--- target-ppc/machine.c | 5 +- target-ppc/mmu-hash64.c | 11 +--- target-ppc/mmu_helper.c | 9 ++- target-ppc/translate.c | 94 +++++++++++++++++++++++------ target-ppc/translate_init.c | 144 +++++++++++++++++++++++++++++++++++++++++--- 10 files changed, 348 insertions(+), 98 deletions(-) -- 2.1.4