@samitouri / QOSamiQemu / commits / 492cdc995d

migration/qapi: Update unit for avail-switchover-bandwidth

Add ", in bytes per second". Unfortunately indentations need to be updated completely, but no change on the rest. Cc: Markus Armbruster <armbru@redhat.com> Suggested-by: Juraj Marcin <jmarcin@redhat.com> Reviewed-by: Juraj Marcin <jmarcin@redhat.com> Acked-by: Markus Armbruster <armbru@redhat.com> Link: https://lore.kernel.org/r/20260421202110.306051-16-peterx@redhat.com Signed-off-by: Peter Xu <peterx@redhat.com>

Peter Xu committed Apr 21, 2026 at 16:21 UTC 492cdc995ddec3be60bce40657e8613301faa053
1 file changed +9 -9
qapi/migration.json
+9 -9
@@ -922,15 +922,15 @@
922 # (Since 2.8)
923 #
924 # @avail-switchover-bandwidth: to set the available bandwidth that
925 -# migration can use during switchover phase. **Note:** this does
926 -# not limit the bandwidth during switchover, but only for
927 -# calculations when making decisions to switchover. By default,
928 -# this value is zero, which means QEMU will estimate the bandwidth
929 -# automatically. This can be set when the estimated value is not
930 -# accurate, while the user is able to guarantee such bandwidth is
931 -# available when switching over. When specified correctly, this
932 -# can make the switchover decision much more accurate.
933 -# (Since 8.2)
925 +# migration can use during switchover phase, in bytes per
926 +# second. **Note:** this does not limit the bandwidth during
927 +# switchover, but only for calculations when making decisions to
928 +# switchover. By default, this value is zero, which means QEMU
929 +# will estimate the bandwidth automatically. This can be set
930 +# when the estimated value is not accurate, while the user is
931 +# able to guarantee such bandwidth is available when switching
932 +# over. When specified correctly, this can make the switchover
933 +# decision much more accurate. (Since 8.2)
934 #
935 # @downtime-limit: set maximum tolerated downtime for migration.
936 # maximum downtime in milliseconds (Since 2.8)