Re: [Qemu-devel] [PATCH 26/30] dma: eliminate old-style IOMMU support

2013-05-23 Thread Peter Maydell
On 21 May 2013 11:57, Paolo Bonzini wrote: > The translate function in the DMAContext is now always NULL. > Remove every reference to it. > > Signed-off-by: Paolo Bonzini More long lines. Otherwise Reviewed-by: Peter Maydell -- PMM

[Qemu-devel] [PATCH 26/30] dma: eliminate old-style IOMMU support

2013-05-21 Thread Paolo Bonzini
The translate function in the DMAContext is now always NULL. Remove every reference to it. Signed-off-by: Paolo Bonzini --- dma-helpers.c| 178 +++ exec.c | 3 +- hw/pci/pci.c | 3 +- hw/ppc/spapr_iommu.c | 2 +-