Age | Commit message (Expand) | Author |
2020-11-20 | usb: fix kconfig for usb-xhci-sysbus | Paolo Bonzini |
2020-11-16 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1... | Peter Maydell |
2020-11-16 | xhci: move sanity checks | Gerd Hoffmann |
2020-11-16 | xhci: fix guest triggerable assert | Gerd Hoffmann |
2020-11-16 | usb-storage: fill csw on cancel | Gerd Hoffmann |
2020-11-16 | usb-storage: use bool for removable property | Gerd Hoffmann |
2020-11-16 | usb-storage: add commandlog property | Gerd Hoffmann |
2020-11-16 | usb-storage: switch trace events | Gerd Hoffmann |
2020-11-15 | usb: Fix Lesser GPL version number | Chetan Pant |
2020-11-13 | xhci: fix nec-usb-xhci properties | Gerd Hoffmann |
2020-11-13 | hw/usb/Kconfig: Fix USB_XHCI_NEC (depends on USB_XHCI_PCI) | Philippe Mathieu-Daudé |
2020-11-04 | dev-serial: store flow control and xon/xoff characters | Mark Cave-Ayland |
2020-11-04 | dev-serial: add support for setting data_bits in QEMUSerialSetParams | Mark Cave-Ayland |
2020-11-04 | dev-serial: add always-plugged property to ensure USB device is always attached | Mark Cave-Ayland |
2020-11-04 | dev-serial: replace DeviceOutVendor/DeviceInVendor with equivalent macros fro... | Mark Cave-Ayland |
2020-11-04 | dev-serial: add trace-events for baud rate and data parameters | Mark Cave-Ayland |
2020-11-04 | dev-serial: convert from DPRINTF to trace-events | Mark Cave-Ayland |
2020-11-04 | dev-serial: use USB_SERIAL QOM macro for USBSerialState assignments | Mark Cave-Ayland |
2020-11-04 | dev-serial: style changes to improve readability and checkpatch fixes | Mark Cave-Ayland |
2020-10-27 | hw/arm/npcm7xx: Add EHCI and OHCI controllers | Havard Skinnemoen |
2020-10-21 | usb/xhci: fixup xhci kconfig deps | Gerd Hoffmann |
2020-10-21 | usb/xhci: add xhci_sysbus_build_aml() helper | Gerd Hoffmann |
2020-10-21 | usb/xhci: add include/hw/usb/xhci.h header file | Gerd Hoffmann |
2020-10-19 | hw/usb/hcd-dwc2: fix divide-by-zero in dwc2_handle_packet() | Mauro Matteo Cascella |
2020-10-19 | usb/hcd-ehci: Fix error handling on missing device for iTD | Anthony PERARD |
2020-10-19 | usb: hcd-dwc2: change assert()s to qemu_log_mask(LOG_GUEST_ERROR...) | Paul Zimmerman |
2020-09-28 | hw/usb: Use lock guard macros | Amey Narkhede |
2020-09-28 | usb: hcd-xhci-sysbus: Attach xhci to sysbus device | Sai Pavan Boddu |
2020-09-28 | usb/hcd-xhci: Split pci wrapper for xhci base model | Sai Pavan Boddu |
2020-09-28 | usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c | Sai Pavan Boddu |
2020-09-28 | usb/hcd-xhci: Make dma read/writes hooks pci free | Sai Pavan Boddu |
2020-09-22 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200921-pull-request' ... | Peter Maydell |
2020-09-21 | hw: usb: hcd-ohci: check for processed TD before retire | Prasad J Pandit |
2020-09-21 | hw: usb: hcd-ohci: check len and frame_number variables | Prasad J Pandit |
2020-09-21 | usb: fix u2f build | Gerd Hoffmann |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-18 | Use OBJECT_DECLARE_TYPE when possible | Eduardo Habkost |
2020-09-16 | util: rename qemu_open() to qemu_open_old() | Daniel P. Berrangé |
2020-09-12 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-fixes-100920-... | Peter Maydell |
2020-09-12 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell |
2020-09-11 | util/hexdump: Reorder qemu_hexdump() arguments | Philippe Mathieu-Daudé |
2020-09-11 | util/hexdump: Convert to take a void pointer argument | Philippe Mathieu-Daudé |
2020-09-11 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell |
2020-09-10 | usb-host: restrict workaround to new libusb versions | Gerd Hoffmann |
2020-09-09 | tusb6010: Rename TUSB to TUSB6010 | Eduardo Habkost |
2020-09-09 | usb: Rename USB_SERIAL_DEV to USB_SERIAL | Eduardo Habkost |
2020-09-09 | dev-smartcard-reader: Rename CCID_DEV_NAME to TYPE_USB_CCID_DEV | Eduardo Habkost |
2020-09-09 | trace-events: Fix attribution of trace points to source | Markus Armbruster |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |