From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEYeY-0007nh-05 for qemu-devel@nongnu.org; Mon, 02 Apr 2012 00:14:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SEYeW-0006ty-Gc for qemu-devel@nongnu.org; Mon, 02 Apr 2012 00:14:01 -0400 Received: from ozlabs.org ([203.10.76.45]:57417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEYeW-0006ti-5N for qemu-devel@nongnu.org; Mon, 02 Apr 2012 00:14:00 -0400 From: David Gibson Date: Mon, 2 Apr 2012 14:10:20 +1000 Message-Id: <1333339823-13962-1-git-send-email-david@gibson.dropbear.id.au> Subject: [Qemu-devel] [0/2] Convert usb-xhci to use PCI DMA helpers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: kraxel@redhat.com, mst@redhat.com Cc: qemu-devel@nongnu.org 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.