From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfZLc-00026W-38 for qemu-devel@nongnu.org; Thu, 23 May 2013 13:30:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfZLY-0001L7-KW for qemu-devel@nongnu.org; Thu, 23 May 2013 13:30:40 -0400 Received: from mail-ee0-f51.google.com ([74.125.83.51]:55239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfZLY-0001Kx-EE for qemu-devel@nongnu.org; Thu, 23 May 2013 13:30:36 -0400 Received: by mail-ee0-f51.google.com with SMTP id e51so2033032eek.38 for ; Thu, 23 May 2013 10:30:35 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <519E522E.4000602@redhat.com> Date: Thu, 23 May 2013 19:30:22 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1369133851-1894-1-git-send-email-pbonzini@redhat.com> <519C2DC1.5010600@ozlabs.ru> <519C8EBD.7080107@redhat.com> <519E4D03.201@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/30] Introduction of IOMMUs into the memory API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Alexey Kardashevskiy , David Gibson , qemu-devel@nongnu.org, jan.kiszka@gmail.com Il 23/05/2013 19:25, Peter Maydell ha scritto: >> > BTW, if you give me your Tested-by it would be good, since most comments >> > have been cosmetic. I'd like to collect all of Peter's Reviewed-by from >> > the RFC and send a pull request next week. > There's been at least one requested fix in code review, so you > need to send out another series version first before you can > do a pullreq. The only fix is s/address_space_valid/address_space_access_valid/, right? Paolo > I'll have a look at the remaining patches now.