Age | Commit message (Expand) | Author |
2021-03-26 | hw/usb/hcd-ehci: Fix crash when showing help of EHCI devices | Thomas Huth |
2021-03-09 | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé |
2021-01-22 | hw/usb: Fix bad printf format specifiers | Alex Chen |
2021-01-08 | Remove superfluous timer_del() calls | Peter Maydell |
2020-10-19 | usb/hcd-ehci: Fix error handling on missing device for iTD | Anthony PERARD |
2020-08-31 | ehci: drop pointless warn_report for guest bugs. | Gerd Hoffmann |
2020-08-31 | hw: ehci: check return value of 'usb_packet_map' | Li Qiang |
2020-08-31 | hw: ehci: destroy sglist in error path | Li Qiang |
2020-05-15 | qdev: Unrealize must not fail | Markus Armbruster |
2020-03-09 | usb/hcd-ehci: Remove redundant statements | Chen Qun |
2019-08-22 | ehci: fix queue->dev null ptr dereference | Gerd Hoffmann |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h | Markus Armbruster |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-02-20 | ehci: check device is not NULL before calling usb_ep_get() | Liam Merwick |
2019-01-30 | hw/usb: Fix LGPL information in the file headers | Thomas Huth |
2019-01-11 | qemu/queue.h: simplify reverse access to QTAILQ | Paolo Bonzini |
2018-12-10 | ehci: fix fetch qtd race | Gerd Hoffmann |
2018-07-03 | ehci: Don't fetch a NULL current qtd but advance the queue instead. | Sebastian Bauer |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert |
2017-09-19 | Convert single line fprintf(.../n) to warn_report() | Alistair Francis |
2017-07-17 | ehci: add sanity check for maxframes | Gerd Hoffmann |
2017-06-13 | ehci: stop recursive calls to ehci_work_bh | Gerd Hoffmann |
2017-05-29 | ehci: fix frame timer invocation. | Gerd Hoffmann |
2017-05-29 | ehci: fix overflow in frame timer code | Gerd Hoffmann |
2017-02-21 | usb: ehci: fix memory leak in ehci | Li Qiang |
2016-11-10 | usb: ehci: fix memory leak in ehci_init_transfer | Li Qiang |
2016-10-08 | usb: ehci: fix memory leak in ehci_process_itd | Li Qiang |
2016-08-02 | ehci: faster frame index calculation for skipped frames | Evgeny Yakovlev |
2016-04-19 | Revert "ehci: make idt processing more robust" | Gerd Hoffmann |
2016-04-19 | ehci: apply limit to iTD/sidt descriptors | Gerd Hoffmann |
2016-03-24 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-03-22 | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-18 | usb: ehci: add capability mmio write function | Prasad J Pandit |
2016-02-02 | ehci: update irq on reset | Gerd Hoffmann |
2016-02-02 | usb: check page select value while processing iTD | Prasad J Pandit |
2016-01-29 | usb: Clean up includes | Peter Maydell |
2015-12-15 | ehci: make idt processing more robust | Gerd Hoffmann |
2015-11-03 | ehci: clear suspend bit on detach | Gerd Hoffmann |
2015-07-20 | timer: rename NSEC_PER_SEC due to Mac OS X header clash | Stefan Hajnoczi |
2015-07-02 | timer: Use a single definition of NSEC_PER_SEC for the whole codebase | Alberto Garcia |
2015-03-20 | ehci: fix segfault when hot-unplugging ehci controller | Gonglei |
2015-03-17 | usb: Improve companion configuration error messages | Markus Armbruster |
2015-03-17 | usb: Propagate errors through usb_register_companion() | Markus Armbruster |
2015-01-26 | vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* | Paolo Bonzini |
2014-09-23 | usb: tag standalone ehci as hotpluggable | Gerd Hoffmann |
2014-08-29 | usb: add usb host adapters exit trace | Gonglei |