Commit bd7adc84 authored by Thomas Huth's avatar Thomas Huth Committed by Jason Wang
Browse files

qemu-doc: Mention host_net_add/-remove in the deprecation chapter



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: default avatarThomas Huth <thuth@redhat.com>
Signed-off-by: default avatarJason Wang <jasowang@redhat.com>
parent 9db6ffc7
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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.