From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7joo-00025P-5t for qemu-devel@nongnu.org; Fri, 09 Aug 2013 06:21:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7joi-0006mM-72 for qemu-devel@nongnu.org; Fri, 09 Aug 2013 06:21:14 -0400 Received: from gate.crashing.org ([63.228.1.57]:50418) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7joh-0006m9-Up for qemu-devel@nongnu.org; Fri, 09 Aug 2013 06:21:08 -0400 Message-ID: <1376043659.32100.37.camel@pasglop> From: Benjamin Herrenschmidt Date: Fri, 09 Aug 2013 20:20:59 +1000 In-Reply-To: <5204B8F9.5050201@redhat.com> References: <1376038150-14527-1-git-send-email-aik@ozlabs.ru> <5204B8F9.5050201@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] pci: Introduce helper to retrieve a PCI device's DMA address space List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Alexey Kardashevskiy , Anthony Liguori , "Michael S . Tsirkin" , qemu-devel@nongnu.org, David Gibson On Fri, 2013-08-09 at 11:40 +0200, Paolo Bonzini wrote: > (BTW, do you need to enable bus-master DMA on PCI bridges, to do DMA > for devices sitting on the secondary bus?) In theory yes though I have seen bridges who ignore it... Cheers, Ben.