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
2020-11-04
dev-serial: store flow control and xon/xoff characters
Mark Cave-Ayland
2
-3
/
+37
2020-11-04
dev-serial: add support for setting data_bits in QEMUSerialSetParams
Mark Cave-Ayland
2
-0
/
+18
2020-11-04
dev-serial: add always-plugged property to ensure USB device is always attached
Mark Cave-Ayland
1
-3
/
+6
2020-11-04
dev-serial: replace DeviceOutVendor/DeviceInVendor with equivalent macros fro...
Mark Cave-Ayland
1
-15
/
+10
2020-11-04
dev-serial: add trace-events for baud rate and data parameters
Mark Cave-Ayland
2
-0
/
+5
2020-11-04
dev-serial: convert from DPRINTF to trace-events
Mark Cave-Ayland
2
-14
/
+22
2020-11-04
dev-serial: use USB_SERIAL QOM macro for USBSerialState assignments
Mark Cave-Ayland
1
-3
/
+3
2020-11-04
dev-serial: style changes to improve readability and checkpatch fixes
Mark Cave-Ayland
1
-104
/
+126
2020-10-27
hw/arm/npcm7xx: Add EHCI and OHCI controllers
Havard Skinnemoen
2
-0
/
+20
2020-10-21
usb/xhci: fixup xhci kconfig deps
Gerd Hoffmann
1
-4
/
+2
2020-10-21
usb/xhci: add xhci_sysbus_build_aml() helper
Gerd Hoffmann
1
-0
/
+15
2020-10-21
usb/xhci: add include/hw/usb/xhci.h header file
Gerd Hoffmann
6
-41
/
+28
2020-10-19
hw/usb/hcd-dwc2: fix divide-by-zero in dwc2_handle_packet()
Mauro Matteo Cascella
1
-0
/
+6
2020-10-19
usb/hcd-ehci: Fix error handling on missing device for iTD
Anthony PERARD
1
-17
/
+18
2020-10-19
usb: hcd-dwc2: change assert()s to qemu_log_mask(LOG_GUEST_ERROR...)
Paul Zimmerman
1
-19
/
+81
2020-09-28
hw/usb: Use lock guard macros
Amey Narkhede
1
-27
/
+27
2020-09-28
usb: hcd-xhci-sysbus: Attach xhci to sysbus device
Sai Pavan Boddu
5
-0
/
+148
2020-09-28
usb/hcd-xhci: Split pci wrapper for xhci base model
Sai Pavan Boddu
5
-193
/
+303
2020-09-28
usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c
Sai Pavan Boddu
5
-31
/
+79
2020-09-28
usb/hcd-xhci: Make dma read/writes hooks pci free
Sai Pavan Boddu
2
-13
/
+12
2020-09-22
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200921-pull-request' ...
Peter Maydell
2
-4
/
+28
2020-09-21
hw: usb: hcd-ohci: check for processed TD before retire
Prasad J Pandit
1
-0
/
+4
2020-09-21
hw: usb: hcd-ohci: check len and frame_number variables
Prasad J Pandit
1
-2
/
+22
2020-09-21
usb: fix u2f build
Gerd Hoffmann
1
-2
/
+2
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
15
-48
/
+17
2020-09-18
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
3
-10
/
+3
2020-09-16
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
2
-3
/
+3
2020-09-12
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-fixes-100920-...
Peter Maydell
1
-1
/
+1
2020-09-12
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
1
-1
/
+1
2020-09-11
util/hexdump: Reorder qemu_hexdump() arguments
Philippe Mathieu-Daudé
1
-1
/
+1
2020-09-11
util/hexdump: Convert to take a void pointer argument
Philippe Mathieu-Daudé
1
-1
/
+1
2020-09-11
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
22
-88
/
+132
2020-09-10
usb-host: restrict workaround to new libusb versions
Gerd Hoffmann
1
-1
/
+1
2020-09-09
tusb6010: Rename TUSB to TUSB6010
Eduardo Habkost
1
-3
/
+3
2020-09-09
usb: Rename USB_SERIAL_DEV to USB_SERIAL
Eduardo Habkost
1
-2
/
+2
2020-09-09
dev-smartcard-reader: Rename CCID_DEV_NAME to TYPE_USB_CCID_DEV
Eduardo Habkost
1
-4
/
+4
2020-09-09
trace-events: Fix attribution of trace points to source
Markus Armbruster
1
-1
/
+3
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
22
-45
/
+50
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
22
-37
/
+76
2020-09-01
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
2
-3
/
+2
2020-09-01
usb/bus: Remove dead assignment in usb_get_fw_dev_path()
Chen Qun
1
-2
/
+2
2020-09-01
hw: Remove superfluous breaks
Liao Pingfang
1
-1
/
+0
2020-08-31
usb: fix setup_len init (CVE-2020-14364)
Gerd Hoffmann
1
-6
/
+10
2020-08-31
usb-host: workaround libusb bug
Gerd Hoffmann
1
-1
/
+36
2020-08-31
hw/usb: Add U2F device autoscan to passthru mode
César Belley
2
-14
/
+101
2020-08-31
hw/usb: Add U2F device check to passthru mode
César Belley
1
-0
/
+41
2020-08-31
meson: Add U2F key to meson
César Belley
2
-0
/
+12
2020-08-31
hw/usb: Add U2F key emulated mode
César Belley
1
-0
/
+405
2020-08-31
hw/usb: Add U2F key passthru mode
César Belley
1
-0
/
+423
2020-08-31
hw/usb: Add U2F key base class implementation
César Belley
1
-0
/
+352
[next]