From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ufs2Z-0006aM-5g for qemu-devel@nongnu.org; Fri, 24 May 2013 09:28:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ufs2T-0006br-Dr for qemu-devel@nongnu.org; Fri, 24 May 2013 09:28:15 -0400 Received: from mail-lb0-f171.google.com ([209.85.217.171]:54828) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ufs2T-0006b4-6Q for qemu-devel@nongnu.org; Fri, 24 May 2013 09:28:09 -0400 Received: by mail-lb0-f171.google.com with SMTP id v20so4679887lbc.16 for ; Fri, 24 May 2013 06:28:08 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <519F63EE.8080208@redhat.com> References: <1369133851-1894-1-git-send-email-pbonzini@redhat.com> <1369133851-1894-16-git-send-email-pbonzini@redhat.com> <519F1E7E.7050700@redhat.com> <519F63EE.8080208@redhat.com> From: Peter Maydell Date: Fri, 24 May 2013 14:27:48 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 15/30] memory: add address_space_valid List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: David Gibson , qemu-devel@nongnu.org, jan.kiszka@gmail.com On 24 May 2013 13:58, Paolo Bonzini wrote: > If it's okay > for you, I'll send a pull request up to "memory: clean up phys_page_find" > and go on with the next series. That's fine with me, but please don't forget to fix up the doc comment for memory_region_find() (see comments on patch 6/30). You can do that in a patch in the next series, though, I guess. thanks -- PMM