qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 01/13] driver core: Add iommu_group tracking to


From: Greg KH
Subject: Re: [Qemu-devel] [PATCH 01/13] driver core: Add iommu_group tracking to struct device
Date: Fri, 11 May 2012 16:38:21 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, May 11, 2012 at 04:55:35PM -0600, Alex Williamson wrote:
> IOMMU groups allow IOMMU drivers to represent DMA visibility
> and isolation of devices.  Multiple devices may be grouped
> together for the purposes of DMA.  Placing a pointer on
> struct device enable easy access for things like streaming
> DMA programming and drivers like VFIO.
> 
> Signed-off-by: Alex Williamson <address@hidden>

Can't you get this today from the iommu_ops pointer that is on the bus
that the device is associated with?  Or can devices on a bus have
different iommu_group pointers?

thanks,

greg k-h



reply via email to

[Prev in Thread] Current Thread [Next in Thread]