From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiXJm-0000m6-3t for qemu-devel@nongnu.org; Fri, 31 May 2013 17:57:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UiXJf-0007ZB-Ly for qemu-devel@nongnu.org; Fri, 31 May 2013 17:57:02 -0400 Received: from mail-vb0-x235.google.com ([2607:f8b0:400c:c02::235]:49142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiXJf-0007Z5-HV for qemu-devel@nongnu.org; Fri, 31 May 2013 17:56:55 -0400 Received: by mail-vb0-f53.google.com with SMTP id p13so1423324vbe.12 for ; Fri, 31 May 2013 14:56:55 -0700 (PDT) Sender: Richard Henderson Message-ID: <51A91CA2.3080302@twiddle.net> Date: Fri, 31 May 2013 14:56:50 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1369948629-2833-1-git-send-email-pbonzini@redhat.com> <1369948629-2833-2-git-send-email-pbonzini@redhat.com> In-Reply-To: <1369948629-2833-2-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 01/21] memory: Introduce address_space_lookup_region List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Jan Kiszka , qemu-devel@nongnu.org On 05/30/2013 02:16 PM, Paolo Bonzini wrote: > From: Jan Kiszka > > This introduces a wrapper for phys_page_find (before we complicate > address_space_translate with IOMMU translation). > > The function will also include subpage handling. > > Signed-off-by: Jan Kiszka > Signed-off-by: Paolo Bonzini Reviewed-by: Richard Henderson r~