aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
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
2012-09-21Merge branch 'usb.65' of git://git.kraxel.org/qemuAurelien Jarno
2012-09-14net: fix usbnet_receive() packet dropsStefan Hajnoczi
2012-09-14net: clean up usbnet_receive()Stefan Hajnoczi
2012-09-13uhci: Don't queue up packets after one with the SPD flag setHans de Goede
2012-09-13usb-redir: Revert usb-redir part of commit 93bfef4cHans de Goede
2012-09-13usb-redir: Add chardev open / close debug loggingHans de Goede
2012-09-13usb-redir: Add support for migrationHans de Goede
2012-09-13usb-redir: Store max_packet_size in endp_dataHans de Goede
2012-09-13usb-redir: Add an already_in_flight packet-id queueHans de Goede
2012-09-13usb-redir: Change cancelled packet code into a generic packet-id queueHans de Goede
2012-09-13ehci: Walk async schedule before and after migrationHans de Goede
2012-09-13ehci: Don't set seen to 0 when removing unseen queue-headsHans de Goede
2012-09-12ehci: Don't process too much frames in 1 timer tick (v2)Hans de Goede
2012-09-12ehci: Fix interrupts stopping when Interrupt Threshold Control is 8Hans de Goede
2012-09-12ehci: switch to new-style memory opsGerd Hoffmann
2012-09-12usb-host: allow emulated (non-async) control requests without USBPacketGerd Hoffmann
2012-09-11xhci: allow bytewise capability register readsGerd Hoffmann
2012-09-11xhci: kill xhci_mem_{read,write} dispatcher functionsGerd Hoffmann
2012-09-11xhci: support multiple interruptersGerd Hoffmann
2012-09-11xhci: pick target interrupterGerd Hoffmann
2012-09-11xhci: prepare xhci_runtime_{read,write} for multiple interruptersGerd Hoffmann
2012-09-11xhci: add XHCIInterrupterGerd Hoffmann
2012-09-11xhci: move register update into xhci_intr_raiseGerd Hoffmann
2012-09-11xhci: add msix supportGerd Hoffmann
2012-09-11xhci: rework interrupt handlingGerd Hoffmann
2012-09-11xhci: fix & cleanup msi.Gerd Hoffmann
2012-09-11usb-storage: usb3 supportGerd Hoffmann
2012-09-11usb3: bos decriptorGerd Hoffmann
2012-09-11usb3: superspeed endpoint companionGerd Hoffmann
2012-09-11usb3: superspeed descriptorsGerd Hoffmann
2012-09-11xhci: update port handlingGerd Hoffmann
2012-09-11xhci: update register layoutGerd Hoffmann
2012-09-11xhci: fix runtime write tracepointGerd Hoffmann
2012-09-11xhci: add trace_usb_xhci_ep_set_dequeueGerd Hoffmann
2012-09-11xhci: trace cc codes in cleartextGerd Hoffmann
2012-09-11xhci: iso xfer supportGerd Hoffmann
2012-09-11xhci: implement mfindexGerd Hoffmann
2012-09-11xhci: move device lookup into xhci_setup_packetGerd Hoffmann
2012-09-11xhci: drop bufferingGerd Hoffmann