Age | Commit message (Expand) | Author | Files | Lines |
2021-03-26 | hw/usb/hcd-ehci: Fix crash when showing help of EHCI devices | Thomas Huth | 1 | -5/+5 |
2021-03-26 | hw/usb/hcd-ehci-sysbus: Free USBPacket on instance finalize() | Philippe Mathieu-Daudé | 1 | -0/+9 |
2021-03-26 | usb: Remove "-usbdevice ccid" | Thomas Huth | 1 | -1/+0 |
2021-03-15 | usb/storage: clear csw on reset | Gerd Hoffmann | 1 | -0/+1 |
2021-03-15 | usb/storage: add kconfig symbols | Gerd Hoffmann | 2 | -3/+14 |
2021-03-15 | usb/storage move usb-storage device to separate source file | Gerd Hoffmann | 3 | -135/+157 |
2021-03-15 | usb/storage: move usb-bot device to separate source file | Gerd Hoffmann | 3 | -42/+64 |
2021-03-15 | usb/storage: move declarations to usb/msd.h header | Gerd Hoffmann | 1 | -42/+6 |
2021-03-15 | hw/usb: Extract VT82C686 UHCI PCI function into a new unit | Philippe Mathieu-Daudé | 3 | -23/+44 |
2021-03-15 | hw/usb/hcd-uhci: Expose generic prototypes to local header | Philippe Mathieu-Daudé | 2 | -57/+96 |
2021-03-15 | usb: Un-deprecate -usbdevice (except for -usbdevice audio which gets removed) | Thomas Huth | 1 | -1/+0 |
2021-03-15 | usb: remove '-usbdevice u2f-key' | Paolo Bonzini | 1 | -1/+0 |
2021-03-15 | usb: remove support for -usbdevice parameters | Paolo Bonzini | 2 | -26/+8 |
2021-03-15 | hw/usb/bus: Remove the "full-path" property | Thomas Huth | 1 | -6/+1 |
2021-03-09 | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé | 3 | -3/+3 |
2021-03-09 | Various spelling fixes | Michael Tokarev | 2 | -2/+2 |
2021-02-25 | scsi: drop 'result' argument from command_complete callback | Hannes Reinecke | 2 | -7/+6 |
2021-02-20 | u2f-passthru: put it into the 'misc' category | Gan Qixin | 1 | -0/+1 |
2021-02-17 | usb/pcap: set flag_setup | Gerd Hoffmann | 1 | -0/+2 |
2021-02-17 | usb-host: use correct altsetting in usb_host_ep_update | Nick Rosbrook | 1 | -3/+15 |
2021-01-27 | block: Separate blk_is_writable() and blk_supports_write_perm() | Kevin Wolf | 1 | -2/+2 |
2021-01-22 | usb-host: map LIBUSB_SPEED_SUPER_PLUS to USB_SPEED_SUPER | Gerd Hoffmann | 1 | -0/+15 |
2021-01-22 | usb: add pcap support. | Gerd Hoffmann | 4 | -0/+285 |
2021-01-22 | hw/usb/dev-uas: Report command additional adb length as unsupported | Philippe Mathieu-Daudé | 1 | -1/+11 |
2021-01-22 | hw/usb/hcd-xhci: Fix extraneous format-truncation error on 32-bit hosts | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-01-22 | hw/usb: Convert to qdev_realize() | Markus Armbruster | 2 | -7/+2 |
2021-01-22 | hw/usb: Fix bad printf format specifiers | Alex Chen | 4 | -9/+9 |
2021-01-22 | hw/usb/host-libusb.c: fix build with kernel < 5.0 | Fabrice Fontaine | 1 | -1/+2 |
2021-01-08 | Remove superfluous timer_del() calls | Peter Maydell | 6 | -6/+0 |
2021-01-01 | Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ... | Peter Maydell | 3 | -0/+3 |
2020-12-19 | migration: Replace migration's JSON writer by the general one | Markus Armbruster | 1 | -3/+4 |
2020-12-18 | qdev: Move softmmu properties to qdev-properties-system.h | Eduardo Habkost | 3 | -0/+3 |
2020-12-15 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 1 | -1/+1 |
2020-12-15 | machine: introduce MachineInitPhase | Paolo Bonzini | 1 | -1/+1 |
2020-12-15 | usb: xlnx-usb-subsystem: Add xilinx usb subsystem | Sai Pavan Boddu | 3 | -0/+100 |
2020-12-15 | usb: Add DWC3 model | Vikram Garhwal | 3 | -0/+695 |
2020-12-15 | usb: Add versal-usb2-ctrl-regs module | Sai Pavan Boddu | 2 | -0/+230 |
2020-11-20 | usb: fix kconfig for usb-xhci-sysbus | Paolo Bonzini | 1 | -1/+0 |
2020-11-16 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1... | Peter Maydell | 6 | -6/+6 |
2020-11-16 | xhci: move sanity checks | Gerd Hoffmann | 1 | -2/+5 |
2020-11-16 | xhci: fix guest triggerable assert | Gerd Hoffmann | 1 | -1/+3 |
2020-11-16 | usb-storage: fill csw on cancel | Gerd Hoffmann | 1 | -0/+4 |
2020-11-16 | usb-storage: use bool for removable property | Gerd Hoffmann | 1 | -2/+2 |
2020-11-16 | usb-storage: add commandlog property | Gerd Hoffmann | 1 | -5/+5 |
2020-11-16 | usb-storage: switch trace events | Gerd Hoffmann | 2 | -25/+29 |
2020-11-15 | usb: Fix Lesser GPL version number | Chetan Pant | 6 | -6/+6 |
2020-11-13 | xhci: fix nec-usb-xhci properties | Gerd Hoffmann | 1 | -5/+26 |
2020-11-13 | hw/usb/Kconfig: Fix USB_XHCI_NEC (depends on USB_XHCI_PCI) | Philippe Mathieu-Daudé | 1 | -2/+1 |
2020-11-04 | dev-serial: store flow control and xon/xoff characters | Mark Cave-Ayland | 2 | -3/+37 |
2020-11-04 | dev-serial: add support for setting data_bits in QEMUSerialSetParams | Mark Cave-Ayland | 2 | -0/+18 |