index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
usb
/
hcd-ehci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ehci: clear suspend bit on detach
Gerd Hoffmann
2015-11-03
1
-1
/
+1
*
timer: rename NSEC_PER_SEC due to Mac OS X header clash
Stefan Hajnoczi
2015-07-20
1
-1
/
+1
*
timer: Use a single definition of NSEC_PER_SEC for the whole codebase
Alberto Garcia
2015-07-02
1
-1
/
+1
*
ehci: fix segfault when hot-unplugging ehci controller
Gonglei
2015-03-20
1
-2
/
+1
*
usb: Improve companion configuration error messages
Markus Armbruster
2015-03-17
1
-15
/
+6
*
usb: Propagate errors through usb_register_companion()
Markus Armbruster
2015-03-17
1
-10
/
+13
*
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
Paolo Bonzini
2015-01-26
1
-1
/
+1
*
usb: tag standalone ehci as hotpluggable
Gerd Hoffmann
2014-09-23
1
-2
/
+6
*
usb: add usb host adapters exit trace
Gonglei
2014-08-29
1
-0
/
+2
*
usb-ehci: add ehci unrealize funciton
Gonglei
2014-08-29
1
-0
/
+25
*
usb-ehci: add vmstate properity for EHCIState
Gonglei
2014-08-29
1
-1
/
+1
*
usb: don't use 'Yoda conditions'
Gonglei
2014-08-15
1
-1
/
+1
*
usb: move ehci register defines to header file
Gerd Hoffmann
2014-06-02
1
-78
/
+1
*
savevm: Remove all the unneeded version_minimum_id_old (usb)
Juan Quintela
2014-05-14
1
-1
/
+1
*
Merge remote-tracking branch 'kraxel/tags/pull-usb-1' into staging
Anthony Liguori
2013-12-06
1
-2
/
+16
|
\
|
*
ehci: implement port wakeup
Gerd Hoffmann
2013-11-28
1
-2
/
+16
*
|
trace: Remove trace.h from hw/usb/hcd-ehci.h (less dependencies)
Stefan Weil
2013-12-02
1
-0
/
+1
|
/
*
ehci: save device pointer in EHCIState
Gerd Hoffmann
2013-09-10
1
-4
/
+3
*
usb: Pass size to usb_bus_new()
Andreas Färber
2013-08-30
1
-1
/
+1
*
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
1
-5
/
+5
*
misc: Use g_assert_not_reached for code which is expected to be unreachable
Stefan Weil
2013-07-27
1
-4
/
+4
*
hw/[u-x]*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
1
-4
/
+4
*
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-04
1
-4
/
+4
*
dma: keep a device alive while it has SGLists
Paolo Bonzini
2013-07-04
1
-2
/
+4
*
usb/hcd-ehci: Replace PORTSC macros with variables
Kuo-Jung Su
2013-06-24
1
-8
/
+14
*
usb/hcd-ehci: Split off instance_init from realize
Andreas Färber
2013-06-24
1
-12
/
+16
*
usb/hcd-ehci-sysbus: Convert to QOM realize
Andreas Färber
2013-06-24
1
-1
/
+1
*
dma: eliminate DMAContext
Paolo Bonzini
2013-06-20
1
-6
/
+6
*
ehci_free_packet: Discard finished packets when the queue is halted
Hans de Goede
2013-04-23
1
-5
/
+11
*
usb-core: usb3 streams
Gerd Hoffmann
2013-02-19
1
-3
/
+4
*
ehci: Assert state machine is sane w.r.t. EHCIQueue
Markus Armbruster
2013-01-14
1
-0
/
+4
*
usb: Add an usb_device_ep_stopped USBDevice method
Hans de Goede
2013-01-07
1
-1
/
+18
*
ehci: Don't call commit_irq after raising PCD
Hans de Goede
2013-01-07
1
-2
/
+0
*
ehci: Further speedup rescanning if async schedule after raising an interrupt
Hans de Goede
2013-01-07
1
-1
/
+4
*
ehci: Use uframe precision for interrupt threshold checking (v2)
Hans de Goede
2013-01-07
1
-23
/
+47
*
ehci: Verify a queue's ep direction does not change
Hans de Goede
2013-01-07
1
-0
/
+19
*
ehci: Add an ehci_get_pid helper function
Hans de Goede
2013-01-07
1
-16
/
+16
*
ehci: Verify qtd for async completed packets
Hans de Goede
2013-01-07
1
-14
/
+1
*
ehci: writeback_async_complete_packet: verify qh and qtd
Hans de Goede
2013-01-07
1
-0
/
+14
*
ehci: Move get / put_dwords upwards
Hans de Goede
2013-01-07
1
-42
/
+42
*
ehci: Verify guest does not change the token of inflight qtd-s
Hans de Goede
2013-01-07
1
-6
/
+4
*
ehci: Add ehci_verify_qh and ehci_verify_qtd helper functions
Hans de Goede
2013-01-07
1
-16
/
+35
*
ehci: Add a ehci_writeback_async_complete_packet helper function
Hans de Goede
2013-01-07
1
-11
/
+17
*
ehci: Lower timer freq when the periodic schedule is idle
Hans de Goede
2012-12-04
1
-6
/
+33
*
ehci: handle dma errors
Gerd Hoffmann
2012-11-16
1
-19
/
+44
*
ehci: keep the frame timer running in case the guest asked for frame list rol...
Gerd Hoffmann
2012-11-16
1
-0
/
+7
*
ehci: Don't verify the next pointer for periodic qh-s and qtd-s
Hans de Goede
2012-11-16
1
-3
/
+6
*
ehci: Better detection for qtd-s linked in circles
Hans de Goede
2012-11-16
1
-3
/
+6
*
ehci: Fixup q->qtdaddr after cancelling an already completed packet
Hans de Goede
2012-11-16
1
-0
/
+4
*
ehci: Don't access packet after freeing it
Hans de Goede
2012-11-16
1
-4
/
+5
[next]