summaryrefslogtreecommitdiffstats
path: root/hw/usb/hcd-ehci.c
Commit message (Expand)AuthorAgeFilesLines
* hw/usb/hcd-ehci: Fix crash when showing help of EHCI devicesThomas Huth2021-03-261-5/+5
* sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-091-1/+1
* hw/usb: Fix bad printf format specifiersAlex Chen2021-01-221-2/+2
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0Star
* usb/hcd-ehci: Fix error handling on missing device for iTDAnthony PERARD2020-10-191-17/+18
* ehci: drop pointless warn_report for guest bugs.Gerd Hoffmann2020-08-311-1/+0Star
* hw: ehci: check return value of 'usb_packet_map'Li Qiang2020-08-311-2/+8
* hw: ehci: destroy sglist in error pathLi Qiang2020-08-311-0/+1
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* usb/hcd-ehci: Remove redundant statementsChen Qun2020-03-091-3/+0Star
* ehci: fix queue->dev null ptr dereferenceGerd Hoffmann2019-08-221-0/+3
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster2019-08-161-0/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* ehci: check device is not NULL before calling usb_ep_get()Liam Merwick2019-02-201-2/+5
* hw/usb: Fix LGPL information in the file headersThomas Huth2019-01-301-3/+2Star
* qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini2019-01-111-1/+1
* ehci: fix fetch qtd raceGerd Hoffmann2018-12-101-2/+10
* ehci: Don't fetch a NULL current qtd but advance the queue instead.Sebastian Bauer2018-07-031-1/+2
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* Convert single line fprintf(.../n) to warn_report()Alistair Francis2017-09-191-2/+3
* ehci: add sanity check for maxframesGerd Hoffmann2017-07-171-0/+5
* ehci: stop recursive calls to ehci_work_bhGerd Hoffmann2017-06-131-0/+7
* ehci: fix frame timer invocation.Gerd Hoffmann2017-05-291-3/+10
* ehci: fix overflow in frame timer codeGerd Hoffmann2017-05-291-1/+1
* usb: ehci: fix memory leak in ehciLi Qiang2017-02-211-0/+5
* usb: ehci: fix memory leak in ehci_init_transferLi Qiang2016-11-101-0/+1
* usb: ehci: fix memory leak in ehci_process_itdLi Qiang2016-10-081-0/+1
* ehci: faster frame index calculation for skipped framesEvgeny Yakovlev2016-08-021-16/+15Star
* Revert "ehci: make idt processing more robust"Gerd Hoffmann2016-04-191-3/+2Star
* ehci: apply limit to iTD/sidt descriptorsGerd Hoffmann2016-04-191-1/+5
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-03-241-2/+4
|\
| * Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-2/+3
| * include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* | usb: ehci: add capability mmio write functionPrasad J Pandit2016-03-181-0/+6
|/
* ehci: update irq on resetGerd Hoffmann2016-02-021-0/+1
* usb: check page select value while processing iTDPrasad J Pandit2016-02-021-4/+6
* usb: Clean up includesPeter Maydell2016-01-291-0/+1
* ehci: make idt processing more robustGerd Hoffmann2015-12-151-2/+3
* ehci: clear suspend bit on detachGerd Hoffmann2015-11-031-1/+1
* timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi2015-07-201-1/+1
* timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia2015-07-021-1/+1
* ehci: fix segfault when hot-unplugging ehci controllerGonglei2015-03-201-2/+1Star
* usb: Improve companion configuration error messagesMarkus Armbruster2015-03-171-15/+6Star
* usb: Propagate errors through usb_register_companion()Markus Armbruster2015-03-171-10/+13
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-1/+1
* usb: tag standalone ehci as hotpluggableGerd Hoffmann2014-09-231-2/+6
* usb: add usb host adapters exit traceGonglei2014-08-291-0/+2