virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] VMCI: Add support for virtual IOMMU
@ 2013-08-20 17:30 Andy King
  2013-08-20 17:30 ` [PATCH 1/2] VMCI: Remove non-blocking/pinned queuepair support Andy King
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Andy King @ 2013-08-20 17:30 UTC (permalink / raw)
  To: linux-kernel, virtualization; +Cc: pv-drivers, gregkh, Andy King

This patchset adds support for virtual IOMMU to the VMCI module.  We switch to
DMA consistent mappings for queuepair and doorbell pages that are passed to the
device, which allows the module to work in the presence of vIOMMU/VT-d.

Andy King (2):
  VMCI: Remove non-blocking/pinned queuepair support
  VMCI: Add support for virtual IOMMU

 drivers/misc/vmw_vmci/vmci_driver.c     |    2 +-
 drivers/misc/vmw_vmci/vmci_driver.h     |    7 +
 drivers/misc/vmw_vmci/vmci_guest.c      |   21 ++-
 drivers/misc/vmw_vmci/vmci_queue_pair.c |  312 ++++++++++++-------------------
 drivers/misc/vmw_vmci/vmci_queue_pair.h |   18 --
 5 files changed, 140 insertions(+), 220 deletions(-)

-- 
1.7.4.1

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [PATCH 0/2] VMCI: Add support for virtual IOMMU
@ 2013-08-23 16:22 Andy King
  2013-08-23 16:22 ` [PATCH 1/2] VMCI: Remove non-blocking/pinned queuepair support Andy King
  0 siblings, 1 reply; 5+ messages in thread
From: Andy King @ 2013-08-23 16:22 UTC (permalink / raw)
  To: linux-kernel, virtualization; +Cc: pv-drivers, gregkh, Andy King

This patchset adds support for virtual IOMMU to the VMCI module.  We switch to
DMA consistent mappings for queuepair and doorbell pages that are passed to the
device, which allows the module to work in the presence of vIOMMU/VT-d.

Andy King (2):
  VMCI: Remove non-blocking/pinned queuepair support
  VMCI: Add support for virtual IOMMU

 drivers/misc/vmw_vmci/vmci_driver.c     |    2 +-
 drivers/misc/vmw_vmci/vmci_driver.h     |    7 +
 drivers/misc/vmw_vmci/vmci_guest.c      |   22 ++-
 drivers/misc/vmw_vmci/vmci_queue_pair.c |  313 ++++++++++++-------------------
 drivers/misc/vmw_vmci/vmci_queue_pair.h |   18 --
 5 files changed, 142 insertions(+), 220 deletions(-)

-- 
1.7.4.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-08-23 16:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-20 17:30 [PATCH 0/2] VMCI: Add support for virtual IOMMU Andy King
2013-08-20 17:30 ` [PATCH 1/2] VMCI: Remove non-blocking/pinned queuepair support Andy King
2013-08-20 17:30 ` [PATCH 2/2] VMCI: Add support for virtual IOMMU Andy King
2013-08-21 13:43 ` [PATCH 0/2] " Andy King
  -- strict thread matches above, loose matches on Subject: below --
2013-08-23 16:22 Andy King
2013-08-23 16:22 ` [PATCH 1/2] VMCI: Remove non-blocking/pinned queuepair support Andy King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).