From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59254) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFTYN-0001hJ-3y for qemu-devel@nongnu.org; Tue, 21 Jun 2016 17:49:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFTYG-000118-5h for qemu-devel@nongnu.org; Tue, 21 Jun 2016 17:49:51 -0400 Received: from 18.mo1.mail-out.ovh.net ([46.105.35.72]:45353) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFTYF-00010u-V5 for qemu-devel@nongnu.org; Tue, 21 Jun 2016 17:49:44 -0400 Received: from player770.ha.ovh.net (b7.ovh.net [213.186.33.57]) by mo1.mail-out.ovh.net (Postfix) with ESMTP id 2AC22FF9BC8 for ; Tue, 21 Jun 2016 23:49:41 +0200 (CEST) From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Date: Tue, 21 Jun 2016 23:48:45 +0200 Message-Id: <1466545735-2555-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 v2 00/10] rework exception model to support the HV mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-ppc@nongnu.org Cc: David Gibson , Alexander Graf , 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: 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 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 | 864 ++++++++++++++++++++++----------------= ------ target-ppc/translate_init.c | 139 ++++++- 8 files changed, 795 insertions(+), 583 deletions(-) --=20 2.1.4