]> Git Repo - qemu.git/blobdiff - hmp-commands.hx
char: generalize qemu_chr_write_all()
[qemu.git] / hmp-commands.hx
index baeac47a7295cad347b394b3cfdf8ebd4ed761ed..e763606fe516fae447c86bac80caee6f77c103ee 100644 (file)
@@ -676,7 +676,8 @@ ETEXI
 STEXI
 @item usb_add @var{devname}
 @findex usb_add
-Add the USB device @var{devname}.  For details of available devices see
+Add the USB device @var{devname}. This command is deprecated, please
+use @code{device_add} instead. For details of available devices see
 @ref{usb_devices}
 ETEXI
 
@@ -693,7 +694,8 @@ STEXI
 @findex usb_del
 Remove the USB device @var{devname} from the QEMU virtual USB
 hub. @var{devname} has the syntax @code{bus.addr}. Use the monitor
-command @code{info usb} to see the devices you can remove.
+command @code{info usb} to see the devices you can remove. This
+command is deprecated, please use @code{device_del} instead.
 ETEXI
 
     {
This page took 0.024473 seconds and 4 git commands to generate.