summaryrefslogtreecommitdiffstats
path: root/hw/usb/hcd-uhci.c
Commit message (Expand)AuthorAgeFilesLines
* hw/usb: Extract VT82C686 UHCI PCI function into a new unitPhilippe Mathieu-Daudé2021-03-151-23/+0Star
* hw/usb/hcd-uhci: Expose generic prototypes to local headerPhilippe Mathieu-Daudé2021-03-151-57/+3Star
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-0/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-2/+2
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2
* uhci: check device is not NULL before calling usb_ep_get()Liam Merwick2019-02-201-3/+5
* remove space-tab sequencesPaolo Bonzini2019-01-111-2/+2
* qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini2019-01-111-2/+2
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* vmstate: error hint for failed equal checksHalil Pasic2017-06-281-1/+1
* usb/uhci: move pid checkGerd Hoffmann2016-04-251-13/+13
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-3/+3
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* usb: add pid check at the first of uhci_handle_td()Gonglei2016-02-231-6/+16
* usb: Clean up includesPeter Maydell2016-01-291-0/+1
* uhci: controller is halted after resetGerd Hoffmann2015-05-081-1/+1
* uhci: QOMifyGonglei2015-05-081-12/+31
* uhci: fix segfault when hot-unplugging uhci controllerGonglei2015-03-201-6/+6
* uhci: Convert to realizeMarkus Armbruster2015-03-171-10/+8Star
* usb: Propagate errors through usb_register_companion()Markus Armbruster2015-03-171-3/+7
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-1/+1
* uhci: remove useless DEBUGGonglei2014-10-281-3/+0Star
* usb: tag standalone uhci as hotpluggableGerd Hoffmann2014-09-231-3/+13
* usb: add usb host adapters exit traceGonglei2014-08-291-0/+2
* usb-uhci: clean up uhci resource when pci-uhci exitGonglei2014-08-291-0/+22
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-8/+0Star
* usb: move uhci register defines to header fileGerd Hoffmann2014-06-021-35/+1Star
* savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela2014-05-141-4/+2Star
* uhci: invalidate queue on device address changesGerd Hoffmann2014-02-181-0/+2
* qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov2014-02-101-1/+1
* hw: set interrupts using pci irq wrappersMarcel Apfelbaum2013-10-141-4/+2Star
* usb: Pass size to usb_bus_new()Andreas Färber2013-08-301-1/+1
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-7/+7
* aio / timers: Untangle include filesAlex Bligh2013-08-221-0/+1
* uhci: egsm fixGerd Hoffmann2013-07-301-0/+7
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+3
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* uhci: Use an intermediate buffer for usb packet dataHans de Goede2013-05-071-8/+13
* usb-core: usb3 streamsGerd Hoffmann2013-02-191-1/+1
* uhci: stop using portio listsGerd Hoffmann2013-01-081-76/+30Star
* usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede2013-01-071-0/+1
* uhci: Maximize how many frames we catch up when behindHans de Goede2013-01-071-0/+8
* uhci: Limit amount of frames processed in one goHans de Goede2013-01-071-16/+27
* uhci: Add a QH_VALID defineHans de Goede2013-01-071-4/+5