From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47728) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z17QB-0001Bf-V6 for qemu-devel@nongnu.org; Sat, 06 Jun 2015 02:17:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z17Q8-0006Ew-PU for qemu-devel@nongnu.org; Sat, 06 Jun 2015 02:17:31 -0400 Received: from mail-qk0-x22f.google.com ([2607:f8b0:400d:c09::22f]:35739) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z17Q8-0006Em-LV for qemu-devel@nongnu.org; Sat, 06 Jun 2015 02:17:28 -0400 Received: by qkhq76 with SMTP id q76so51466393qkh.2 for ; Fri, 05 Jun 2015 23:17:27 -0700 (PDT) From: Peter Crosthwaite Date: Fri, 5 Jun 2015 23:17:04 -0700 Message-Id: Subject: [Qemu-devel] [PATCH 0/2] real host page API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aik@ozlabs.ru, pbonzini@redhat.com, alex.williamson@redhat.com, Peter Crosthwaite , rth@twiddle.net 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