aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/hcd-uhci.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-20hw/usb/uhci: Rename NB_PORTS -> UHCI_PORTSPhilippe Mathieu-Daudé1-11/+11
2024-02-20hw/usb: Style cleanupPhilippe Mathieu-Daudé1-2/+4
2023-12-30hw/usb: Constify VMStateRichard Henderson1-2/+2
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov1-1/+1
2023-02-27hw/usb/uhci: Replace container_of() by UHCI_GET_CLASS() QOM macroPhilippe Mathieu-Daudé1-3/+2
2023-02-27hw/usb/uhci: Declare QOM macros using OBJECT_DECLARE_TYPE()Philippe Mathieu-Daudé1-2/+0
2023-01-13hw/usb/hcd-uhci: Introduce TYPE_ defines for device modelsBernhard Beschow1-8/+8
2021-11-02usb/uhci: Replace pci_set_irq with qemu_set_irqBALATON Zoltan1-1/+3
2021-11-02usb/uhci: Disallow user creating a vt82c686-uhci-pci deviceBALATON Zoltan1-0/+3
2021-11-02usb/uhci: Misc clean upBALATON Zoltan1-5/+2
2021-03-15hw/usb: Extract VT82C686 UHCI PCI function into a new unitPhilippe Mathieu-Daudé1-23/+0
2021-03-15hw/usb/hcd-uhci: Expose generic prototypes to local headerPhilippe Mathieu-Daudé1-57/+3
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-1/+0
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-0/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-2/+2
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+2
2019-02-20uhci: check device is not NULL before calling usb_ep_get()Liam Merwick1-3/+5
2019-01-11remove space-tab sequencesPaolo Bonzini1-2/+2
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini1-2/+2
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-06-28vmstate: error hint for failed equal checksHalil Pasic1-1/+1
2016-04-25usb/uhci: move pid checkGerd Hoffmann1-13/+13
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-3/+3
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-23usb: add pid check at the first of uhci_handle_td()Gonglei1-6/+16
2016-01-29usb: Clean up includesPeter Maydell1-0/+1
2015-05-08uhci: controller is halted after resetGerd Hoffmann1-1/+1
2015-05-08uhci: QOMifyGonglei1-12/+31
2015-03-20uhci: fix segfault when hot-unplugging uhci controllerGonglei1-6/+6
2015-03-17uhci: Convert to realizeMarkus Armbruster1-10/+8
2015-03-17usb: Propagate errors through usb_register_companion()Markus Armbruster1-3/+7
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini1-1/+1
2014-10-28uhci: remove useless DEBUGGonglei1-3/+0
2014-09-23usb: tag standalone uhci as hotpluggableGerd Hoffmann1-3/+13
2014-08-29usb: add usb host adapters exit traceGonglei1-0/+2
2014-08-29usb-uhci: clean up uhci resource when pci-uhci exitGonglei1-0/+22
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-8/+0
2014-06-02usb: move uhci register defines to header fileGerd Hoffmann1-35/+1
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela1-4/+2
2014-02-18uhci: invalidate queue on device address changesGerd Hoffmann1-0/+2
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov1-1/+1
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-4/+2
2013-08-30usb: Pass size to usb_bus_new()Andreas Färber1-1/+1
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-7/+7
2013-08-22aio / timers: Untangle include filesAlex Bligh1-0/+1
2013-07-30uhci: egsm fixGerd Hoffmann1-0/+7