From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46470) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z88yx-0001VX-5Y for qemu-devel@nongnu.org; Thu, 25 Jun 2015 11:22:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z88yt-00089d-Uj for qemu-devel@nongnu.org; Thu, 25 Jun 2015 11:22:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59812) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z88yt-00089O-OX for qemu-devel@nongnu.org; Thu, 25 Jun 2015 11:22:23 -0400 Message-ID: <1435245740.3700.367.camel@redhat.com> From: Alex Williamson Date: Thu, 25 Jun 2015 09:22:20 -0600 In-Reply-To: <558A822F.6050409@redhat.com> References: <558A822F.6050409@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] real host page API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Peter Maydell , Peter Crosthwaite , Peter Crosthwaite , Alexey Kardashevskiy , "qemu-devel@nongnu.org Developers" , Peter Crosthwaite , Richard Henderson On Wed, 2015-06-24 at 12:10 +0200, Paolo Bonzini wrote: > > On 24/06/2015 06:29, Peter Crosthwaite wrote: > > Ping! > > > > Can this go via the TCG queue, is there something for VFIO, or can > > Peter pick it up as a between-the-maintainerships straggler? > > > > Regards, > > Peter > > > > On Fri, Jun 5, 2015 at 11:17 PM, Peter Crosthwaite > > wrote: > >> Hi All, > >> > >> As we discussed earlier, the sole use of HOST_PAGE_ALIGN in system > >> level code should be targeting the "real" host page alignment and > >> not the target-specific HOST_PAGE_ALIGN. > >> > >> This complete the API for REAL_HOST_PAGE_ALIGN and friends that can > >> be use the same way as HOST_PAGE_ALIGN in system level code. > >> > >> The one use in vfio/pci is then patches. > >> > >> Regards, > >> Peter > >> > >> Peter Crosthwaite (2): > >> cpu-all: complete "real" host page size API > >> vfio: cpu: Use "real" page size API > >> > >> hw/vfio/pci.c | 7 ++++--- > >> include/exec/cpu-all.h | 3 +++ > >> translate-all.c | 2 ++ > >> 3 files changed, 9 insertions(+), 3 deletions(-) > >> > >> -- > >> 1.9.1 > >> > >> > > Acked-by: Paolo Bonzini > > Alex, can you pick it up or shall I? I'll take it, I need to send a pull request for your coverity fix before hard freeze anyway. Thanks, Alex