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
Commit message (
Expand
)
Author
Age
Files
Lines
*
HMP: add QDict to info callback handler
Wenchao Xia
2013-01-17
3
-3
/
+3
*
usb-storage: Drop useless null test in usb_msd_handle_data()
Markus Armbruster
2013-01-16
1
-1
/
+1
*
Merge remote-tracking branch 'kraxel/usb.76' into staging
Anthony Liguori
2013-01-14
3
-8
/
+31
|
\
|
*
usb-host: Initialize dev->port the obviously safe way
Markus Armbruster
2013-01-14
1
-1
/
+1
|
*
usb-host: Drop superfluous null test from usb_host_auto_scan()
Markus Armbruster
2013-01-14
1
-1
/
+1
|
*
ehci: Assert state machine is sane w.r.t. EHCIQueue
Markus Armbruster
2013-01-14
1
-0
/
+4
|
*
xhci: nuke transfe5rs on detach
Gerd Hoffmann
2013-01-14
1
-1
/
+7
|
*
xhci: call xhci_detach_slot on root port detach too
Gerd Hoffmann
2013-01-14
1
-0
/
+1
|
*
xhci: create xhci_detach_slot helper function
Gerd Hoffmann
2013-01-14
1
-6
/
+18
*
|
build: remove CONFIG_SMARTCARD
Paolo Bonzini
2013-01-12
1
-1
/
+1
|
/
*
Make all static TypeInfos const
Andreas Färber
2013-01-10
16
-21
/
+21
*
uhci: stop using portio lists
Gerd Hoffmann
2013-01-08
1
-76
/
+30
*
usbredir: Add support for buffered bulk input (v2)
Hans de Goede
2013-01-08
6
-19
/
+2706
*
usb/ehci: Add SysBus EHCI device for Exynos4210
Andreas Färber
2013-01-07
2
-0
/
+17
*
usb/ehci: Move capsbase and opregbase into SysBus EHCI class
Andreas Färber
2013-01-07
2
-2
/
+26
*
usb/ehci: Clean up SysBus and PCI EHCI split
Andreas Färber
2013-01-07
3
-24
/
+60
*
xhci: call set-address with dummy usbpacket
Gerd Hoffmann
2013-01-07
1
-1
/
+6
*
usb-redir: Add debugging to bufpq save / restore
Hans de Goede
2013-01-07
1
-3
/
+11
*
usbredir: Add usbredir_init_endpoints() helper
Hans de Goede
2013-01-07
1
-9
/
+13
*
usbredir: Verify we have 32 bits bulk length cap when redirecting to xhci
Hans de Goede
2013-01-07
1
-0
/
+2
*
usbredir: Add ep_stopped USBDevice method
Hans de Goede
2013-01-07
1
-0
/
+9
*
usbredir: Add USBEP2I and I2USBEP helper macros
Hans de Goede
2013-01-07
1
-3
/
+7
*
usbredir: Add an usbredir_stop_ep helper function
Hans de Goede
2013-01-07
1
-22
/
+19
*
usb: Add an usb_device_ep_stopped USBDevice method
Hans de Goede
2013-01-07
5
-5
/
+60
*
usb: Fix usb_ep_find_packet_by_id
Hans de Goede
2013-01-07
1
-1
/
+1
*
hid: Change idle handling to use a timer
Hans de Goede
2013-01-07
1
-5
/
+3
*
uhci: Maximize how many frames we catch up when behind
Hans de Goede
2013-01-07
1
-0
/
+8
*
uhci: Limit amount of frames processed in one go
Hans de Goede
2013-01-07
1
-16
/
+27
*
uhci: Add a QH_VALID define
Hans de Goede
2013-01-07
1
-4
/
+5
*
uhci: Fix pending interrupts getting lost on migration
Hans de Goede
2013-01-07
1
-1
/
+2
*
uhci: Fix 1 ms delay in interrupt reporting to the guest
Hans de Goede
2013-01-07
1
-11
/
+13
*
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
2
-0
/
+20
*
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
*
usb/redirect.c: unbreak compilation due to include/char/char.h
Alon Levy
2012-12-28
1
-0
/
+1
*
softmmu: move remaining include files to include/ subdirectories
Paolo Bonzini
2012-12-19
2
-2
/
+2
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
8
-10
/
+10
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
16
-22
/
+22
*
monitor: move include files to include/monitor/
Paolo Bonzini
2012-12-19
8
-8
/
+8
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
janitor: add guards to headers
Paolo Bonzini
2012-12-19
1
-0
/
+4
*
ui: move files to ui/ and include/ui/
Paolo Bonzini
2012-12-19
4
-4
/
+4
[next]