summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* configure, meson: convert libusbredir detection to mesonPaolo Bonzini2021-06-251-1/+1
* configure, meson: convert libcacard detection to mesonPaolo Bonzini2021-06-251-1/+1
* configure, meson: convert libusb detection to mesonPaolo Bonzini2021-06-251-1/+1
* usb/dev-mtp: use GDateTime for formatting timestamp for objectsDaniel P. Berrangé2021-06-141-6/+3Star
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* hw/usb: hcd-xhci-pci: Fix spec violation of IP flag for MSI/MSI-XRuimei Yan2021-05-284-7/+15
* hw/usb: hcd-xhci-pci: Raise MSI/MSI-X interrupts only when told toRuimei Yan2021-05-281-2/+3
* Drop the deprecated lm32 targetMarkus Armbruster2021-05-122-7/+0Star
* Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210505-pull-request' ...Peter Maydell2021-05-107-14/+13Star
|\
| * usb: limit combined packets to 1 MiB (CVE-2021-3527)Gerd Hoffmann2021-05-051-1/+3
| * usb/mtp: avoid dynamic stack allocationGerd Hoffmann2021-05-041-1/+2
| * usb/redir: avoid dynamic stack allocation (CVE-2021-3527)Gerd Hoffmann2021-05-041-3/+3
| * usb/hid: avoid dynamic stack allocationGerd Hoffmann2021-05-042-2/+2
| * hw/usb: Do not build USB subsystem if not requiredPhilippe Mathieu-Daudé2021-05-041-6/+3Star
| * hw/usb/host-stub: Remove unused headerPhilippe Mathieu-Daudé2021-05-041-1/+0Star
* | hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-025-5/+0Star
* | hw: Do not include hw/irq.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* | hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* | hw/usb: Constify VMStateDescriptionPhilippe Mathieu-Daudé2021-05-022-5/+5
|/
* hw/usb/hcd-ehci: Fix crash when showing help of EHCI devicesThomas Huth2021-03-261-5/+5
* hw/usb/hcd-ehci-sysbus: Free USBPacket on instance finalize()Philippe Mathieu-Daudé2021-03-261-0/+9
* usb: Remove "-usbdevice ccid"Thomas Huth2021-03-261-1/+0Star
* usb/storage: clear csw on resetGerd Hoffmann2021-03-151-0/+1
* usb/storage: add kconfig symbolsGerd Hoffmann2021-03-152-3/+14
* usb/storage move usb-storage device to separate source fileGerd Hoffmann2021-03-153-135/+157
* usb/storage: move usb-bot device to separate source fileGerd Hoffmann2021-03-153-42/+64
* usb/storage: move declarations to usb/msd.h headerGerd Hoffmann2021-03-151-42/+6Star
* hw/usb: Extract VT82C686 UHCI PCI function into a new unitPhilippe Mathieu-Daudé2021-03-153-23/+44
* hw/usb/hcd-uhci: Expose generic prototypes to local headerPhilippe Mathieu-Daudé2021-03-152-57/+96
* usb: Un-deprecate -usbdevice (except for -usbdevice audio which gets removed)Thomas Huth2021-03-151-1/+0Star
* usb: remove '-usbdevice u2f-key'Paolo Bonzini2021-03-151-1/+0Star
* usb: remove support for -usbdevice parametersPaolo Bonzini2021-03-152-26/+8Star
* hw/usb/bus: Remove the "full-path" propertyThomas Huth2021-03-151-6/+1Star
* 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