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
*
configure, meson: convert libusbredir detection to meson
Paolo Bonzini
2021-06-25
1
-1
/
+1
*
configure, meson: convert libcacard detection to meson
Paolo Bonzini
2021-06-25
1
-1
/
+1
*
configure, meson: convert libusb detection to meson
Paolo Bonzini
2021-06-25
1
-1
/
+1
*
usb/dev-mtp: use GDateTime for formatting timestamp for objects
Daniel P. Berrangé
2021-06-14
1
-6
/
+3
*
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
2021-06-02
1
-1
/
+1
*
hw/usb: hcd-xhci-pci: Fix spec violation of IP flag for MSI/MSI-X
Ruimei Yan
2021-05-28
4
-7
/
+15
*
hw/usb: hcd-xhci-pci: Raise MSI/MSI-X interrupts only when told to
Ruimei Yan
2021-05-28
1
-2
/
+3
*
Drop the deprecated lm32 target
Markus Armbruster
2021-05-12
2
-7
/
+0
*
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210505-pull-request' ...
Peter Maydell
2021-05-10
7
-14
/
+13
|
\
|
*
usb: limit combined packets to 1 MiB (CVE-2021-3527)
Gerd Hoffmann
2021-05-05
1
-1
/
+3
|
*
usb/mtp: avoid dynamic stack allocation
Gerd Hoffmann
2021-05-04
1
-1
/
+2
|
*
usb/redir: avoid dynamic stack allocation (CVE-2021-3527)
Gerd Hoffmann
2021-05-04
1
-3
/
+3
|
*
usb/hid: avoid dynamic stack allocation
Gerd Hoffmann
2021-05-04
2
-2
/
+2
|
*
hw/usb: Do not build USB subsystem if not required
Philippe Mathieu-Daudé
2021-05-04
1
-6
/
+3
|
*
hw/usb/host-stub: Remove unused header
Philippe Mathieu-Daudé
2021-05-04
1
-1
/
+0
*
|
hw: Do not include qemu/log.h if it is not necessary
Thomas Huth
2021-05-02
5
-5
/
+0
*
|
hw: Do not include hw/irq.h if it is not necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
|
hw: Do not include hw/sysbus.h if it is not necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
|
hw/usb: Constify VMStateDescription
Philippe Mathieu-Daudé
2021-05-02
2
-5
/
+5
|
/
*
hw/usb/hcd-ehci: Fix crash when showing help of EHCI devices
Thomas Huth
2021-03-26
1
-5
/
+5
*
hw/usb/hcd-ehci-sysbus: Free USBPacket on instance finalize()
Philippe Mathieu-Daudé
2021-03-26
1
-0
/
+9
*
usb: Remove "-usbdevice ccid"
Thomas Huth
2021-03-26
1
-1
/
+0
*
usb/storage: clear csw on reset
Gerd Hoffmann
2021-03-15
1
-0
/
+1
*
usb/storage: add kconfig symbols
Gerd Hoffmann
2021-03-15
2
-3
/
+14
*
usb/storage move usb-storage device to separate source file
Gerd Hoffmann
2021-03-15
3
-135
/
+157
*
usb/storage: move usb-bot device to separate source file
Gerd Hoffmann
2021-03-15
3
-42
/
+64
*
usb/storage: move declarations to usb/msd.h header
Gerd Hoffmann
2021-03-15
1
-42
/
+6
*
hw/usb: Extract VT82C686 UHCI PCI function into a new unit
Philippe Mathieu-Daudé
2021-03-15
3
-23
/
+44
*
hw/usb/hcd-uhci: Expose generic prototypes to local header
Philippe Mathieu-Daudé
2021-03-15
2
-57
/
+96
*
usb: Un-deprecate -usbdevice (except for -usbdevice audio which gets removed)
Thomas Huth
2021-03-15
1
-1
/
+0
*
usb: remove '-usbdevice u2f-key'
Paolo Bonzini
2021-03-15
1
-1
/
+0
*
usb: remove support for -usbdevice parameters
Paolo Bonzini
2021-03-15
2
-26
/
+8
*
hw/usb/bus: Remove the "full-path" property
Thomas Huth
2021-03-15
1
-6
/
+1
*
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-03-09
3
-3
/
+3
*
Various spelling fixes
Michael Tokarev
2021-03-09
2
-2
/
+2
*
scsi: drop 'result' argument from command_complete callback
Hannes Reinecke
2021-02-25
2
-7
/
+6
*
u2f-passthru: put it into the 'misc' category
Gan Qixin
2021-02-20
1
-0
/
+1
*
usb/pcap: set flag_setup
Gerd Hoffmann
2021-02-17
1
-0
/
+2
*
usb-host: use correct altsetting in usb_host_ep_update
Nick Rosbrook
2021-02-17
1
-3
/
+15
*
block: Separate blk_is_writable() and blk_supports_write_perm()
Kevin Wolf
2021-01-27
1
-2
/
+2
*
usb-host: map LIBUSB_SPEED_SUPER_PLUS to USB_SPEED_SUPER
Gerd Hoffmann
2021-01-22
1
-0
/
+15
*
usb: add pcap support.
Gerd Hoffmann
2021-01-22
4
-0
/
+285
*
hw/usb/dev-uas: Report command additional adb length as unsupported
Philippe Mathieu-Daudé
2021-01-22
1
-1
/
+11
*
hw/usb/hcd-xhci: Fix extraneous format-truncation error on 32-bit hosts
Philippe Mathieu-Daudé
2021-01-22
1
-1
/
+1
*
hw/usb: Convert to qdev_realize()
Markus Armbruster
2021-01-22
2
-7
/
+2
*
hw/usb: Fix bad printf format specifiers
Alex Chen
2021-01-22
4
-9
/
+9
*
hw/usb/host-libusb.c: fix build with kernel < 5.0
Fabrice Fontaine
2021-01-22
1
-1
/
+2
*
Remove superfluous timer_del() calls
Peter Maydell
2021-01-08
6
-6
/
+0
*
Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...
Peter Maydell
2021-01-01
3
-0
/
+3
|
\
|
*
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-12-18
3
-0
/
+3
[next]