]> 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>
Wed, 9 Jul 2025 08:30:58 +0000 (11:30 +0300)
commitdc8199d66b1f6f9a1e35952bc4fc100a4c7fedb5
tree726207b905e1184df249f13e0e8e764f06be7242
parent9d40968725bf502b252c3b5248a7333bb4aa9ef9
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