]> git.ipfire.org Git - thirdparty/qemu.git/commit
hmp-commands: Remove the deprecated usb_add and usb_del
authorThomas Huth <thuth@redhat.com>
Thu, 30 Nov 2017 20:19:00 +0000 (21:19 +0100)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Thu, 14 Dec 2017 10:16:52 +0000 (10:16 +0000)
commit81950da6819bbe77f38835724cc4643f19677554
tree0da3e22c2faa2330d37de6487c3f6120cfe31ca4
parent0a0dc59d27527b78a195c2d838d28b7b49e5a639
hmp-commands: Remove the deprecated usb_add and usb_del

It's easy to use device_add and device_del as replacement instead.
The usb_add and usb_del commands are deprecated since QEMU 2.10,
and nobody complained that they are still needed, so let's get rid
of them now to make the HMP interface a little bit less overloaded.

Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1512073140-17672-1-git-send-email-thuth@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
hmp-commands.hx
hw/usb/bus.c
include/hw/usb.h
include/sysemu/sysemu.h
qemu-doc.texi
vl.c