summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2012-09-11usb-core: Don't set packet state to complete on a nakHans de Goede1-2/+4
2012-09-11usb: controllers do not need to check for babble themselvesHans de Goede2-9/+0
2012-08-31uas: move transfer kickoffGerd Hoffmann1-2/+1
2012-08-31ehci: Fix interrupt endpoints no longer workingHans de Goede1-2/+11
2012-08-31ehci: handle TD deactivation of inflight packetsGerd Hoffmann1-15/+23
2012-08-31ehci: add ehci_cancel_queue()Gerd Hoffmann1-10/+20
2012-08-31ehci: simplify ehci_state_executingHans de Goede1-12/+1
2012-08-31ehci: Remove unnecessary ehci_flush_qh callHans de Goede1-1/+0
2012-08-31ehci: Schedule async-bh when IAAD bit gets setHans de Goede1-0/+9
2012-08-31ehci: Fix NULL ptr deref when unplugging an USB dev with an iso stream activeHans de Goede1-1/+1
2012-08-31usb: unique packet idsGerd Hoffmann6-11/+14
2012-08-31usb: Halt ep queue en cancel pending packets on a packet errorHans de Goede3-7/+57
2012-08-16ehci: Fix setting of halt bit from usbcmd register updatesHans de Goede1-7/+8
2012-08-16ehci: fix Interrupt Threshold Control implementationGerd Hoffmann1-2/+10
2012-08-16usb: update uas product idGerd Hoffmann1-1/+1
2012-08-16usb: async control xfer fixupGerd Hoffmann2-0/+2
2012-08-15ehci: fix assertion typoAlejandro Martinez Ruiz1-1/+1
2012-08-07usb-storage: fix SYNCHRONIZE_CACHEGerd Hoffmann1-0/+3
2012-08-07usb-storage: improve debug loggingGerd Hoffmann1-2/+6
2012-08-01net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi1-1/+1
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi1-3/+3
2012-07-29Merge branch pci into masterMichael S. Tsirkin1-2/+1
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek1-1/+1
2012-07-18Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-8/+2
2012-07-17hw/block-common: Factor out fall back to legacy -drive serial=...Markus Armbruster1-8/+2
2012-07-12ehci: improve expire time calculationGerd Hoffmann1-4/+4
2012-07-12ehci: implement Interrupt Threshold Control supportGerd Hoffmann1-29/+54
2012-07-12ehci: raise irq in the frame timerGerd Hoffmann1-2/+2
2012-07-12uhci: initialize expire_time when loading v1 vmstateGerd Hoffmann1-0/+12
2012-07-12usb: add usb attached scsi emulationGerd Hoffmann2-0/+780
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori1-3/+3
2012-07-09usb-host: add trace events for iso xfersGerd Hoffmann1-4/+6
2012-07-09usb: fix interface initializationGerd Hoffmann1-2/+2
2012-07-09usb: split endpoint init and resetGerd Hoffmann2-4/+14
2012-07-09usb-redir: Correctly handle the usb_redir_babble usbredir statusHans de Goede1-0/+2
2012-07-09ehci: Kick async schedule on wakeup in the non companion caseHans de Goede1-2/+3
2012-07-09usb-ehci: Fix an assert whenever isoc transfers are usedHans de Goede1-0/+1
2012-07-09ehci: don't flush cache on doorbell rings.Gerd Hoffmann1-6/+29
2012-07-09ehci: fix td writebackGerd Hoffmann1-2/+4
2012-07-09ehci: fix ehci_qh_do_overlayGerd Hoffmann1-19/+18
2012-07-04pci: convert PCIUnregisterFunc to voidAlex Williamson1-2/+1
2012-06-27usb: Convert usb_packet_{map, unmap} to universal DMA helpersDavid Gibson3-13/+14
2012-06-27usb-ohci: Use universal DMA helper functionsDavid Gibson1-42/+51
2012-06-20uhci: fix uhci_async_cancel_allGerd Hoffmann1-2/+2
2012-06-20usb-host: live migration supportGerd Hoffmann1-1/+46
2012-06-20usb-host: attach only to running guestGerd Hoffmann1-15/+17
2012-06-20ehci: tracing improvementsGerd Hoffmann1-2/+5
2012-06-20usb: restore USBDevice->attached on vmloadGerd Hoffmann1-0/+13
2012-06-20ehci: add live migration supportGerd Hoffmann1-6/+56
2012-06-19Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana8-11/+13