qemu-doc: Mention host_net_add/-remove in the deprecation chapter
authorThomas Huth <thuth@redhat.com>
Thu, 10 Aug 2017 08:00:17 +0000 (10:00 +0200)
committerJason Wang <jasowang@redhat.com>
Mon, 14 Aug 2017 12:29:48 +0000 (20:29 +0800)
The two HMP commands host_net_add and -remove have recently been
marked as deprecated, too, so we should now mention them in the
chapter of deprecated features.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
qemu-doc.texi

index aeb7bc52f57b9f3afbecbb5903b2c5753fb8c089..92d50f193e4034a3c0d8b6261fc2ed01321aebae 100644 (file)
@@ -3283,6 +3283,14 @@ by the ``convert -l snapshot_param'' argument instead.
 
 @section System emulator human monitor commands
 
+@subsection host_net_add (since 2.10.0)
+
+The ``host_net_add'' command is replaced by the ``netdev_add'' command.
+
+@subsection host_net_remove (since 2.10.0)
+
+The ``host_net_remove'' command is replaced by the ``netdev_del'' command.
+
 @subsection usb_add (since 2.10.0)
 
 The ``usb_add'' command is replaced by the ``device_add'' command.