Age | Commit message (Expand) | Author | Files | Lines |
2018-07-03 | ehci: Don't fetch a NULL current qtd but advance the queue instead. | Sebastian Bauer | 1 | -1/+2 |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert | 1 | -1/+3 |
2017-09-19 | Convert single line fprintf(.../n) to warn_report() | Alistair Francis | 1 | -2/+3 |
2017-07-17 | ehci: add sanity check for maxframes | Gerd Hoffmann | 1 | -0/+5 |
2017-06-13 | ehci: stop recursive calls to ehci_work_bh | Gerd Hoffmann | 1 | -0/+7 |
2017-05-29 | ehci: fix frame timer invocation. | Gerd Hoffmann | 1 | -3/+10 |
2017-05-29 | ehci: fix overflow in frame timer code | Gerd Hoffmann | 1 | -1/+1 |
2017-02-21 | usb: ehci: fix memory leak in ehci | Li Qiang | 1 | -0/+5 |
2016-11-10 | usb: ehci: fix memory leak in ehci_init_transfer | Li Qiang | 1 | -0/+1 |
2016-10-08 | usb: ehci: fix memory leak in ehci_process_itd | Li Qiang | 1 | -0/+1 |
2016-08-02 | ehci: faster frame index calculation for skipped frames | Evgeny Yakovlev | 1 | -16/+15 |
2016-04-19 | Revert "ehci: make idt processing more robust" | Gerd Hoffmann | 1 | -3/+2 |
2016-04-19 | ehci: apply limit to iTD/sidt descriptors | Gerd Hoffmann | 1 | -1/+5 |
2016-03-24 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -2/+4 |
2016-03-22 | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah | 1 | -2/+3 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-03-18 | usb: ehci: add capability mmio write function | Prasad J Pandit | 1 | -0/+6 |
2016-02-02 | ehci: update irq on reset | Gerd Hoffmann | 1 | -0/+1 |
2016-02-02 | usb: check page select value while processing iTD | Prasad J Pandit | 1 | -4/+6 |
2016-01-29 | usb: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-12-15 | ehci: make idt processing more robust | Gerd Hoffmann | 1 | -2/+3 |
2015-11-03 | ehci: clear suspend bit on detach | Gerd Hoffmann | 1 | -1/+1 |
2015-07-20 | timer: rename NSEC_PER_SEC due to Mac OS X header clash | Stefan Hajnoczi | 1 | -1/+1 |
2015-07-02 | timer: Use a single definition of NSEC_PER_SEC for the whole codebase | Alberto Garcia | 1 | -1/+1 |
2015-03-20 | ehci: fix segfault when hot-unplugging ehci controller | Gonglei | 1 | -2/+1 |
2015-03-17 | usb: Improve companion configuration error messages | Markus Armbruster | 1 | -15/+6 |
2015-03-17 | usb: Propagate errors through usb_register_companion() | Markus Armbruster | 1 | -10/+13 |
2015-01-26 | vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* | Paolo Bonzini | 1 | -1/+1 |
2014-09-23 | usb: tag standalone ehci as hotpluggable | Gerd Hoffmann | 1 | -2/+6 |
2014-08-29 | usb: add usb host adapters exit trace | Gonglei | 1 | -0/+2 |
2014-08-29 | usb-ehci: add ehci unrealize funciton | Gonglei | 1 | -0/+25 |
2014-08-29 | usb-ehci: add vmstate properity for EHCIState | Gonglei | 1 | -1/+1 |
2014-08-15 | usb: don't use 'Yoda conditions' | Gonglei | 1 | -1/+1 |
2014-06-02 | usb: move ehci register defines to header file | Gerd Hoffmann | 1 | -78/+1 |
2014-05-14 | savevm: Remove all the unneeded version_minimum_id_old (usb) | Juan Quintela | 1 | -1/+1 |
2013-12-06 | Merge remote-tracking branch 'kraxel/tags/pull-usb-1' into staging | Anthony Liguori | 1 | -2/+16 |
2013-12-02 | trace: Remove trace.h from hw/usb/hcd-ehci.h (less dependencies) | Stefan Weil | 1 | -0/+1 |
2013-11-28 | ehci: implement port wakeup | Gerd Hoffmann | 1 | -2/+16 |
2013-09-10 | ehci: save device pointer in EHCIState | Gerd Hoffmann | 1 | -4/+3 |
2013-08-30 | usb: Pass size to usb_bus_new() | Andreas Färber | 1 | -1/+1 |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh | 1 | -5/+5 |
2013-07-27 | misc: Use g_assert_not_reached for code which is expected to be unreachable | Stefan Weil | 1 | -4/+4 |
2013-07-04 | hw/[u-x]*: pass owner to memory_region_init* functions | Paolo Bonzini | 1 | -4/+4 |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini | 1 | -4/+4 |
2013-07-04 | dma: keep a device alive while it has SGLists | Paolo Bonzini | 1 | -2/+4 |
2013-06-24 | usb/hcd-ehci: Replace PORTSC macros with variables | Kuo-Jung Su | 1 | -8/+14 |
2013-06-24 | usb/hcd-ehci: Split off instance_init from realize | Andreas Färber | 1 | -12/+16 |
2013-06-24 | usb/hcd-ehci-sysbus: Convert to QOM realize | Andreas Färber | 1 | -1/+1 |
2013-06-20 | dma: eliminate DMAContext | Paolo Bonzini | 1 | -6/+6 |
2013-04-23 | ehci_free_packet: Discard finished packets when the queue is halted | Hans de Goede | 1 | -5/+11 |