aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
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-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
2012-06-07ehci: add async field to EHCIQueueGerd Hoffmann
2012-06-07ehci: tweak queue initializationGerd Hoffmann
2012-06-07ehci: add queuing supportGerd Hoffmann
2012-06-07ehci: move ehci_flush_qhGerd Hoffmann
2012-06-07ehci: cache USBDevice in EHCIQueueGerd Hoffmann
2012-06-07ehci: make ehci_execute work on EHCIPacket instead of EHCIQueueGerd Hoffmann
2012-06-07ehci: add EHCIPacketGerd Hoffmann
2012-06-07xhci: trace: slotsGerd Hoffmann
2012-06-07xhci: trace: transfersGerd Hoffmann
2012-06-07xhci: trace: endpointsGerd Hoffmann
2012-06-07xhci: trace: ring fetchGerd Hoffmann
2012-06-07xhci: trace: irq + eventsGerd Hoffmann
2012-06-07xhci: trace: run+stopGerd Hoffmann
2012-06-07xhci: trace: mmio reads+writesGerd Hoffmann
2012-06-07xhci: Clean up reset functionJan Kiszka
2012-06-07usb-storage: migration supportGerd Hoffmann
2012-06-07usb-storage: add scsi_off, remove scsi_bufGerd Hoffmann
2012-06-07usb-storage: add usb_msd_packet_complete()Gerd Hoffmann
2012-06-07usb-storage: remove MSDState->residueGerd Hoffmann
2012-06-07uhci: fix irq routingGerd Hoffmann
2012-06-07uhci: zap uhci_pre_saveGerd Hoffmann
2012-06-07uhci: make bandwidth tunableGerd Hoffmann
2012-06-07uhci: use bottom halfGerd Hoffmann
2012-06-07uhci: fix bandwidth managementGerd Hoffmann
2012-06-07build: convert libhw to nested Makefile.objsPaolo Bonzini