summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* xhci: fix usb name in capsGerd Hoffmann2012-10-251-2/+2
* xhci: make number of interrupters and slots configurableGerd Hoffmann2012-10-251-31/+48
* xhci: allow disabling interruptersGerd Hoffmann2012-10-251-0/+6
* xhci: flush endpoint context unconditinallyGerd Hoffmann2012-10-251-3/+0
* xhci: fix function name in error messageGerd Hoffmann2012-10-251-1/+1
* uhci: Use only one queue for ctrl endpointsHans de Goede2012-10-251-2/+7
* uhci: Retry to fill the queue while waiting for td completionHans de Goede2012-10-251-3/+13
* uhci: Always mark a queue valid when we encounter itHans de Goede2012-10-251-8/+7
* uhci: When the guest marks a pending td non-active, cancel the queueHans de Goede2012-10-251-0/+4
* uhci: Detect guest td re-useHans de Goede2012-10-251-17/+16
* uhci: Verify queue has not been changed by guestHans de Goede2012-10-251-17/+45
* uhci: Immediately free queues on device disconnectHans de Goede2012-10-251-9/+4
* uhci: Store ep in UHCIQueueHans de Goede2012-10-251-16/+14
* uhci: Make uhci_fill_queue() actually operate on an UHCIQueueHans de Goede2012-10-251-15/+16
* uhci: Add uhci_read_td() helper functionHans de Goede2012-10-251-10/+11
* uhci: Rename UHCIAsync->td to UHCIAsync->td_addrHans de Goede2012-10-251-19/+25
* uhci: Move emptying of the queue's asyncs' queue to uhci_queue_freeHans de Goede2012-10-251-12/+10
* uhci: Drop unnecessary forward declaration of some static functionsHans de Goede2012-10-251-3/+0
* uhci: Don't retry on errorHans de Goede2012-10-251-43/+19
* uhci: cleanup: Add an unlink call to uhci_async_cancel()Hans de Goede2012-10-251-3/+1
* uhci: No need to handle async completion of isoc packetsHans de Goede2012-10-251-26/+3
* usb: Enforce iso endpoints never returing USB_RET_ASYNCHans de Goede2012-10-252-1/+1
* usb: Add an int_req flag to USBPacketHans de Goede2012-10-256-12/+25
* usb: Move short-not-ok handling to the coreHans de Goede2012-10-258-21/+30
* usb: Move clearing of queue on halt to the coreHans de Goede2012-10-254-31/+25
* usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede2012-10-257-5/+36
* usb: Rename __usb_packet_complete to usb_packet_complete_oneHans de Goede2012-10-251-4/+4
* xhci: Add a xhci_ep_nuke_one_xfer helper functionHans de Goede2012-10-251-19/+30
* ehci: Retry to fill the queue while waiting for td completionHans de Goede2012-10-251-5/+6
* ehci: Detect going in circles when filling the queueHans de Goede2012-10-251-1/+8
* ehci: Speed up the timer of raising int from the async scheduleHans de Goede2012-10-251-1/+12
* ehci: Improve latency of interrupt delivery and async schedule scanningHans de Goede2012-10-251-8/+2
* ehci: Set int flag on a short input packetHans de Goede2012-10-251-0/+4
* ehci: Get rid of packet tbytes fieldHans de Goede2012-10-251-11/+9
* uhci: Move checks to continue queuing to uhci_fill_queue()Hans de Goede2012-10-251-7/+3
* uhci: Properly unmap packets on cancel / invalid pidHans de Goede2012-10-251-0/+2
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-234-27/+27
* usb-serial: only expose device in guest when the chardev is openGerd Hoffmann2012-10-221-2/+17
* usb-serial: don't magically zap chardev on umplugGerd Hoffmann2012-10-221-1/+1
* uhci: Raise interrupt when requested even for non active tdsHans de Goede2012-10-111-1/+9
* usb-redir: Don't make migration fail in none seamless caseHans de Goede2012-10-111-4/+9
* usb-redir: Change usbredir_open_chardev into usbredir_create_parserHans de Goede2012-10-111-6/+5
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno2012-10-063-5/+0
|\
| * cleanup useless return sentenceAmos Kong2012-10-053-5/+0
* | Remove libhwStefan Weil2012-10-051-7/+7
|/
* usb: Fix usb_packet_map() in the presence of IOMMUsDavid Gibson2012-09-261-9/+15
* ehci: Fix interrupt packet MULT handlingHans de Goede2012-09-261-20/+20
* xhci: create a memory region for each portGerd Hoffmann2012-09-261-42/+43
* xhci: route string & usb hub supportGerd Hoffmann2012-09-261-31/+55
* xhci: tweak limitsGerd Hoffmann2012-09-261-4/+4
OpenPOWER on IntegriCloud