]> git.proxmox.com Git - mirror_qemu.git/commit
usb-uhci: Use PCI DMA stub functions
authorDavid Gibson <david@gibson.dropbear.id.au>
Mon, 31 Oct 2011 06:06:58 +0000 (17:06 +1100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 1 Nov 2011 21:52:08 +0000 (16:52 -0500)
commitfff23ee9a5de74ab111b3cea9eec56782e7d7c50
treed7afd6115b077edb0d8229e7b7719eecf3247a34
parent68d553587c0aa271c3eb2902921b503740d775b6
usb-uhci: Use PCI DMA stub functions

This updates the usb-uhci device emulation to use the explicit PCI DMA
wrapper to initialize its scatter/gathjer structure.  This means this
driver should not need further changes when the sglist interface is
extended to support IOMMUs.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/usb-uhci.c