From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7cJH-0003WY-2l for qemu-devel@nongnu.org; Wed, 24 Jun 2015 00:29:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7cJC-0005WT-UM for qemu-devel@nongnu.org; Wed, 24 Jun 2015 00:29:15 -0400 Received: from mail-yk0-f180.google.com ([209.85.160.180]:35684) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7cJC-0005WN-Qb for qemu-devel@nongnu.org; Wed, 24 Jun 2015 00:29:10 -0400 Received: by ykdy1 with SMTP id y1so17703611ykd.2 for ; Tue, 23 Jun 2015 21:29:10 -0700 (PDT) MIME-Version: 1.0 Sender: peter.crosthwaite@petalogix.com In-Reply-To: References: Date: Tue, 23 Jun 2015 21:29:10 -0700 Message-ID: From: Peter Crosthwaite Content-Type: text/plain; charset=UTF-8 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 Maydell Cc: Peter Crosthwaite , Alexey Kardashevskiy , "qemu-devel@nongnu.org Developers" , Alex Williamson , Paolo Bonzini , Richard Henderson 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 > >