aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2021-03-26hw/usb/hcd-ehci: Fix crash when showing help of EHCI devicesThomas Huth1-5/+5
2021-03-26hw/usb/hcd-ehci-sysbus: Free USBPacket on instance finalize()Philippe Mathieu-Daudé1-0/+9
2021-03-26usb: Remove "-usbdevice ccid"Thomas Huth1-1/+0
2021-03-15usb/storage: clear csw on resetGerd Hoffmann1-0/+1
2021-03-15usb/storage: add kconfig symbolsGerd Hoffmann2-3/+14
2021-03-15usb/storage move usb-storage device to separate source fileGerd Hoffmann3-135/+157
2021-03-15usb/storage: move usb-bot device to separate source fileGerd Hoffmann3-42/+64
2021-03-15usb/storage: move declarations to usb/msd.h headerGerd Hoffmann1-42/+6
2021-03-15hw/usb: Extract VT82C686 UHCI PCI function into a new unitPhilippe Mathieu-Daudé3-23/+44
2021-03-15hw/usb/hcd-uhci: Expose generic prototypes to local headerPhilippe Mathieu-Daudé2-57/+96
2021-03-15usb: Un-deprecate -usbdevice (except for -usbdevice audio which gets removed)Thomas Huth1-1/+0
2021-03-15usb: remove '-usbdevice u2f-key'Paolo Bonzini1-1/+0
2021-03-15usb: remove support for -usbdevice parametersPaolo Bonzini2-26/+8
2021-03-15hw/usb/bus: Remove the "full-path" propertyThomas Huth1-6/+1
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé3-3/+3
2021-03-09Various spelling fixesMichael Tokarev2-2/+2
2021-02-25scsi: drop 'result' argument from command_complete callbackHannes Reinecke2-7/+6
2021-02-20u2f-passthru: put it into the 'misc' categoryGan Qixin1-0/+1
2021-02-17usb/pcap: set flag_setupGerd Hoffmann1-0/+2
2021-02-17usb-host: use correct altsetting in usb_host_ep_updateNick Rosbrook1-3/+15
2021-01-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf1-2/+2
2021-01-22usb-host: map LIBUSB_SPEED_SUPER_PLUS to USB_SPEED_SUPERGerd Hoffmann1-0/+15
2021-01-22usb: add pcap support.Gerd Hoffmann4-0/+285
2021-01-22hw/usb/dev-uas: Report command additional adb length as unsupportedPhilippe Mathieu-Daudé1-1/+11
2021-01-22hw/usb/hcd-xhci: Fix extraneous format-truncation error on 32-bit hostsPhilippe Mathieu-Daudé1-1/+1
2021-01-22hw/usb: Convert to qdev_realize()Markus Armbruster2-7/+2
2021-01-22hw/usb: Fix bad printf format specifiersAlex Chen4-9/+9
2021-01-22hw/usb/host-libusb.c: fix build with kernel < 5.0Fabrice Fontaine1-1/+2
2021-01-08Remove superfluous timer_del() callsPeter Maydell6-6/+0
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell3-0/+3
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster1-3/+4
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost3-0/+3
2020-12-15Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-1/+1
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini1-1/+1
2020-12-15usb: xlnx-usb-subsystem: Add xilinx usb subsystemSai Pavan Boddu3-0/+100
2020-12-15usb: Add DWC3 modelVikram Garhwal3-0/+695
2020-12-15usb: Add versal-usb2-ctrl-regs moduleSai Pavan Boddu2-0/+230
2020-11-20usb: fix kconfig for usb-xhci-sysbusPaolo Bonzini1-1/+0
2020-11-16Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1...Peter Maydell6-6/+6
2020-11-16xhci: move sanity checksGerd Hoffmann1-2/+5
2020-11-16xhci: fix guest triggerable assertGerd Hoffmann1-1/+3
2020-11-16usb-storage: fill csw on cancelGerd Hoffmann1-0/+4
2020-11-16usb-storage: use bool for removable propertyGerd Hoffmann1-2/+2
2020-11-16usb-storage: add commandlog propertyGerd Hoffmann1-5/+5
2020-11-16usb-storage: switch trace eventsGerd Hoffmann2-25/+29
2020-11-15usb: Fix Lesser GPL version numberChetan Pant6-6/+6
2020-11-13xhci: fix nec-usb-xhci propertiesGerd Hoffmann1-5/+26
2020-11-13hw/usb/Kconfig: Fix USB_XHCI_NEC (depends on USB_XHCI_PCI)Philippe Mathieu-Daudé1-2/+1
2020-11-04dev-serial: store flow control and xon/xoff charactersMark Cave-Ayland2-3/+37
2020-11-04dev-serial: add support for setting data_bits in QEMUSerialSetParamsMark Cave-Ayland2-0/+18