index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
usb
Commit message (
Expand
)
Author
Age
Files
Lines
*
exec/cpu-common: Move MUSB specific typedefs to 'hw/usb/hcd-musb.h'
Philippe Mathieu-Daudé
2020-06-12
1
-2
/
+2
*
hw/usb: Move device-specific declarations to new 'hcd-musb.h' header
Philippe Mathieu-Daudé
2020-06-12
2
-0
/
+2
*
usb: add short-packet handling to usb-storage driver
Paul Zimmerman
2020-06-05
1
-1
/
+14
*
dwc-hsotg (dwc2) USB host controller emulation
Paul Zimmerman
2020-06-05
4
-0
/
+1473
*
dwc-hsotg (dwc2) USB host controller state definitions
Paul Zimmerman
2020-06-05
1
-0
/
+190
*
error: Use error_reportf_err() where appropriate
Markus Armbruster
2020-05-27
1
-4
/
+5
*
xen: Fix and improve handling of device_add usb-host errors
Markus Armbruster
2020-05-27
1
-10
/
+9
*
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
15
-27
/
+22
*
Drop more @errp parameters after previous commit
Markus Armbruster
2020-05-15
3
-3
/
+3
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
2
-5
/
+3
*
hw/usb/xen-usb.c: Pass struct usbback_req* to usbback_packet_complete()
Peter Maydell
2020-04-07
1
-6
/
+4
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2020-03-17
4
-14
/
+18
|
\
|
*
hw/usb/quirks: Use smaller types to reduce .rodata by 10KiB
Philippe Mathieu-Daudé
2020-03-16
2
-11
/
+15
|
*
misc: Replace zero-length arrays with flexible array member (automatic)
Philippe Mathieu-Daudé
2020-03-16
2
-3
/
+3
*
|
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200317'...
Peter Maydell
2020-03-17
3
-0
/
+232
|
\
\
|
*
|
hw/usb: Add basic i.MX USB Phy support
Guenter Roeck
2020-03-17
3
-0
/
+232
|
|
/
*
|
usb-serial: Fix timeout closing the device
Jason Andryuk
2020-03-17
1
-1
/
+1
*
|
usb-serial: Increase receive buffer to 496
Jason Andryuk
2020-03-17
1
-1
/
+1
*
|
usb-serial: chunk data to wMaxPacketSize
Jason Andryuk
2020-03-17
1
-18
/
+29
*
|
usb-serial: Move USB_TOKEN_IN into a helper function
Jason Andryuk
2020-03-17
1
-34
/
+46
|
/
*
hw/arm/allwinner-h3: add USB host controller
Niek Linnenbank
2020-03-12
2
-0
/
+18
*
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200310-pull-request' ...
Peter Maydell
2020-03-10
2
-4
/
+5
|
\
|
*
usb/hcd-ehci: Remove redundant statements
Chen Qun
2020-03-09
1
-3
/
+0
|
*
usb-serial: wakeup device on input
Jason Andryuk
2020-03-09
1
-1
/
+5
*
|
usb/dev-storage: remove unused include
Maxim Levitsky
2020-03-09
1
-1
/
+0
*
|
hw/usb/dev-storage: Remove unused "ui/console.h" header
Philippe Mathieu-Daudé
2020-03-09
1
-1
/
+0
|
/
*
hw/usb/hcd-ehci-sysbus: Remove obsolete xlnx, ps7-usb class
Guenter Roeck
2020-02-28
1
-17
/
+0
*
hcd-ehci: Introduce "companion-enable" sysbus property
Guenter Roeck
2020-02-21
1
-0
/
+2
*
hw: usb: hcd-ohci: Move OHCISysBusState and TYPE_SYSBUS_OHCI to include file
Guenter Roeck
2020-02-21
2
-15
/
+16
*
uas: fix super speed bMaxPacketSize0
Gerd Hoffmann
2020-02-12
1
-1
/
+1
*
usb-host: wait for cancel complete
Gerd Hoffmann
2020-02-12
1
-8
/
+9
*
hw/*/Makefile.objs: Move many .o files to common-objs
Thomas Huth
2020-02-04
1
-2
/
+2
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
21
-26
/
+26
*
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200113-pull-request' ...
Peter Maydell
2020-01-13
4
-3
/
+63
|
\
|
*
xhci: recheck slot status
Gerd Hoffmann
2020-01-13
1
-3
/
+12
|
*
xhci: Fix memory leak in xhci_kick_epctx when poweroff GuestOS
Chen Qun
2020-01-13
1
-0
/
+1
|
*
usbredir: Prevent recursion in usbredir_write
Dr. David Alan Gilbert
2020-01-13
1
-0
/
+9
|
*
usb-redir: remove 'remote wakeup' flag from configuration descriptor
Yuri Benditovich
2020-01-13
1
-0
/
+20
|
*
usb-host: remove 'remote wakeup' flag from configuration descriptor
Yuri Benditovich
2020-01-13
2
-0
/
+21
*
|
chardev: Use QEMUChrEvent enum in IOEventHandler typedef
Philippe Mathieu-Daudé
2020-01-08
3
-3
/
+3
*
|
ccid-card-passthru: Explicit we ignore QEMUChrEvent in IOEventHandler
Philippe Mathieu-Daudé
2020-01-07
1
-0
/
+5
*
|
hw/usb/redirect: Explicit we ignore few QEMUChrEvent in IOEventHandler
Philippe Mathieu-Daudé
2020-01-07
1
-0
/
+5
*
|
hw/usb/dev-serial: Explicit we ignore few QEMUChrEvent in IOEventHandler
Philippe Mathieu-Daudé
2020-01-07
1
-0
/
+4
*
|
hw/usb/redirect: Do not link 'usb-redir' device when USB not enabled
Philippe Mathieu-Daudé
2020-01-07
1
-0
/
+2
|
/
*
hw/usb: rename Error ** parameter to more common errp
Vladimir Sementsov-Ogievskiy
2019-12-18
1
-1
/
+1
*
hw/usb: Remove the USB bluetooth dongle device
Thomas Huth
2019-12-16
3
-587
/
+0
*
usb-host: add option to allow all resets.
Gerd Hoffmann
2019-11-06
1
-4
/
+9
*
usbaudio: change playback counters to 64 bit
Kővágó, Zoltán
2019-10-18
1
-6
/
+8
*
usb-audio: support more than two channels of audio
Kővágó, Zoltán
2019-10-18
1
-53
/
+366
*
usb-audio: do not count on avail bytes actually available
Kővágó, Zoltán
2019-10-18
1
-11
/
+17
[next]