mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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>
This commit is contained in:
committed by
Jason Wang
parent
c40e962d83
commit
96e610b23d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user