index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb
/
hcd-ehci.c
Age
Commit message (
Expand
)
Author
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
2014-08-29
usb-ehci: add ehci unrealize funciton
Gonglei
2014-08-29
usb-ehci: add vmstate properity for EHCIState
Gonglei
2014-08-15
usb: don't use 'Yoda conditions'
Gonglei
2014-06-02
usb: move ehci register defines to header file
Gerd Hoffmann
2014-05-14
savevm: Remove all the unneeded version_minimum_id_old (usb)
Juan Quintela
2013-12-06
Merge remote-tracking branch 'kraxel/tags/pull-usb-1' into staging
Anthony Liguori
2013-12-02
trace: Remove trace.h from hw/usb/hcd-ehci.h (less dependencies)
Stefan Weil
2013-11-28
ehci: implement port wakeup
Gerd Hoffmann
2013-09-10
ehci: save device pointer in EHCIState
Gerd Hoffmann
2013-08-30
usb: Pass size to usb_bus_new()
Andreas Färber
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-07-27
misc: Use g_assert_not_reached for code which is expected to be unreachable
Stefan Weil
2013-07-04
hw/[u-x]*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-04
dma: keep a device alive while it has SGLists
Paolo Bonzini
2013-06-24
usb/hcd-ehci: Replace PORTSC macros with variables
Kuo-Jung Su
2013-06-24
usb/hcd-ehci: Split off instance_init from realize
Andreas Färber
2013-06-24
usb/hcd-ehci-sysbus: Convert to QOM realize
Andreas Färber
2013-06-20
dma: eliminate DMAContext
Paolo Bonzini
2013-04-23
ehci_free_packet: Discard finished packets when the queue is halted
Hans de Goede
2013-02-19
usb-core: usb3 streams
Gerd Hoffmann
2013-01-14
ehci: Assert state machine is sane w.r.t. EHCIQueue
Markus Armbruster
2013-01-07
usb: Add an usb_device_ep_stopped USBDevice method
Hans de Goede
2013-01-07
ehci: Don't call commit_irq after raising PCD
Hans de Goede
2013-01-07
ehci: Further speedup rescanning if async schedule after raising an interrupt
Hans de Goede
2013-01-07
ehci: Use uframe precision for interrupt threshold checking (v2)
Hans de Goede
2013-01-07
ehci: Verify a queue's ep direction does not change
Hans de Goede
2013-01-07
ehci: Add an ehci_get_pid helper function
Hans de Goede
2013-01-07
ehci: Verify qtd for async completed packets
Hans de Goede
2013-01-07
ehci: writeback_async_complete_packet: verify qh and qtd
Hans de Goede
2013-01-07
ehci: Move get / put_dwords upwards
Hans de Goede
[next]