Re: [Qemu-devel] [PATCH 09/10] usb-ohci: Use PCI DMA stub functions

2011-09-01 Thread David Gibson
On Thu, Sep 01, 2011 at 12:10:48PM +0200, Gerd Hoffmann wrote: > On 09/01/11 07:01, David Gibson wrote: > >From: Eduard - Gabriel Munteanu > > > >This updates the usb-ohci device emulation to use the explicit PCI DMA > >functions, instead of directly calling physical memory access functions. > > I

Re: [Qemu-devel] [PATCH 09/10] usb-ohci: Use PCI DMA stub functions

2011-09-01 Thread Gerd Hoffmann
On 09/01/11 07:01, David Gibson wrote: From: Eduard - Gabriel Munteanu This updates the usb-ohci device emulation to use the explicit PCI DMA functions, instead of directly calling physical memory access functions. It isn't that simple. There are non-PCI ohci devices which I think you break w