summary refs log tree commit diff stats
path: root/docs/system
diff options
context:
space:
mode:
authorDaniil Tatianin <d-tatianin@yandex-team.ru>2024-10-25 10:35:25 +0300
committerJason Wang <jasowang@redhat.com>2024-10-28 14:37:25 +0800
commit96e610b23d4dcfa07b0f85eef02c70e28b32f4e6 (patch)
treeb1e1b13f92879cad5fdab3533efbb7b4d4330e46 /docs/system
parentc40e962d83f9968beb50fa7f3b6718461a7aedbf (diff)
downloadfocaccia-qemu-96e610b23d4dcfa07b0f85eef02c70e28b32f4e6.tar.gz
focaccia-qemu-96e610b23d4dcfa07b0f85eef02c70e28b32f4e6.zip
chardev: finalize 'reconnect' deprecation
Change all related docs and tests to use the new 'reconnect-ms' option
instead of the now deprecated 'reconnect'.

Signed-off-by: Daniil Tatianin <d-tatianin@yandex-team.ru>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'docs/system')
-rw-r--r--docs/system/ppc/powernv.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/system/ppc/powernv.rst b/docs/system/ppc/powernv.rst
index 09f3965858..de7a807ac7 100644
--- a/docs/system/ppc/powernv.rst
+++ b/docs/system/ppc/powernv.rst
@@ -181,7 +181,7 @@ connected to a remote QEMU machine acting as BMC, using these options
 
 .. code-block:: bash
 
-  -chardev socket,id=ipmi0,host=localhost,port=9002,reconnect=10 \
+  -chardev socket,id=ipmi0,host=localhost,port=9002,reconnect-ms=10000 \
   -device ipmi-bmc-extern,id=bmc0,chardev=ipmi0 \
   -device isa-ipmi-bt,bmc=bmc0,irq=10 \
   -nodefaults