]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
docs/about/removed-features: Document removed HMP commands from QEMU v2.12
authorThomas Huth <thuth@redhat.com>
Wed, 11 Aug 2021 08:41:01 +0000 (10:41 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 11 Aug 2021 13:39:01 +0000 (15:39 +0200)
These HMP commands had been removed/replaced in QEMU v2.12. Still, some
people might want to update from older versions to the recent QEMU version,
so we should give some recommendations for the replacements in our
documentation.

Message-Id: <20210811084103.74832-5-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
docs/about/removed-features.rst

index 40d2cc4ffa93402f6eb9f8f2f74b13fe0e6ea259..8bf3ebecab4c5f0a7f60882d6e72103e6d057781 100644 (file)
@@ -356,6 +356,17 @@ Specify the properties for the object as top-level arguments instead.
 Human Monitor Protocol (HMP) commands
 -------------------------------------
 
+``usb_add`` and ``usb_remove`` (removed in 2.12)
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Replaced by ``device_add`` and ``device_del`` (use ``device_add help`` for a
+list of available devices).
+
+``host_net_add`` and ``host_net_remove`` (removed in 2.12)
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Replaced by ``netdev_add`` and ``netdev_del``.
+
 The ``hub_id`` parameter of ``hostfwd_add`` / ``hostfwd_remove`` (removed in 5.0)
 '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''