aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/hcd-ehci.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-03-09usb/hcd-ehci: Remove redundant statementsChen Qun1-3/+0
2019-08-22ehci: fix queue->dev null ptr dereferenceGerd Hoffmann1-0/+3
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster1-0/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-02-20ehci: check device is not NULL before calling usb_ep_get()Liam Merwick1-2/+5
2019-01-30hw/usb: Fix LGPL information in the file headersThomas Huth1-3/+2
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini1-1/+1
2018-12-10ehci: fix fetch qtd raceGerd Hoffmann1-2/+10
2018-07-03ehci: Don't fetch a NULL current qtd but advance the queue instead.Sebastian Bauer1-1/+2
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis1-2/+3
2017-07-17ehci: add sanity check for maxframesGerd Hoffmann1-0/+5
2017-06-13ehci: stop recursive calls to ehci_work_bhGerd Hoffmann1-0/+7
2017-05-29ehci: fix frame timer invocation.Gerd Hoffmann1-3/+10
2017-05-29ehci: fix overflow in frame timer codeGerd Hoffmann1-1/+1
2017-02-21usb: ehci: fix memory leak in ehciLi Qiang1-0/+5
2016-11-10usb: ehci: fix memory leak in ehci_init_transferLi Qiang1-0/+1
2016-10-08usb: ehci: fix memory leak in ehci_process_itdLi Qiang1-0/+1
2016-08-02ehci: faster frame index calculation for skipped framesEvgeny Yakovlev1-16/+15
2016-04-19Revert "ehci: make idt processing more robust"Gerd Hoffmann1-3/+2
2016-04-19ehci: apply limit to iTD/sidt descriptorsGerd Hoffmann1-1/+5
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+4
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-2/+3
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-18usb: ehci: add capability mmio write functionPrasad J Pandit1-0/+6
2016-02-02ehci: update irq on resetGerd Hoffmann1-0/+1
2016-02-02usb: check page select value while processing iTDPrasad J Pandit1-4/+6
2016-01-29usb: Clean up includesPeter Maydell1-0/+1
2015-12-15ehci: make idt processing more robustGerd Hoffmann1-2/+3
2015-11-03ehci: clear suspend bit on detachGerd Hoffmann1-1/+1
2015-07-20timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi1-1/+1
2015-07-02timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia1-1/+1
2015-03-20ehci: fix segfault when hot-unplugging ehci controllerGonglei1-2/+1
2015-03-17usb: Improve companion configuration error messagesMarkus Armbruster1-15/+6
2015-03-17usb: Propagate errors through usb_register_companion()Markus Armbruster1-10/+13
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini1-1/+1
2014-09-23usb: tag standalone ehci as hotpluggableGerd Hoffmann1-2/+6
2014-08-29usb: add usb host adapters exit traceGonglei1-0/+2
2014-08-29usb-ehci: add ehci unrealize funcitonGonglei1-0/+25
2014-08-29usb-ehci: add vmstate properity for EHCIStateGonglei1-1/+1
2014-08-15usb: don't use 'Yoda conditions'Gonglei1-1/+1
2014-06-02usb: move ehci register defines to header fileGerd Hoffmann1-78/+1
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela1-1/+1
2013-12-06Merge remote-tracking branch 'kraxel/tags/pull-usb-1' into stagingAnthony Liguori1-2/+16
2013-12-02trace: Remove trace.h from hw/usb/hcd-ehci.h (less dependencies)Stefan Weil1-0/+1
2013-11-28ehci: implement port wakeupGerd Hoffmann1-2/+16