]> 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)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Jun 2025 09:05:19 +0000 (10:05 +0100)
commite372214e663a4370fe064f7867f402eade37357e
treeec1c20496d110dcf37948bbf7c1573873f489221
parent16a9b55021519fb1d4a4585952e03eafd4ed1947
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>
qemu-options.hx