]> git.ipfire.org Git - thirdparty/qemu.git/commit
qemu-options.hx: Fix reversed description of icount sleep behavior
authorEthan Chen <ethan84@andestech.com>
Fri, 6 Jun 2025 09:57:28 +0000 (17:57 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 17 Jun 2025 20:30:17 +0000 (23:30 +0300)
commit436b3dd8cc8e8fe67d52716c51781fb0149dd0b2
treeff23c7d72e5b3f8fe011cfb1dd8ff79557d06763
parentc902fc66c9508c6fa2ec17510f5ae9241c0859fb
qemu-options.hx: Fix reversed description of icount sleep behavior

The documentation for the -icount option incorrectly describes the behavior
of the sleep suboption. Based on the actual implementation and system
behavior, the effects of sleep=on and sleep=off were inadvertently reversed.
This commit updates the description to reflect their intended functionality.

Cc: qemu-stable@nongnu.org
Fixes: fa647905e6ba ("qemu-options.hx: Fix minor issues in icount documentation")
Signed-off-by: Ethan Chen <ethan84@andestech.com>
Message-id: 20250606095728.3672832-1-ethan84@andestech.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit e372214e663a4370fe064f7867f402eade37357e)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
qemu-options.hx