From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCKN8-0000xZ-GY for qemu-devel@nongnu.org; Mon, 13 Jun 2016 01:25:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCKN2-0001wY-GJ for qemu-devel@nongnu.org; Mon, 13 Jun 2016 01:25:13 -0400 Received: from 9.mo178.mail-out.ovh.net ([46.105.75.45]:50357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCKN2-0001uk-9w for qemu-devel@nongnu.org; Mon, 13 Jun 2016 01:25:08 -0400 Received: from player791.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo178.mail-out.ovh.net (Postfix) with ESMTP id A15FE10009EE for ; Mon, 13 Jun 2016 07:25:05 +0200 (CEST) From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Date: Mon, 13 Jun 2016 07:24:46 +0200 Message-Id: <1465795496-15071-1-git-send-email-clg@kaod.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 00/10] rework exception model to support the HV mode 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 bringing more changes required for the powernv platform. The major one is the rework of the exception model to support the HV mode. It was tested with a pseries guest, KVM and TCG, and with a mac99 guest ! The next serie will cover a rework of XICS to support native mode and it should be the last one before the first powernv core patches. Cheers, C. Benjamin Herrenschmidt (10): ppc: Fix rfi/rfid/hrfi/... emulation ppc: Create cpu_ppc_set_papr() helper (for LPCR) ppc: Rework POWER7 & POWER8 exception model (part 2) 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 linux-user/main.c | 1 + target-ppc/cpu-qom.h | 9 + target-ppc/cpu.h | 32 +- target-ppc/excp_helper.c | 263 ++++++++------ target-ppc/helper.h | 1 + target-ppc/mmu-hash64.c | 69 +++- target-ppc/translate.c | 866 ++++++++++++++++++++++----------------= ------ target-ppc/translate_init.c | 139 ++++++- 8 files changed, 797 insertions(+), 583 deletions(-) --=20 2.1.4