summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-093-3/+3
* Various spelling fixesMichael Tokarev2021-03-092-2/+2
* scsi: drop 'result' argument from command_complete callbackHannes Reinecke2021-02-252-7/+6Star
* u2f-passthru: put it into the 'misc' categoryGan Qixin2021-02-201-0/+1
* usb/pcap: set flag_setupGerd Hoffmann2021-02-171-0/+2
* usb-host: use correct altsetting in usb_host_ep_updateNick Rosbrook2021-02-171-3/+15
* block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf2021-01-271-2/+2
* usb-host: map LIBUSB_SPEED_SUPER_PLUS to USB_SPEED_SUPERGerd Hoffmann2021-01-221-0/+15
* usb: add pcap support.Gerd Hoffmann2021-01-224-0/+285
* hw/usb/dev-uas: Report command additional adb length as unsupportedPhilippe Mathieu-Daudé2021-01-221-1/+11
* hw/usb/hcd-xhci: Fix extraneous format-truncation error on 32-bit hostsPhilippe Mathieu-Daudé2021-01-221-1/+1
* hw/usb: Convert to qdev_realize()Markus Armbruster2021-01-222-7/+2Star
* hw/usb: Fix bad printf format specifiersAlex Chen2021-01-224-9/+9
* hw/usb/host-libusb.c: fix build with kernel < 5.0Fabrice Fontaine2021-01-221-1/+2
* Remove superfluous timer_del() callsPeter Maydell2021-01-086-6/+0Star
* Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell2021-01-013-0/+3
|\
| * qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-183-0/+3
* | migration: Replace migration's JSON writer by the general oneMarkus Armbruster2020-12-191-3/+4
|/
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-12-151-1/+1
|\
| * machine: introduce MachineInitPhasePaolo Bonzini2020-12-151-1/+1
* | usb: xlnx-usb-subsystem: Add xilinx usb subsystemSai Pavan Boddu2020-12-153-0/+100
* | usb: Add DWC3 modelVikram Garhwal2020-12-153-0/+695
* | usb: Add versal-usb2-ctrl-regs moduleSai Pavan Boddu2020-12-152-0/+230
|/
* usb: fix kconfig for usb-xhci-sysbusPaolo Bonzini2020-11-201-1/+0Star
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1...Peter Maydell2020-11-166-6/+6
|\
| * usb: Fix Lesser GPL version numberChetan Pant2020-11-156-6/+6
* | xhci: move sanity checksGerd Hoffmann2020-11-161-2/+5
* | xhci: fix guest triggerable assertGerd Hoffmann2020-11-161-1/+3
* | usb-storage: fill csw on cancelGerd Hoffmann2020-11-161-0/+4
* | usb-storage: use bool for removable propertyGerd Hoffmann2020-11-161-2/+2
* | usb-storage: add commandlog propertyGerd Hoffmann2020-11-161-5/+5
* | usb-storage: switch trace eventsGerd Hoffmann2020-11-162-25/+29
|/
* xhci: fix nec-usb-xhci propertiesGerd Hoffmann2020-11-131-5/+26
* hw/usb/Kconfig: Fix USB_XHCI_NEC (depends on USB_XHCI_PCI)Philippe Mathieu-Daudé2020-11-131-2/+1Star
* dev-serial: store flow control and xon/xoff charactersMark Cave-Ayland2020-11-042-3/+37
* dev-serial: add support for setting data_bits in QEMUSerialSetParamsMark Cave-Ayland2020-11-042-0/+18
* dev-serial: add always-plugged property to ensure USB device is always attachedMark Cave-Ayland2020-11-041-3/+6
* dev-serial: replace DeviceOutVendor/DeviceInVendor with equivalent macros fro...Mark Cave-Ayland2020-11-041-15/+10Star
* dev-serial: add trace-events for baud rate and data parametersMark Cave-Ayland2020-11-042-0/+5
* dev-serial: convert from DPRINTF to trace-eventsMark Cave-Ayland2020-11-042-14/+22
* dev-serial: use USB_SERIAL QOM macro for USBSerialState assignmentsMark Cave-Ayland2020-11-041-3/+3
* dev-serial: style changes to improve readability and checkpatch fixesMark Cave-Ayland2020-11-041-104/+126
* hw/arm/npcm7xx: Add EHCI and OHCI controllersHavard Skinnemoen2020-10-272-0/+20
* usb/xhci: fixup xhci kconfig depsGerd Hoffmann2020-10-211-4/+2Star
* usb/xhci: add xhci_sysbus_build_aml() helperGerd Hoffmann2020-10-211-0/+15
* usb/xhci: add include/hw/usb/xhci.h header fileGerd Hoffmann2020-10-216-41/+28Star
* hw/usb/hcd-dwc2: fix divide-by-zero in dwc2_handle_packet()Mauro Matteo Cascella2020-10-191-0/+6
* usb/hcd-ehci: Fix error handling on missing device for iTDAnthony PERARD2020-10-191-17/+18
* usb: hcd-dwc2: change assert()s to qemu_log_mask(LOG_GUEST_ERROR...)Paul Zimmerman2020-10-191-19/+81
* hw/usb: Use lock guard macrosAmey Narkhede2020-09-281-27/+27