summary refs log tree commit diff stats
path: root/hw/usb/hcd-uhci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/usb/uhci: Rename NB_PORTS -> UHCI_PORTSPhilippe Mathieu-Daudé2024-02-201-11/+11
* hw/usb: Style cleanupPhilippe Mathieu-Daudé2024-02-201-2/+4
* hw/usb: Constify VMStateRichard Henderson2023-12-301-2/+2
* hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov2023-04-281-1/+1
* hw/usb/uhci: Replace container_of() by UHCI_GET_CLASS() QOM macroPhilippe Mathieu-Daudé2023-02-271-3/+2
* hw/usb/uhci: Declare QOM macros using OBJECT_DECLARE_TYPE()Philippe Mathieu-Daudé2023-02-271-2/+0
* hw/usb/hcd-uhci: Introduce TYPE_ defines for device modelsBernhard Beschow2023-01-131-8/+8
* usb/uhci: Replace pci_set_irq with qemu_set_irqBALATON Zoltan2021-11-021-1/+3
* usb/uhci: Disallow user creating a vt82c686-uhci-pci deviceBALATON Zoltan2021-11-021-0/+3
* usb/uhci: Misc clean upBALATON Zoltan2021-11-021-5/+2
* hw/usb: Extract VT82C686 UHCI PCI function into a new unitPhilippe Mathieu-Daudé2021-03-151-23/+0
* hw/usb/hcd-uhci: Expose generic prototypes to local headerPhilippe Mathieu-Daudé2021-03-151-57/+3
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0
* 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/+0
* 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/+8
* 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/+0
* 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/+0
* usb: move uhci register defines to header fileGerd Hoffmann2014-06-021-35/+1
* savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela2014-05-141-4/+2
* 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/+2
* 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