Re: [Qemu-devel] [PATCH 10/10] intel-hda: Use PCI DMA stub functions

2011-09-01 Thread David Gibson
On Thu, Sep 01, 2011 at 12:16:25PM +0200, Gerd Hoffmann wrote: > On 09/01/11 07:01, David Gibson wrote: > >This updates the intel-hda device emulation to use the explicit PCI DMA > >functions, instead of directly calling physical memory access functions. > > There are some calls to {st,ld}l_le_phy

Re: [Qemu-devel] [PATCH 10/10] intel-hda: Use PCI DMA stub functions

2011-09-01 Thread Gerd Hoffmann
On 09/01/11 07:01, David Gibson wrote: This updates the intel-hda device emulation to use the explicit PCI DMA functions, instead of directly calling physical memory access functions. There are some calls to {st,ld}l_le_phys() which need conversion too. cheers, Gerd

[Qemu-devel] [PATCH 10/10] intel-hda: Use PCI DMA stub functions

2011-08-31 Thread David Gibson
This updates the intel-hda device emulation to use the explicit PCI DMA functions, instead of directly calling physical memory access functions. Signed-off-by: David Gibson --- hw/intel-hda.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/intel-hda.c b/hw/intel-