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
*
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
*
|
migration: Replace migration's JSON writer by the general one
Markus Armbruster
2020-12-19
1
-3
/
+4
|
/
*
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2020-12-15
1
-1
/
+1
|
\
|
*
machine: introduce MachineInitPhase
Paolo Bonzini
2020-12-15
1
-1
/
+1
*
|
usb: xlnx-usb-subsystem: Add xilinx usb subsystem
Sai Pavan Boddu
2020-12-15
3
-0
/
+100
*
|
usb: Add DWC3 model
Vikram Garhwal
2020-12-15
3
-0
/
+695
*
|
usb: Add versal-usb2-ctrl-regs module
Sai Pavan Boddu
2020-12-15
2
-0
/
+230
|
/
*
usb: fix kconfig for usb-xhci-sysbus
Paolo Bonzini
2020-11-20
1
-1
/
+0
*
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1...
Peter Maydell
2020-11-16
6
-6
/
+6
|
\
|
*
usb: Fix Lesser GPL version number
Chetan Pant
2020-11-15
6
-6
/
+6
*
|
xhci: move sanity checks
Gerd Hoffmann
2020-11-16
1
-2
/
+5
*
|
xhci: fix guest triggerable assert
Gerd Hoffmann
2020-11-16
1
-1
/
+3
*
|
usb-storage: fill csw on cancel
Gerd Hoffmann
2020-11-16
1
-0
/
+4
*
|
usb-storage: use bool for removable property
Gerd Hoffmann
2020-11-16
1
-2
/
+2
*
|
usb-storage: add commandlog property
Gerd Hoffmann
2020-11-16
1
-5
/
+5
*
|
usb-storage: switch trace events
Gerd Hoffmann
2020-11-16
2
-25
/
+29
|
/
*
xhci: fix nec-usb-xhci properties
Gerd Hoffmann
2020-11-13
1
-5
/
+26
*
hw/usb/Kconfig: Fix USB_XHCI_NEC (depends on USB_XHCI_PCI)
Philippe Mathieu-Daudé
2020-11-13
1
-2
/
+1
*
dev-serial: store flow control and xon/xoff characters
Mark Cave-Ayland
2020-11-04
2
-3
/
+37
*
dev-serial: add support for setting data_bits in QEMUSerialSetParams
Mark Cave-Ayland
2020-11-04
2
-0
/
+18
*
dev-serial: add always-plugged property to ensure USB device is always attached
Mark Cave-Ayland
2020-11-04
1
-3
/
+6
*
dev-serial: replace DeviceOutVendor/DeviceInVendor with equivalent macros fro...
Mark Cave-Ayland
2020-11-04
1
-15
/
+10
*
dev-serial: add trace-events for baud rate and data parameters
Mark Cave-Ayland
2020-11-04
2
-0
/
+5
*
dev-serial: convert from DPRINTF to trace-events
Mark Cave-Ayland
2020-11-04
2
-14
/
+22
*
dev-serial: use USB_SERIAL QOM macro for USBSerialState assignments
Mark Cave-Ayland
2020-11-04
1
-3
/
+3
*
dev-serial: style changes to improve readability and checkpatch fixes
Mark Cave-Ayland
2020-11-04
1
-104
/
+126
*
hw/arm/npcm7xx: Add EHCI and OHCI controllers
Havard Skinnemoen
2020-10-27
2
-0
/
+20
*
usb/xhci: fixup xhci kconfig deps
Gerd Hoffmann
2020-10-21
1
-4
/
+2
*
usb/xhci: add xhci_sysbus_build_aml() helper
Gerd Hoffmann
2020-10-21
1
-0
/
+15
*
usb/xhci: add include/hw/usb/xhci.h header file
Gerd Hoffmann
2020-10-21
6
-41
/
+28
*
hw/usb/hcd-dwc2: fix divide-by-zero in dwc2_handle_packet()
Mauro Matteo Cascella
2020-10-19
1
-0
/
+6
*
usb/hcd-ehci: Fix error handling on missing device for iTD
Anthony PERARD
2020-10-19
1
-17
/
+18
*
usb: hcd-dwc2: change assert()s to qemu_log_mask(LOG_GUEST_ERROR...)
Paul Zimmerman
2020-10-19
1
-19
/
+81
*
hw/usb: Use lock guard macros
Amey Narkhede
2020-09-28
1
-27
/
+27
*
usb: hcd-xhci-sysbus: Attach xhci to sysbus device
Sai Pavan Boddu
2020-09-28
5
-0
/
+148
*
usb/hcd-xhci: Split pci wrapper for xhci base model
Sai Pavan Boddu
2020-09-28
5
-193
/
+303
*
usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c
Sai Pavan Boddu
2020-09-28
5
-31
/
+79
*
usb/hcd-xhci: Make dma read/writes hooks pci free
Sai Pavan Boddu
2020-09-28
2
-13
/
+12
*
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200921-pull-request' ...
Peter Maydell
2020-09-22
2
-4
/
+28
|
\
|
*
hw: usb: hcd-ohci: check for processed TD before retire
Prasad J Pandit
2020-09-21
1
-0
/
+4
|
*
hw: usb: hcd-ohci: check len and frame_number variables
Prasad J Pandit
2020-09-21
1
-2
/
+22
|
*
usb: fix u2f build
Gerd Hoffmann
2020-09-21
1
-2
/
+2
*
|
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
15
-48
/
+17
*
|
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
2020-09-18
3
-10
/
+3
|
/
*
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
2020-09-16
2
-3
/
+3
*
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-fixes-100920-...
Peter Maydell
2020-09-12
1
-1
/
+1
|
\
|
*
usb-host: restrict workaround to new libusb versions
Gerd Hoffmann
2020-09-10
1
-1
/
+1
*
|
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
2020-09-12
1
-1
/
+1
|
\
\
|
*
|
util/hexdump: Reorder qemu_hexdump() arguments
Philippe Mathieu-Daudé
2020-09-11
1
-1
/
+1
[next]