mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
usb: depricate legacy options and hmp commands
usb: fixes for ehci and hub, split xhci variants -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQIcBAABAgAGBQJZLB0FAAoJEEy22O7T6HE4VPcP/jGMAyulKQvzqbj4vbGT6gFJ Gul2dIMHE2f2O/LbfBvbMX1hySXCfXaoNrIVwoHll+o7mojjG8Jcc7kZ13XhhMZO qAPNNnDQTsL2SrixBKfa+EqQd3d3D4tJrnle8XyRckhsSevkE28/kt+ob3GW0lcV ayRVu+GwnWEI8oUC/+ukK+7OrhV8hW4zOkKzyH0DKqXO/GexywkhWwtVXy3vPx0u AZ2uuzcwzH6cxiCpukW6RcGPYQSNeedGejhtmPuZ9Vh3fYCOi9Fcsww0TDPbook0 QmLea+DRPXIAk+lh9uVpdpQx8b9zDMbNXtgmQup9mPW8a5AGqYww/GoXfuIPjqGp 1p5xGtqjwHr+V5R2rMnCHCPNqoov31bDzuWFdD2+Ej3xHS+CBnj/+05293umByuA j38o7pveG5jRt+Bu6zhiUs4pZbnmNUmMAINeaKWu7qmc5X5/VQvxGwTMkNrTktp8 lrTIDZxWNw3jT42/ILjhqFdQw18tQXVi6/45JWNfQgwsWTKB0w7Xj6Gfhn4eE/Dy SpdTJkaqfkLmqKWnqhSy5ka5KBDzk+neEC7g7cocxLhP0fdtwQao+BB61alrTGvJ trKcQ3EgKxLzg3WGaYDZBIESBPjJlGmKelV+ZIUFf/yZxFTDLps33Fm9HSXvygFz UVdV4AtYRsPxNWB3jUqE =nhKy -----END PGP SIGNATURE----- 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>
This commit is contained in:
commit
697e42dec8
12 changed files with 348 additions and 263 deletions
|
@ -984,12 +984,12 @@ STEXI
|
|||
ETEXI
|
||||
|
||||
DEF("usb", 0, QEMU_OPTION_usb,
|
||||
"-usb enable the USB driver (will be the default soon)\n",
|
||||
"-usb enable the USB driver (if it is not used by default yet)\n",
|
||||
QEMU_ARCH_ALL)
|
||||
STEXI
|
||||
@item -usb
|
||||
@findex -usb
|
||||
Enable the USB driver (will be the default soon)
|
||||
Enable the USB driver (if it is not used by default yet).
|
||||
ETEXI
|
||||
|
||||
DEF("usbdevice", HAS_ARG, QEMU_OPTION_usbdevice,
|
||||
|
@ -999,7 +999,8 @@ STEXI
|
|||
|
||||
@item -usbdevice @var{devname}
|
||||
@findex -usbdevice
|
||||
Add the USB device @var{devname}. @xref{usb_devices}.
|
||||
Add the USB device @var{devname}. Note that this option is deprecated,
|
||||
please use @code{-device usb-...} instead. @xref{usb_devices}.
|
||||
|
||||
@table @option
|
||||
|
||||
|
@ -1377,7 +1378,7 @@ output such as guest graphics, guest console, and the QEMU monitor in a
|
|||
window. With this option, you can have QEMU listen on VNC display
|
||||
@var{display} and redirect the VGA display over the VNC session. It is
|
||||
very useful to enable the usb tablet device when using this option
|
||||
(option @option{-usbdevice tablet}). When using the VNC display, you
|
||||
(option @option{-device usb-tablet}). When using the VNC display, you
|
||||
must use the @option{-k} parameter to set the keyboard layout if you are
|
||||
not using en-us. Valid syntax for the @var{display} is
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue