[PATCH 0/2] finalize 'reconnect' deprecation

Daniil Tatianin posted 2 patches 4 weeks, 1 day ago
docs/COLO-FT.txt              |  4 +--
docs/about/deprecated.rst     | 10 ++++++++
docs/system/ppc/powernv.rst   |  2 +-
net/stream.c                  | 34 +++++++++++++++++---------
qapi/net.json                 | 13 +++++++++-
qemu-options.hx               | 46 +++++++++++++++++------------------
tests/qtest/ipmi-bt-test.c    |  2 +-
tests/qtest/netdev-socket.c   |  2 +-
tests/qtest/vhost-user-test.c |  2 +-
tests/unit/test-char.c        |  8 +++---
10 files changed, 77 insertions(+), 46 deletions(-)
[PATCH 0/2] finalize 'reconnect' deprecation
Posted by Daniil Tatianin 4 weeks, 1 day ago
We've deprecated the 'reconnect' property in c8e2b6b4d7e, but all the
tests, as well as the stream netdev were still left using it. This
series finalizes the deprecation and replaces all local usage and docs
metions of 'reconnect' with 'reconnect-ms'.

Daniil Tatianin (2):
  net/stream: deprecate 'reconnect' in favor of 'reconnect-ms'
  chardev: finalize 'reconnect' deprecation

 docs/COLO-FT.txt              |  4 +--
 docs/about/deprecated.rst     | 10 ++++++++
 docs/system/ppc/powernv.rst   |  2 +-
 net/stream.c                  | 34 +++++++++++++++++---------
 qapi/net.json                 | 13 +++++++++-
 qemu-options.hx               | 46 +++++++++++++++++------------------
 tests/qtest/ipmi-bt-test.c    |  2 +-
 tests/qtest/netdev-socket.c   |  2 +-
 tests/qtest/vhost-user-test.c |  2 +-
 tests/unit/test-char.c        |  8 +++---
 10 files changed, 77 insertions(+), 46 deletions(-)

-- 
2.34.1
Re: [PATCH 0/2] finalize 'reconnect' deprecation
Posted by Marc-André Lureau 4 weeks, 1 day ago
On Fri, Oct 25, 2024 at 11:36 AM Daniil Tatianin
<d-tatianin@yandex-team.ru> wrote:
>
> We've deprecated the 'reconnect' property in c8e2b6b4d7e, but all the
> tests, as well as the stream netdev were still left using it. This
> series finalizes the deprecation and replaces all local usage and docs
> metions of 'reconnect' with 'reconnect-ms'.
>
> Daniil Tatianin (2):
>   net/stream: deprecate 'reconnect' in favor of 'reconnect-ms'
>   chardev: finalize 'reconnect' deprecation

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>

>
>  docs/COLO-FT.txt              |  4 +--
>  docs/about/deprecated.rst     | 10 ++++++++
>  docs/system/ppc/powernv.rst   |  2 +-
>  net/stream.c                  | 34 +++++++++++++++++---------
>  qapi/net.json                 | 13 +++++++++-
>  qemu-options.hx               | 46 +++++++++++++++++------------------
>  tests/qtest/ipmi-bt-test.c    |  2 +-
>  tests/qtest/netdev-socket.c   |  2 +-
>  tests/qtest/vhost-user-test.c |  2 +-
>  tests/unit/test-char.c        |  8 +++---
>  10 files changed, 77 insertions(+), 46 deletions(-)
>
> --
> 2.34.1
>