From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8nxv-0001lG-VL for qemu-devel@nongnu.org; Fri, 03 Jun 2016 08:12:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b8nxs-0002f6-3T for qemu-devel@nongnu.org; Fri, 03 Jun 2016 08:12:39 -0400 Received: from 19.mo1.mail-out.ovh.net ([178.32.97.206]:51185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8nxr-0002eX-Sd for qemu-devel@nongnu.org; Fri, 03 Jun 2016 08:12:36 -0400 Received: from player729.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo1.mail-out.ovh.net (Postfix) with ESMTP id 7B6A410F013F for ; Fri, 3 Jun 2016 14:12:33 +0200 (CEST) From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Date: Fri, 3 Jun 2016 14:11:17 +0200 Message-Id: <1464955880-10176-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 0/3] ppc: complete the new HV mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: Benjamin Herrenschmidt , Mark Cave-Ayland , qemu-devel@nongnu.org, qemu-ppc@nongnu.org, Cedric Le Goater This is follow up to complete the serie "ppc: preparing pnv landing (round 2)" plus a little fix on instruction privileges. Tested on a POWER8 pserie guest and on mac99. Benjamin Herrenschmidt (2): ppc: Fix hreg_store_msr() so that non-HV mode cannot alter MSR:HV ppc: Better figure out if processor has HV mode C=C3=A9dric Le Goater (1): ppc: fix hrfid, tlbia and slbia privilege target-ppc/cpu.h | 4 ++++ target-ppc/excp_helper.c | 8 ++++++-- target-ppc/helper_regs.h | 4 ++-- target-ppc/translate.c | 10 ++++++---- target-ppc/translate_init.c | 19 +++++++++++++++---- 5 files changed, 33 insertions(+), 12 deletions(-) --=20 2.1.4