* [Qemu-devel] [PATCH for-2.10] qemu-doc: Mention host_net_add/-remove in the deprecation chapter
@ 2017-08-10 7:48 Thomas Huth
2017-08-10 7:58 ` Thomas Huth
2017-08-14 2:57 ` Jason Wang
0 siblings, 2 replies; 3+ messages in thread
From: Thomas Huth @ 2017-08-10 7:48 UTC (permalink / raw)
To: qemu-devel, Paolo Bonzini, Jason Wang
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>
---
qemu-doc.texi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/qemu-doc.texi b/qemu-doc.texi
index aeb7bc5..7b62fdf 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 ``host_net_remove'' command.
+
@subsection usb_add (since 2.10.0)
The ``usb_add'' command is replaced by the ``device_add'' command.
--
1.8.3.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH for-2.10] qemu-doc: Mention host_net_add/-remove in the deprecation chapter
2017-08-10 7:48 [Qemu-devel] [PATCH for-2.10] qemu-doc: Mention host_net_add/-remove in the deprecation chapter Thomas Huth
@ 2017-08-10 7:58 ` Thomas Huth
2017-08-14 2:57 ` Jason Wang
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Huth @ 2017-08-10 7:58 UTC (permalink / raw)
To: qemu-devel, Paolo Bonzini, Jason Wang
On 10.08.2017 09:48, Thomas Huth wrote:
> 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>
> ---
> qemu-doc.texi | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/qemu-doc.texi b/qemu-doc.texi
> index aeb7bc5..7b62fdf 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 ``host_net_remove'' command.
D'oh, stupid copy-n-paste bug ... that should be replaced by
"netdev_del" of course instead. I'll send a v2...
Thomas
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH for-2.10] qemu-doc: Mention host_net_add/-remove in the deprecation chapter
2017-08-10 7:48 [Qemu-devel] [PATCH for-2.10] qemu-doc: Mention host_net_add/-remove in the deprecation chapter Thomas Huth
2017-08-10 7:58 ` Thomas Huth
@ 2017-08-14 2:57 ` Jason Wang
1 sibling, 0 replies; 3+ messages in thread
From: Jason Wang @ 2017-08-14 2:57 UTC (permalink / raw)
To: Thomas Huth, qemu-devel, Paolo Bonzini
On 2017年08月10日 15:48, Thomas Huth wrote:
> 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>
> ---
> qemu-doc.texi | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/qemu-doc.texi b/qemu-doc.texi
> index aeb7bc5..7b62fdf 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 ``host_net_remove'' command.
> +
> @subsection usb_add (since 2.10.0)
>
> The ``usb_add'' command is replaced by the ``device_add'' command.
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-08-14 3:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-10 7:48 [Qemu-devel] [PATCH for-2.10] qemu-doc: Mention host_net_add/-remove in the deprecation chapter Thomas Huth
2017-08-10 7:58 ` Thomas Huth
2017-08-14 2:57 ` Jason Wang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).