aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
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
2012-06-07build: move target-independent hw/ objects to nested Makefile.objsPaolo Bonzini
2012-06-04net: net_client_init(): use error_set()Luiz Capitulino
2012-06-04net: purge the monitor object from all init functionsLuiz Capitulino
2012-06-04qemu-option: qemu_opts_create(): use error_set()Luiz Capitulino
2012-05-14Merge remote-tracking branch 'kraxel/usb.50' into stagingAnthony Liguori
2012-05-14usb-host: handle guest-issued clear haltGerd Hoffmann
2012-05-14fix some common typosJim Meyering
2012-04-26usb-uhci: update irq line on resetGerd Hoffmann