aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
2012-08-07usb-storage: fix SYNCHRONIZE_CACHEGerd Hoffmann
2012-08-07usb-storage: improve debug loggingGerd Hoffmann
2012-08-01net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2012-07-29Merge branch pci into masterMichael S. Tsirkin
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek
2012-07-18Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-07-17hw/block-common: Factor out fall back to legacy -drive serial=...Markus Armbruster
2012-07-12ehci: improve expire time calculationGerd Hoffmann
2012-07-12ehci: implement Interrupt Threshold Control supportGerd Hoffmann
2012-07-12ehci: raise irq in the frame timerGerd Hoffmann
2012-07-12uhci: initialize expire_time when loading v1 vmstateGerd Hoffmann
2012-07-12usb: add usb attached scsi emulationGerd Hoffmann
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori
2012-07-09usb-host: add trace events for iso xfersGerd Hoffmann
2012-07-09usb: fix interface initializationGerd Hoffmann
2012-07-09usb: split endpoint init and resetGerd Hoffmann
2012-07-09usb-redir: Correctly handle the usb_redir_babble usbredir statusHans de Goede
2012-07-09ehci: Kick async schedule on wakeup in the non companion caseHans de Goede
2012-07-09usb-ehci: Fix an assert whenever isoc transfers are usedHans de Goede
2012-07-09ehci: don't flush cache on doorbell rings.Gerd Hoffmann
2012-07-09ehci: fix td writebackGerd Hoffmann
2012-07-09ehci: fix ehci_qh_do_overlayGerd Hoffmann
2012-07-04pci: convert PCIUnregisterFunc to voidAlex Williamson
2012-06-27usb: Convert usb_packet_{map, unmap} to universal DMA helpersDavid Gibson
2012-06-27usb-ohci: Use universal DMA helper functionsDavid Gibson
2012-06-20uhci: fix uhci_async_cancel_allGerd Hoffmann
2012-06-20usb-host: live migration supportGerd Hoffmann
2012-06-20usb-host: attach only to running guestGerd Hoffmann
2012-06-20ehci: tracing improvementsGerd Hoffmann
2012-06-20usb: restore USBDevice->attached on vmloadGerd Hoffmann
2012-06-20ehci: add live migration supportGerd Hoffmann
2012-06-19Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana
2012-06-18qdev: Convert busses to QEMU Object ModelAnthony Liguori
2012-06-18qdev: Use wrapper for qdev_get_pathAnthony Liguori
2012-06-18qdev: Move bus properties to abstract superclassesPaolo Bonzini
2012-06-18qdev: Move bus properties to a separate globalPaolo Bonzini
2012-06-11Merge remote-tracking branch 'kraxel/usb.52' into stagingAnthony Liguori
2012-06-07change iov_* function prototypes to be more appropriateMichael Tokarev
2012-06-07ehci: rework frame skippingGerd Hoffmann
2012-06-07ehci: adaptive wakeup rate.Gerd Hoffmann
2012-06-07ehci: create ehci_update_frindexGerd Hoffmann
2012-06-07ehci: remove unused attach_poll_counterGerd Hoffmann
2012-06-07ehci: fix halt status handlingGerd Hoffmann
2012-06-07ehci: update status bits in ehci_set_stateGerd Hoffmann
2012-06-07ehci: add ehci_*_enabled() helpersGerd Hoffmann
2012-06-07ehci: fix resetGerd Hoffmann
2012-06-07ehci: kick async schedule on wakeupGerd Hoffmann
2012-06-07ehci: schedule async bh on async packet completionGerd Hoffmann
2012-06-07ehci: move async schedule to bottom halfGerd Hoffmann