From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7he7-00029B-7Y for qemu-devel@nongnu.org; Wed, 24 Jun 2015 06:11:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7he2-0004hp-8W for qemu-devel@nongnu.org; Wed, 24 Jun 2015 06:11:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37705) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7he2-0004hh-23 for qemu-devel@nongnu.org; Wed, 24 Jun 2015 06:11:02 -0400 Message-ID: <558A822F.6050409@redhat.com> Date: Wed, 24 Jun 2015 12:10:55 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=utf-8 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: Peter Crosthwaite , Peter Crosthwaite , Peter Maydell , Alex Williamson Cc: Alexey Kardashevskiy , Richard Henderson , "qemu-devel@nongnu.org Developers" , Peter Crosthwaite 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? Paolo