mirror of https://github.com/xemu-project/xemu.git
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: Thomas Huth <thuth@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
This commit is contained in:
parent
9db6ffc766
commit
bd7adc8449
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue