diff options
| author | Thomas Huth | 2017-08-10 10:00:17 +0200 |
|---|---|---|
| committer | Jason Wang | 2017-08-14 14:29:48 +0200 |
| commit | bd7adc84492e8e31a48917f515b8a5f598d84544 (patch) | |
| tree | a7358ce2c0bac9d3a95da7770a07a16a580dab2d | |
| parent | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (diff) | |
| download | qemu-bd7adc84492e8e31a48917f515b8a5f598d84544.tar.gz qemu-bd7adc84492e8e31a48917f515b8a5f598d84544.tar.xz qemu-bd7adc84492e8e31a48917f515b8a5f598d84544.zip | |
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>
| -rw-r--r-- | qemu-doc.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index aeb7bc52f5..92d50f193e 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -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. |
