search for: 1a937693993f

Displaying 7 results from an estimated 7 matches for "1a937693993f".

2016 Oct 07
2
VIRTIO_F_IOMMU_PLATFORM
On Tue, Sep 27, 2016 at 09:57:14AM +0100, Will Deacon wrote: > Hi Michael, > > In commit 1a937693993f ("virtio: new feature to detect IOMMU device quirk"), > you added a new feature bit (VIRTIO_F_IOMMU_PLATFORM) to describe whether > or not a given virtio device requires physical address or bus addresses. > > Is there a plan to get this incorporated into the virtio spec [1]?...
2016 Oct 07
2
VIRTIO_F_IOMMU_PLATFORM
On Tue, Sep 27, 2016 at 09:57:14AM +0100, Will Deacon wrote: > Hi Michael, > > In commit 1a937693993f ("virtio: new feature to detect IOMMU device quirk"), > you added a new feature bit (VIRTIO_F_IOMMU_PLATFORM) to describe whether > or not a given virtio device requires physical address or bus addresses. > > Is there a plan to get this incorporated into the virtio spec [1]?...
2017 Jun 13
1
[PATCH] virtio_balloon: disable VIOMMU support
virtio balloon bypasses the DMA API entirely so does not support the VIOMMU right now. It's not clear we need that support, for now let's just make sure we don't pretend to support it. Cc: stable at vger.kernel.org Cc: Wei Wang <wei.w.wang at intel.com> Fixes: 1a937693993f ("virtio: new feature to detect IOMMU device quirk") Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/virtio/virtio_balloon.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c index 408c174....
2016 Oct 10
1
VIRTIO_F_IOMMU_PLATFORM
On Mon, Oct 10, 2016 at 05:59:03PM +0100, Will Deacon wrote: > On Fri, Oct 07, 2016 at 07:24:34AM +0300, Michael S. Tsirkin wrote: > > On Tue, Sep 27, 2016 at 09:57:14AM +0100, Will Deacon wrote: > > > Hi Michael, > > > > > > In commit 1a937693993f ("virtio: new feature to detect IOMMU device quirk"), > > > you added a new feature bit (VIRTIO_F_IOMMU_PLATFORM) to describe whether > > > or not a given virtio device requires physical address or bus addresses. > > > > > > Is there a plan to get this...
2017 Jun 13
1
[PATCH] virtio_balloon: disable VIOMMU support
virtio balloon bypasses the DMA API entirely so does not support the VIOMMU right now. It's not clear we need that support, for now let's just make sure we don't pretend to support it. Cc: stable at vger.kernel.org Cc: Wei Wang <wei.w.wang at intel.com> Fixes: 1a937693993f ("virtio: new feature to detect IOMMU device quirk") Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/virtio/virtio_balloon.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c index 408c174....
2016 Oct 10
1
VIRTIO_F_IOMMU_PLATFORM
On Mon, Oct 10, 2016 at 05:59:03PM +0100, Will Deacon wrote: > On Fri, Oct 07, 2016 at 07:24:34AM +0300, Michael S. Tsirkin wrote: > > On Tue, Sep 27, 2016 at 09:57:14AM +0100, Will Deacon wrote: > > > Hi Michael, > > > > > > In commit 1a937693993f ("virtio: new feature to detect IOMMU device quirk"), > > > you added a new feature bit (VIRTIO_F_IOMMU_PLATFORM) to describe whether > > > or not a given virtio device requires physical address or bus addresses. > > > > > > Is there a plan to get this...
2016 Oct 10
0
VIRTIO_F_IOMMU_PLATFORM
On Fri, Oct 07, 2016 at 07:24:34AM +0300, Michael S. Tsirkin wrote: > On Tue, Sep 27, 2016 at 09:57:14AM +0100, Will Deacon wrote: > > Hi Michael, > > > > In commit 1a937693993f ("virtio: new feature to detect IOMMU device quirk"), > > you added a new feature bit (VIRTIO_F_IOMMU_PLATFORM) to describe whether > > or not a given virtio device requires physical address or bus addresses. > > > > Is there a plan to get this incorporated into t...