From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJx6T-00073N-OF for qemu-devel@nongnu.org; Mon, 04 Jul 2016 02:11:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bJx6R-0005Sm-Uk for qemu-devel@nongnu.org; Mon, 04 Jul 2016 02:11:32 -0400 Message-ID: <1467612667.13965.2.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Mon, 04 Jul 2016 16:11:07 +1000 In-Reply-To: <1467357013-4039-1-git-send-email-clg@kaod.org> References: <1467357013-4039-1-git-send-email-clg@kaod.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/4] ppc: fixes for large page and VRMA support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?C=E9dric?= Le Goater , David Gibson Cc: Alexander Graf , qemu-devel@nongnu.org, qemu-ppc@nongnu.org On Fri, 2016-07-01 at 09:10 +0200, C=C3=A9dric Le Goater wrote: > Here is a little serie with API cleanups and fixes for large page and > VRMA. Previous patches which added the support did not take into > account the segment page size attribute. I've done a slightly different patch that subsumes 1...3 and is I think now architecturally correct ;-) (unlike my original code). Additionaly we now avoid walking all the SLB sizes so things should be a bit faster too. The VRMA patch still applies, I'll include it in what I post. Cheers, Ben.