All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [0/2] Convert usb-xhci to use PCI DMA helpers
@ 2012-04-02  4:10 David Gibson
  2012-04-02  4:10 ` [Qemu-devel] [PATCH 1/2] Better support for dma_addr_t variables David Gibson
  2012-04-02  4:10 ` [Qemu-devel] [PATCH 2/2] usb-xhci: Use PCI DMA helper functions David Gibson
  0 siblings, 2 replies; 6+ messages in thread
From: David Gibson @ 2012-04-02  4:10 UTC (permalink / raw)
  To: kraxel, mst; +Cc: qemu-devel

This patch converts the usb-xhci driver to use the pci_dma_*() helper
functions instead of direct guest memory access.  To do this we need a
little preliminary patch which adds property support for dma_addr_t
variables.

The preliminary patch was sent standalone before, but it's been
requested that I resend with something showing how it is used.  So,
here it is.

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [Qemu-devel] [PATCH 0/2] Preliminaries for DMA/IOMMU support
@ 2012-04-04  0:15 David Gibson
  2012-04-04  0:15 ` [Qemu-devel] [PATCH 2/2] usb-xhci: Use PCI DMA helper functions David Gibson
  0 siblings, 1 reply; 6+ messages in thread
From: David Gibson @ 2012-04-04  0:15 UTC (permalink / raw)
  To: aliguori, kraxel; +Cc: afaerber, qemu-devel, mst

This series contains some preliminary patches to my big DMA series.
This adds support for dma_addr_t type properties and uses that to
convert the usb-xhci to use the existing pci dma wrapper functions.

Changes since last version:
 * Added copyright notice (GPL v2 or later) to qdev-dma.h

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

end of thread, other threads:[~2012-04-04  0:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-02  4:10 [Qemu-devel] [0/2] Convert usb-xhci to use PCI DMA helpers David Gibson
2012-04-02  4:10 ` [Qemu-devel] [PATCH 1/2] Better support for dma_addr_t variables David Gibson
2012-04-02  4:10 ` [Qemu-devel] [PATCH 2/2] usb-xhci: Use PCI DMA helper functions David Gibson
2012-04-02  9:03   ` Andreas Färber
2012-04-03  0:53     ` David Gibson
  -- strict thread matches above, loose matches on Subject: below --
2012-04-04  0:15 [Qemu-devel] [PATCH 0/2] Preliminaries for DMA/IOMMU support David Gibson
2012-04-04  0:15 ` [Qemu-devel] [PATCH 2/2] usb-xhci: Use PCI DMA helper functions David Gibson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.