Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210315-pull-request' into staging
usb: -usbdevice cleanup and un-deprecation.
usb: split usb-storage.
usb: misc fixes and cleanups.
# gpg: Signature made Mon 15 Mar 2021 18:02:28 GMT
# gpg: using RSA key A0328CFFB93A17A79901FE7D4CB6D8EED3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>" [full]
# gpg: aka "Gerd Hoffmann <gerd@kraxel.org>" [full]
# gpg: aka "Gerd Hoffmann (private) <kraxel@gmail.com>" [full]
# Primary key fingerprint: A032 8CFF B93A 17A7 9901 FE7D 4CB6 D8EE D3E8 7138
* remotes/kraxel/tags/usb-20210315-pull-request:
usb/storage: clear csw on reset
usb/storage: add kconfig symbols
usb/storage move usb-storage device to separate source file
usb/storage: move usb-bot device to separate source file
usb/storage: move declarations to usb/msd.h header
hw/usb: Extract VT82C686 UHCI PCI function into a new unit
hw/usb/hcd-uhci: Expose generic prototypes to local header
hw/southbridge: Add missing Kconfig dependency VT82C686 on USB_UHCI
usb: Document the missing -usbdevice options
usb: Un-deprecate -usbdevice (except for -usbdevice audio which gets removed)
usb: remove '-usbdevice u2f-key'
usb: remove support for -usbdevice parameters
hw/usb/bus: Remove the "full-path" property
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
Showing
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- docs/system/deprecated.rst 0 additions, 9 deletionsdocs/system/deprecated.rst
- docs/system/removed-features.rst 8 additions, 0 deletionsdocs/system/removed-features.rst
- hw/isa/Kconfig 1 addition, 0 deletionshw/isa/Kconfig
- hw/usb/Kconfig 12 additions, 1 deletionhw/usb/Kconfig
- hw/usb/bus.c 8 additions, 31 deletionshw/usb/bus.c
- hw/usb/dev-audio.c 0 additions, 1 deletionhw/usb/dev-audio.c
- hw/usb/dev-serial.c 1 addition, 1 deletionhw/usb/dev-serial.c
- hw/usb/dev-storage-bot.c 63 additions, 0 deletionshw/usb/dev-storage-bot.c
- hw/usb/dev-storage-classic.c 156 additions, 0 deletionshw/usb/dev-storage-classic.c
- hw/usb/dev-storage.c 7 additions, 219 deletionshw/usb/dev-storage.c
- hw/usb/hcd-uhci.c 3 additions, 80 deletionshw/usb/hcd-uhci.c
- hw/usb/hcd-uhci.h 93 additions, 0 deletionshw/usb/hcd-uhci.h
- hw/usb/meson.build 4 additions, 1 deletionhw/usb/meson.build
- hw/usb/u2f.c 0 additions, 1 deletionhw/usb/u2f.c
- hw/usb/vt82c686-uhci-pci.c 43 additions, 0 deletionshw/usb/vt82c686-uhci-pci.c
- include/hw/usb.h 1 addition, 2 deletionsinclude/hw/usb.h
- include/hw/usb/msd.h 54 additions, 0 deletionsinclude/hw/usb/msd.h
- qemu-options.hx 29 additions, 6 deletionsqemu-options.hx
- softmmu/vl.c 0 additions, 2 deletionssoftmmu/vl.c
Loading
Please register or sign in to comment