index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-18
hw/usb: rename Error ** parameter to more common errp
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-12-16
hw/usb: Remove the USB bluetooth dongle device
Thomas Huth
3
-587
/
+0
2019-11-06
usb-host: add option to allow all resets.
Gerd Hoffmann
1
-4
/
+9
2019-10-18
usbaudio: change playback counters to 64 bit
Kővágó, Zoltán
1
-6
/
+8
2019-10-18
usb-audio: support more than two channels of audio
Kővágó, Zoltán
1
-53
/
+366
2019-10-18
usb-audio: do not count on avail bytes actually available
Kővágó, Zoltán
1
-11
/
+17
2019-08-29
usb-mtp: add sanity checks on rootdir
Bandan Das
1
-14
/
+24
2019-08-29
xhci: Fix memory leak in xhci_kick_epctx
fangying
1
-0
/
+1
2019-08-29
xhci: Fix memory leak in xhci_address_slot
Ying Fang
1
-0
/
+1
2019-08-22
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190822-pull-request' ...
Peter Maydell
3
-21
/
+59
2019-08-22
ehci: fix queue->dev null ptr dereference
Gerd Hoffmann
1
-0
/
+3
2019-08-21
xhci: Add No Op Command
Hikaru Nishida
1
-0
/
+3
2019-08-21
usb-redir: merge interrupt packets
Martin Cerveny
1
-21
/
+48
2019-08-21
usbredir: fix buffer-overflow on vmload
Marc-André Lureau
1
-0
/
+5
2019-08-21
audio: add audiodev properties to frontends
Kővágó, Zoltán
1
-0
/
+1
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
3
-1
/
+3
2019-08-16
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
2
-1
/
+1
2019-08-16
Include sysemu/sysemu.h a lot less
Markus Armbruster
1
-0
/
+1
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
1
-1
/
+0
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
22
-2
/
+22
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
4
-0
/
+4
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
12
-11
/
+1
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
22
-0
/
+22
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2
-0
/
+2
2019-08-16
Include migration/qemu-file-types.h a lot less
Markus Armbruster
1
-0
/
+1
2019-07-15
hw/usb/Kconfig: USB_XHCI_NEC requires USB_XHCI
Philippe Mathieu-Daudé
1
-1
/
+1
2019-07-15
hw/usb/Kconfig: Add CONFIG_USB_EHCI_PCI
Philippe Mathieu-Daudé
2
-5
/
+9
2019-06-24
xen: Import other xen/io/*.h
Anthony PERARD
1
-2
/
+1
2019-06-12
Supply missing header guards
Markus Armbruster
2
-0
/
+10
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
8
-5
/
+3
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
24
-11
/
+30
2019-06-10
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190607-pull-request' ...
Peter Maydell
1
-27
/
+30
2019-06-07
usb-mtp: refactor the flow of usb_mtp_write_data
Bandan Das
1
-27
/
+30
2019-06-06
hw/usb-storage: Use the QOM DEVICE() macro to access DeviceState.qdev
Philippe Mathieu-Daudé
1
-1
/
+1
2019-05-29
usb-hub: emulate per port power switching
Gerd Hoffmann
1
-0
/
+63
2019-05-29
usb-hub: add usb_hub_port_update()
Gerd Hoffmann
1
-12
/
+17
2019-05-29
usb-hub: add helpers to update port state
Gerd Hoffmann
1
-39
/
+45
2019-05-29
usb-hub: make number of ports runtime-configurable
Gerd Hoffmann
1
-16
/
+29
2019-05-29
usb-hub: tweak feature names
Gerd Hoffmann
1
-5
/
+5
2019-05-29
usb-host: avoid libusb_set_configuration calls
Gerd Hoffmann
1
-8
/
+10
2019-05-29
usb-host: skip reset for untouched devices
Gerd Hoffmann
1
-0
/
+3
2019-05-29
usb: call reset handler before updating state
Gerd Hoffmann
1
-1
/
+1
2019-05-03
hw/usb: avoid format truncation warning when formatting port name
Daniel P. Berrangé
1
-1
/
+3
2019-05-02
hw/usb/hcd-ohci: Move PCI-related code into a separate file
Thomas Huth
5
-207
/
+283
2019-05-02
hw/usb/hcd-ohci: Do not use PCI functions with sysbus devices in ohci_die()
Thomas Huth
1
-12
/
+27
2019-05-02
usb/xhci: avoid trigger assertion if guest write wrong epid
Longpeng
1
-1
/
+1
2019-05-02
usb-mtp: change default to success for usb_mtp_update_object
Bandan Das
1
-1
/
+1
2019-05-02
usb-mtp: fix alignment of access of ObjectInfo filename field
Daniel P. Berrangé
1
-3
/
+3
2019-05-02
usb-mtp: fix string length for filename when writing metadata
Daniel P. Berrangé
1
-1
/
+1
2019-04-16
usb-mtp: fix bounds check for guest provided filename
Daniel P. Berrangé
1
-2
/
+9
[next]