From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfaRP-0000AX-1o for qemu-devel@nongnu.org; Thu, 23 May 2013 14:40:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfaRN-00024a-4x for qemu-devel@nongnu.org; Thu, 23 May 2013 14:40:42 -0400 Received: from mail-la0-x236.google.com ([2a00:1450:4010:c03::236]:36639) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfaRM-00024P-Ui for qemu-devel@nongnu.org; Thu, 23 May 2013 14:40:41 -0400 Received: by mail-la0-f54.google.com with SMTP id eg20so3631872lab.13 for ; Thu, 23 May 2013 11:40:39 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1369133851-1894-30-git-send-email-pbonzini@redhat.com> References: <1369133851-1894-1-git-send-email-pbonzini@redhat.com> <1369133851-1894-30-git-send-email-pbonzini@redhat.com> From: Peter Maydell Date: Thu, 23 May 2013 19:40:19 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 29/30] dma: eliminate DMAContext List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: jan.kiszka@gmail.com, qemu-devel@nongnu.org, David Gibson On 21 May 2013 11:57, Paolo Bonzini wrote: > The DMAContext is a simple pointer to an AddressSpace that is now always > already available. Make everyone hold the address space directly, > and clean up the DMA API to use the AddressSpace directly. > > Signed-off-by: Paolo Bonzini Hey look, checkpatch is complaining again. Otherwise Reviewed-by: Peter Maydell -- PMM