aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/hcd-ehci.c
AgeCommit message (Expand)Author
2021-01-22hw/usb: Fix bad printf format specifiersAlex Chen
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2020-10-19usb/hcd-ehci: Fix error handling on missing device for iTDAnthony PERARD
2020-08-31ehci: drop pointless warn_report for guest bugs.Gerd Hoffmann
2020-08-31hw: ehci: check return value of 'usb_packet_map'Li Qiang
2020-08-31hw: ehci: destroy sglist in error pathLi Qiang
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-03-09usb/hcd-ehci: Remove redundant statementsChen Qun
2019-08-22ehci: fix queue->dev null ptr dereferenceGerd Hoffmann
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-02-20ehci: check device is not NULL before calling usb_ep_get()Liam Merwick
2019-01-30hw/usb: Fix LGPL information in the file headersThomas Huth
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini
2018-12-10ehci: fix fetch qtd raceGerd Hoffmann
2018-07-03ehci: Don't fetch a NULL current qtd but advance the queue instead.Sebastian Bauer
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis
2017-07-17ehci: add sanity check for maxframesGerd Hoffmann
2017-06-13ehci: stop recursive calls to ehci_work_bhGerd Hoffmann
2017-05-29ehci: fix frame timer invocation.Gerd Hoffmann
2017-05-29ehci: fix overflow in frame timer codeGerd Hoffmann
2017-02-21usb: ehci: fix memory leak in ehciLi Qiang
2016-11-10usb: ehci: fix memory leak in ehci_init_transferLi Qiang
2016-10-08usb: ehci: fix memory leak in ehci_process_itdLi Qiang
2016-08-02ehci: faster frame index calculation for skipped framesEvgeny Yakovlev
2016-04-19Revert "ehci: make idt processing more robust"Gerd Hoffmann
2016-04-19ehci: apply limit to iTD/sidt descriptorsGerd Hoffmann
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
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-03-18usb: ehci: add capability mmio write functionPrasad J Pandit
2016-02-02ehci: update irq on resetGerd Hoffmann
2016-02-02usb: check page select value while processing iTDPrasad J Pandit
2016-01-29usb: Clean up includesPeter Maydell
2015-12-15ehci: make idt processing more robustGerd Hoffmann
2015-11-03ehci: clear suspend bit on detachGerd Hoffmann
2015-07-20timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi
2015-07-02timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia
2015-03-20ehci: fix segfault when hot-unplugging ehci controllerGonglei
2015-03-17usb: Improve companion configuration error messagesMarkus 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-09-23usb: tag standalone ehci as hotpluggableGerd Hoffmann
2014-08-29usb: add usb host adapters exit traceGonglei
2014-08-29usb-ehci: add ehci unrealize funcitonGonglei
2014-08-29usb-ehci: add vmstate properity for EHCIStateGonglei