aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
2012-10-25xhci: fix usb name in capsGerd Hoffmann
2012-10-25xhci: make number of interrupters and slots configurableGerd Hoffmann
2012-10-25xhci: allow disabling interruptersGerd Hoffmann
2012-10-25xhci: flush endpoint context unconditinallyGerd Hoffmann
2012-10-25xhci: fix function name in error messageGerd Hoffmann
2012-10-25uhci: Use only one queue for ctrl endpointsHans de Goede
2012-10-25uhci: Retry to fill the queue while waiting for td completionHans de Goede
2012-10-25uhci: Always mark a queue valid when we encounter itHans de Goede
2012-10-25uhci: When the guest marks a pending td non-active, cancel the queueHans de Goede
2012-10-25uhci: Detect guest td re-useHans de Goede
2012-10-25uhci: Verify queue has not been changed by guestHans de Goede
2012-10-25uhci: Immediately free queues on device disconnectHans de Goede
2012-10-25uhci: Store ep in UHCIQueueHans de Goede
2012-10-25uhci: Make uhci_fill_queue() actually operate on an UHCIQueueHans de Goede
2012-10-25uhci: Add uhci_read_td() helper functionHans de Goede
2012-10-25uhci: Rename UHCIAsync->td to UHCIAsync->td_addrHans de Goede
2012-10-25uhci: Move emptying of the queue's asyncs' queue to uhci_queue_freeHans de Goede
2012-10-25uhci: Drop unnecessary forward declaration of some static functionsHans de Goede
2012-10-25uhci: Don't retry on errorHans de Goede
2012-10-25uhci: cleanup: Add an unlink call to uhci_async_cancel()Hans de Goede
2012-10-25uhci: No need to handle async completion of isoc packetsHans de Goede
2012-10-25usb: Enforce iso endpoints never returing USB_RET_ASYNCHans de Goede
2012-10-25usb: Add an int_req flag to USBPacketHans de Goede
2012-10-25usb: Move short-not-ok handling to the coreHans de Goede
2012-10-25usb: Move clearing of queue on halt to the coreHans de Goede
2012-10-25usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede
2012-10-25usb: Rename __usb_packet_complete to usb_packet_complete_oneHans de Goede
2012-10-25xhci: Add a xhci_ep_nuke_one_xfer helper functionHans de Goede
2012-10-25ehci: Retry to fill the queue while waiting for td completionHans de Goede
2012-10-25ehci: Detect going in circles when filling the queueHans de Goede
2012-10-25ehci: Speed up the timer of raising int from the async scheduleHans de Goede
2012-10-25ehci: Improve latency of interrupt delivery and async schedule scanningHans de Goede
2012-10-25ehci: Set int flag on a short input packetHans de Goede
2012-10-25ehci: Get rid of packet tbytes fieldHans de Goede
2012-10-25uhci: Move checks to continue queuing to uhci_fill_queue()Hans de Goede
2012-10-25uhci: Properly unmap packets on cancel / invalid pidHans de Goede
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-22usb-serial: only expose device in guest when the chardev is openGerd Hoffmann
2012-10-22usb-serial: don't magically zap chardev on umplugGerd Hoffmann
2012-10-11uhci: Raise interrupt when requested even for non active tdsHans de Goede
2012-10-11usb-redir: Don't make migration fail in none seamless caseHans de Goede
2012-10-11usb-redir: Change usbredir_open_chardev into usbredir_create_parserHans de Goede
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno
2012-10-05Remove libhwStefan Weil
2012-10-05cleanup useless return sentenceAmos Kong
2012-09-26usb: Fix usb_packet_map() in the presence of IOMMUsDavid Gibson
2012-09-26ehci: Fix interrupt packet MULT handlingHans de Goede
2012-09-26xhci: create a memory region for each portGerd Hoffmann
2012-09-26xhci: route string & usb hub supportGerd Hoffmann
2012-09-26xhci: tweak limitsGerd Hoffmann