From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axdjC-00080F-P7 for qemu-devel@nongnu.org; Tue, 03 May 2016 13:03:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axdix-0005AH-0C for qemu-devel@nongnu.org; Tue, 03 May 2016 13:03:13 -0400 Date: Tue, 3 May 2016 17:52:47 +0100 From: David Gibson Message-ID: <20160503165247.GA27386@littlecatz> References: <1462291414-8343-1-git-send-email-clg@kaod.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VS++wcV0S1rZb1Fb" Content-Disposition: inline In-Reply-To: <1462291414-8343-1-git-send-email-clg@kaod.org> Subject: Re: [Qemu-devel] [PATCH 00/12] ppc: preparing pnv landing (round 2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?Q?C=E9dric?= Le Goater Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Benjamin Herrenschmidt --VS++wcV0S1rZb1Fb Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 03, 2016 at 06:03:22PM +0200, C=E9dric Le Goater wrote: > Hello, >=20 > Here is a new set of fixes extracted from Ben's PowerNV tree : >=20 > https://github.com/ozbenh/qemu/commits/powernv >=20 > It was quickly tested with a pseries guest using KVM and TCG. I'm on holiday - please send to agraf. >=20 > Thanks, >=20 > C. >=20 > 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 >=20 > Michael Neuling (1): > ppc: Fix sign extension issue in mtmsr(d) emulation >=20 > 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(-) >=20 --=20 David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson --VS++wcV0S1rZb1Fb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJXKNdeAAoJEGw4ysog2bOSyt8P/1F0+FmxVRqUf3cdqkcR05xJ YA93ODe3hMkgFAhGBvzjtp9y19ZV7SvfwQkmkBUHzQoh4HSHuF8OTta0xzbjjRCe Rn9Vq9PKM3S5BwLEhK1PU1R5TKLoTr2uO8Laa51odVYatraG4kEPYq0CRiprHmf4 Q8xH+jkzo2P/VmivgfSjQuyQSwNmnxBuGlJvRn8ypp8DxVK5rQ94KHnsedjgVc9K kh6EMwjneMvRJ69XAwWZQswjWdL0Hrk3hSoQ21xfuNXZ1+H2Gwr7AEiCIvQWfBoj Oz3i5gVDdHi2HdymCq9dw9FnugDDeud2eYEE0AcQ73rdKCaLym7eGVv+vpa9fDTu T0rO84+4nIoITYa7iapEDrRQKgkCon2GohxU4hHeLQQ/jnQhlAIvpTVFj6lDkLjX YRIOkIVFqVQSyl5FD5GVZ+PvP8s5BoFq1cSLU+yfc3g2JrwEfEbpLfhd3MOrOtbf omz1WV/RStCUC6M7zbWkvRORNJM03SxJW6iHS2eWYwlih4/fH8bdF1NlLPBSoEHn GM5RQKHXnJG5kU1yDIJmJcMuz19b1LH3/vZKCv7PQuCf+3cvugP9rgjt1paf1R5m O68do4Y5FiFPBM+ZrCEDX0Qgs03TqHRiRJO7RdOYSPIGlQMv6r16w91TU528FLdg h4X2ig/kLojsWcprcl1E =qgqD -----END PGP SIGNATURE----- --VS++wcV0S1rZb1Fb--