qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL V2] Net patches
@ 2017-08-14 12:09 Jason Wang
  2017-08-14 12:09 ` [Qemu-devel] [PULL V2] qemu-doc: Mention host_net_add/-remove in the deprecation chapter Jason Wang
  0 siblings, 1 reply; 5+ messages in thread
From: Jason Wang @ 2017-08-14 12:09 UTC (permalink / raw)
  To: qemu-devel, peter.maydell; +Cc: Jason Wang

The following changes since commit 9db6ffc76676731a25a5538ab71e8ca6ac234f80:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2017-08-11 15:11:50 +0100)

are available in the git repository at:

  https://github.com/jasowang/qemu.git tags/net-pull-request

for you to fetch changes up to d58686a0af5fda2b0b21836c675c9deb764e95f6:

  qemu-doc: Mention host_net_add/-remove in the deprecation chapter (2017-08-14 20:04:06 +0800)

----------------------------------------------------------------

----------------------------------------------------------------
Thomas Huth (1):
      qemu-doc: Mention host_net_add/-remove in the deprecation chapter

 qemu-doc.texi | 8 ++++++++
 1 file changed, 8 insertions(+)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [PULL V2] qemu-doc: Mention host_net_add/-remove in the deprecation chapter
  2017-08-14 12:09 [Qemu-devel] [PULL V2] Net patches Jason Wang
@ 2017-08-14 12:09 ` Jason Wang
  2017-08-14 12:14   ` Cornelia Huck
  0 siblings, 1 reply; 5+ messages in thread
From: Jason Wang @ 2017-08-14 12:09 UTC (permalink / raw)
  To: qemu-devel, peter.maydell; +Cc: Thomas Huth, Jason Wang

From: Thomas Huth <thuth@redhat.com>

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 | 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.
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PULL V2] qemu-doc: Mention host_net_add/-remove in the deprecation chapter
  2017-08-14 12:09 ` [Qemu-devel] [PULL V2] qemu-doc: Mention host_net_add/-remove in the deprecation chapter Jason Wang
@ 2017-08-14 12:14   ` Cornelia Huck
  2017-08-14 12:21     ` Thomas Huth
  0 siblings, 1 reply; 5+ messages in thread
From: Cornelia Huck @ 2017-08-14 12:14 UTC (permalink / raw)
  To: Jason Wang; +Cc: qemu-devel, peter.maydell, Thomas Huth

On Mon, 14 Aug 2017 20:09:15 +0800
Jason Wang <jasowang@redhat.com> wrote:

> From: Thomas Huth <thuth@redhat.com>
> 
> 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 | 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.

Err.. that does not look right...

> +
>  @subsection usb_add (since 2.10.0)
>  
>  The ``usb_add'' command is replaced by the ``device_add'' command.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PULL V2] qemu-doc: Mention host_net_add/-remove in the deprecation chapter
  2017-08-14 12:14   ` Cornelia Huck
@ 2017-08-14 12:21     ` Thomas Huth
  2017-08-14 12:27       ` Jason Wang
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Huth @ 2017-08-14 12:21 UTC (permalink / raw)
  To: Cornelia Huck, Jason Wang; +Cc: qemu-devel, peter.maydell

On 14.08.2017 14:14, Cornelia Huck wrote:
> On Mon, 14 Aug 2017 20:09:15 +0800
> Jason Wang <jasowang@redhat.com> wrote:
> 
>> From: Thomas Huth <thuth@redhat.com>
>>
>> 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 | 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.
> 
> Err.. that does not look right...

Ah, right, that was the wrong version, I already sent a v2 here:

https://lists.gnu.org/archive/html/qemu-devel/2017-08/msg01954.html

 Thomas

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PULL V2] qemu-doc: Mention host_net_add/-remove in the deprecation chapter
  2017-08-14 12:21     ` Thomas Huth
@ 2017-08-14 12:27       ` Jason Wang
  0 siblings, 0 replies; 5+ messages in thread
From: Jason Wang @ 2017-08-14 12:27 UTC (permalink / raw)
  To: Thomas Huth, Cornelia Huck; +Cc: qemu-devel, peter.maydell



On 2017年08月14日 20:21, Thomas Huth wrote:
> On 14.08.2017 14:14, Cornelia Huck wrote:
>> On Mon, 14 Aug 2017 20:09:15 +0800
>> Jason Wang <jasowang@redhat.com> wrote:
>>
>>> From: Thomas Huth <thuth@redhat.com>
>>>
>>> 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 | 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.
>> Err.. that does not look right...
> Ah, right, that was the wrong version, I already sent a v2 here:
>
> https://lists.gnu.org/archive/html/qemu-devel/2017-08/msg01954.html
>
>   Thomas

Aha, let me send a V3.

Thanks

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-08-14 12:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-14 12:09 [Qemu-devel] [PULL V2] Net patches Jason Wang
2017-08-14 12:09 ` [Qemu-devel] [PULL V2] qemu-doc: Mention host_net_add/-remove in the deprecation chapter Jason Wang
2017-08-14 12:14   ` Cornelia Huck
2017-08-14 12:21     ` Thomas Huth
2017-08-14 12:27       ` 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).