mbox series

[0/2] finalize 'reconnect' deprecation

Message ID 20241025073525.976136-1-d-tatianin@yandex-team.ru (mailing list archive)
Headers show
Series finalize 'reconnect' deprecation | expand

Message

Daniil Tatianin Oct. 25, 2024, 7:35 a.m. UTC
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(-)

Comments

Marc-André Lureau Oct. 25, 2024, 11:20 a.m. UTC | #1
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
>