aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/hcd-uhci.c
AgeCommit message (Expand)Author
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-02-20uhci: check device is not NULL before calling usb_ep_get()Liam Merwick
2019-01-11remove space-tab sequencesPaolo Bonzini
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-06-28vmstate: error hint for failed equal checksHalil Pasic
2016-04-25usb/uhci: move pid checkGerd Hoffmann
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-23usb: add pid check at the first of uhci_handle_td()Gonglei
2016-01-29usb: Clean up includesPeter Maydell
2015-05-08uhci: controller is halted after resetGerd Hoffmann
2015-05-08uhci: QOMifyGonglei
2015-03-20uhci: fix segfault when hot-unplugging uhci controllerGonglei
2015-03-17uhci: Convert to realizeMarkus Armbruster
2015-03-17usb: Propagate errors through usb_register_companion()Markus Armbruster
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini
2014-10-28uhci: remove useless DEBUGGonglei
2014-09-23usb: tag standalone uhci as hotpluggableGerd Hoffmann
2014-08-29usb: add usb host adapters exit traceGonglei
2014-08-29usb-uhci: clean up uhci resource when pci-uhci exitGonglei
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-06-02usb: move uhci register defines to header fileGerd Hoffmann
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela
2014-02-18uhci: invalidate queue on device address changesGerd Hoffmann
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum
2013-08-30usb: Pass size to usb_bus_new()Andreas Färber
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-22aio / timers: Untangle include filesAlex Bligh
2013-07-30uhci: egsm fixGerd Hoffmann
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-04hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-05-07uhci: Use an intermediate buffer for usb packet dataHans de Goede
2013-02-19usb-core: usb3 streamsGerd Hoffmann
2013-01-08uhci: stop using portio listsGerd Hoffmann
2013-01-07usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede
2013-01-07uhci: Maximize how many frames we catch up when behindHans de Goede
2013-01-07uhci: Limit amount of frames processed in one goHans de Goede
2013-01-07uhci: Add a QH_VALID defineHans de Goede
2013-01-07uhci: Fix pending interrupts getting lost on migrationHans de Goede
2013-01-07uhci: Fix 1 ms delay in interrupt reporting to the guestHans de Goede