From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4oT2-0002Ju-Pz for qemu-devel@nongnu.org; Tue, 16 Jun 2015 06:51:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4oSz-0005DC-Vo for qemu-devel@nongnu.org; Tue, 16 Jun 2015 06:51:44 -0400 Received: from mail-pa0-f49.google.com ([209.85.220.49]:33822) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4oSz-0005Ci-LE for qemu-devel@nongnu.org; Tue, 16 Jun 2015 06:51:41 -0400 Received: by pacgb13 with SMTP id gb13so10633859pac.1 for ; Tue, 16 Jun 2015 03:51:40 -0700 (PDT) Message-ID: <557FFFB3.30706@ozlabs.ru> Date: Tue, 16 Jun 2015 20:51:31 +1000 From: Alexey Kardashevskiy MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=koi8-r; format=flowed 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 , qemu-devel@nongnu.org Cc: pbonzini@redhat.com, alex.williamson@redhat.com, Peter Crosthwaite , rth@twiddle.net On 06/06/2015 04: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. Looks good to me. Tested-by: Alexey Kardashevskiy > > 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(-) > -- Alexey