summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'usb.65' of git://git.kraxel.org/qemuAurelien Jarno2012-09-214-134/+618
|\
| * uhci: Don't queue up packets after one with the SPD flag setHans de Goede2012-09-131-1/+4
| * usb-redir: Revert usb-redir part of commit 93bfef4cHans de Goede2012-09-131-5/+3
| * usb-redir: Add chardev open / close debug loggingHans de Goede2012-09-131-0/+6
| * usb-redir: Add support for migrationHans de Goede2012-09-131-3/+346
| * usb-redir: Store max_packet_size in endp_dataHans de Goede2012-09-131-1/+3
| * usb-redir: Add an already_in_flight packet-id queueHans de Goede2012-09-131-0/+43
| * usb-redir: Change cancelled packet code into a generic packet-id queueHans de Goede2012-09-131-31/+71
| * ehci: Walk async schedule before and after migrationHans de Goede2012-09-131-0/+28
| * ehci: Don't set seen to 0 when removing unseen queue-headsHans de Goede2012-09-131-6/+18
| * ehci: Don't process too much frames in 1 timer tick (v2)Hans de Goede2012-09-121-0/+14
| * ehci: Fix interrupts stopping when Interrupt Threshold Control is 8Hans de Goede2012-09-121-1/+1
| * ehci: switch to new-style memory opsGerd Hoffmann2012-09-121-89/+84
| * usb-host: allow emulated (non-async) control requests without USBPacketGerd Hoffmann2012-09-121-1/+1
* | net: fix usbnet_receive() packet dropsStefan Hajnoczi2012-09-141-3/+16
* | net: clean up usbnet_receive()Stefan Hajnoczi2012-09-141-13/+17
|/
* xhci: allow bytewise capability register readsGerd Hoffmann2012-09-111-1/+3
* xhci: kill xhci_mem_{read,write} dispatcher functionsGerd Hoffmann2012-09-111-65/+75
* xhci: support multiple interruptersGerd Hoffmann2012-09-111-5/+1
* xhci: pick target interrupterGerd Hoffmann2012-09-111-6/+16
* xhci: prepare xhci_runtime_{read,write} for multiple interruptersGerd Hoffmann2012-09-111-43/+57
* xhci: add XHCIInterrupterGerd Hoffmann2012-09-111-147/+160
* xhci: move register update into xhci_intr_raiseGerd Hoffmann2012-09-111-9/+5
* xhci: add msix supportGerd Hoffmann2012-09-111-1/+46
* xhci: rework interrupt handlingGerd Hoffmann2012-09-111-14/+33
* xhci: fix & cleanup msi.Gerd Hoffmann2012-09-111-18/+9
* usb-storage: usb3 supportGerd Hoffmann2012-09-111-3/+43
* usb3: bos decriptorGerd Hoffmann2012-09-112-0/+134
* usb3: superspeed endpoint companionGerd Hoffmann2012-09-112-20/+61
* usb3: superspeed descriptorsGerd Hoffmann2012-09-112-1/+10
* xhci: update port handlingGerd Hoffmann2012-09-111-40/+97
* xhci: update register layoutGerd Hoffmann2012-09-111-8/+13
* xhci: fix runtime write tracepointGerd Hoffmann2012-09-111-1/+1
* xhci: add trace_usb_xhci_ep_set_dequeueGerd Hoffmann2012-09-111-1/+1
* xhci: trace cc codes in cleartextGerd Hoffmann2012-09-111-1/+47
* xhci: iso xfer supportGerd Hoffmann2012-09-111-16/+101
OpenPOWER on IntegriCloud