summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2012-10-25usb: Move clearing of queue on halt to the coreHans de Goede4-31/+25
2012-10-25usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede7-5/+36
2012-10-25usb: Rename __usb_packet_complete to usb_packet_complete_oneHans de Goede1-4/+4
2012-10-25xhci: Add a xhci_ep_nuke_one_xfer helper functionHans de Goede1-19/+30
2012-10-25ehci: Retry to fill the queue while waiting for td completionHans de Goede1-5/+6
2012-10-25ehci: Detect going in circles when filling the queueHans de Goede1-1/+8
2012-10-25ehci: Speed up the timer of raising int from the async scheduleHans de Goede1-1/+12
2012-10-25ehci: Improve latency of interrupt delivery and async schedule scanningHans de Goede1-8/+2
2012-10-25ehci: Set int flag on a short input packetHans de Goede1-0/+4
2012-10-25ehci: Get rid of packet tbytes fieldHans de Goede1-11/+9
2012-10-25uhci: Move checks to continue queuing to uhci_fill_queue()Hans de Goede1-7/+3
2012-10-25uhci: Properly unmap packets on cancel / invalid pidHans de Goede1-0/+2
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity4-27/+27
2012-10-22usb-serial: only expose device in guest when the chardev is openGerd Hoffmann1-2/+17
2012-10-22usb-serial: don't magically zap chardev on umplugGerd Hoffmann1-1/+1
2012-10-11uhci: Raise interrupt when requested even for non active tdsHans de Goede1-1/+9
2012-10-11usb-redir: Don't make migration fail in none seamless caseHans de Goede1-4/+9
2012-10-11usb-redir: Change usbredir_open_chardev into usbredir_create_parserHans de Goede1-6/+5
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno3-5/+0
2012-10-05Remove libhwStefan Weil1-7/+7
2012-10-05cleanup useless return sentenceAmos Kong3-5/+0
2012-09-26usb: Fix usb_packet_map() in the presence of IOMMUsDavid Gibson1-9/+15
2012-09-26ehci: Fix interrupt packet MULT handlingHans de Goede1-20/+20
2012-09-26xhci: create a memory region for each portGerd Hoffmann1-42/+43
2012-09-26xhci: route string & usb hub supportGerd Hoffmann1-31/+55
2012-09-26xhci: tweak limitsGerd Hoffmann1-4/+4
2012-09-21Merge branch 'usb.65' of git://git.kraxel.org/qemuAurelien Jarno4-134/+618
2012-09-14net: fix usbnet_receive() packet dropsStefan Hajnoczi1-3/+16
2012-09-14net: clean up usbnet_receive()Stefan Hajnoczi1-13/+17
2012-09-13uhci: Don't queue up packets after one with the SPD flag setHans de Goede1-1/+4
2012-09-13usb-redir: Revert usb-redir part of commit 93bfef4cHans de Goede1-5/+3
2012-09-13usb-redir: Add chardev open / close debug loggingHans de Goede1-0/+6
2012-09-13usb-redir: Add support for migrationHans de Goede1-3/+346
2012-09-13usb-redir: Store max_packet_size in endp_dataHans de Goede1-1/+3
2012-09-13usb-redir: Add an already_in_flight packet-id queueHans de Goede1-0/+43
2012-09-13usb-redir: Change cancelled packet code into a generic packet-id queueHans de Goede1-31/+71
2012-09-13ehci: Walk async schedule before and after migrationHans de Goede1-0/+28
2012-09-13ehci: Don't set seen to 0 when removing unseen queue-headsHans de Goede1-6/+18
2012-09-12ehci: Don't process too much frames in 1 timer tick (v2)Hans de Goede1-0/+14
2012-09-12ehci: Fix interrupts stopping when Interrupt Threshold Control is 8Hans de Goede1-1/+1
2012-09-12ehci: switch to new-style memory opsGerd Hoffmann1-89/+84
2012-09-12usb-host: allow emulated (non-async) control requests without USBPacketGerd Hoffmann1-1/+1
2012-09-11xhci: allow bytewise capability register readsGerd Hoffmann1-1/+3
2012-09-11xhci: kill xhci_mem_{read,write} dispatcher functionsGerd Hoffmann1-65/+75
2012-09-11xhci: support multiple interruptersGerd Hoffmann1-5/+1
2012-09-11xhci: pick target interrupterGerd Hoffmann1-6/+16
2012-09-11xhci: prepare xhci_runtime_{read,write} for multiple interruptersGerd Hoffmann1-43/+57
2012-09-11xhci: add XHCIInterrupterGerd Hoffmann1-147/+160
2012-09-11xhci: move register update into xhci_intr_raiseGerd Hoffmann1-9/+5
2012-09-11xhci: add msix supportGerd Hoffmann1-1/+46