Merge remote-tracking branch 'kraxel/tags/pull-usb-20170529-1' into staging
usb: depricate legacy options and hmp commands
usb: fixes for ehci and hub, split xhci variants
# gpg: Signature made Mon 29 May 2017 02:07:17 PM BST
# gpg: using RSA key 0x4CB6D8EED3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>"
# gpg: aka "Gerd Hoffmann <gerd@kraxel.org>"
# gpg: aka "Gerd Hoffmann (private) <kraxel@gmail.com>"
# Primary key fingerprint: A032 8CFF B93A 17A7 9901 FE7D 4CB6 D8EE D3E8 7138
* kraxel/tags/pull-usb-20170529-1:
ehci: fix frame timer invocation.
usb: don't wakeup during coldplug
usb-hub: set PORT_STAT_C_SUSPEND on host-initiated wake-up
xhci: add CONFIG_USB_XHCI_NEC option
xhci: split into multiple files
usb: Simplify the parameter parsing of the legacy usb serial device
usb: Deprecate HMP commands usb_add and usb_del
usb: Deprecate the legacy -usbdevice option
ehci: fix overflow in frame timer code
Signed-off-by:
Stefan Hajnoczi <stefanha@redhat.com>
No related branches found
No related tags found
Showing
- default-configs/pci.mak 1 addition, 0 deletionsdefault-configs/pci.mak
- hmp-commands.hx 4 additions, 2 deletionshmp-commands.hx
- hw/usb/Makefile.objs 1 addition, 0 deletionshw/usb/Makefile.objs
- hw/usb/core.c 8 additions, 0 deletionshw/usb/core.c
- hw/usb/dev-hub.c 14 additions, 1 deletionhw/usb/dev-hub.c
- hw/usb/dev-serial.c 5 additions, 16 deletionshw/usb/dev-serial.c
- hw/usb/hcd-ehci.c 11 additions, 4 deletionshw/usb/hcd-ehci.c
- hw/usb/hcd-xhci-nec.c 63 additions, 0 deletionshw/usb/hcd-xhci-nec.c
- hw/usb/hcd-xhci.c 2 additions, 236 deletionshw/usb/hcd-xhci.c
- hw/usb/hcd-xhci.h 226 additions, 0 deletionshw/usb/hcd-xhci.h
- qemu-options.hx 5 additions, 4 deletionsqemu-options.hx
- vl.c 8 additions, 0 deletionsvl.c
Loading
Please register or sign in to comment