Re: [PATCH] qemu-options.hx: Fix reversed description of icount sleep behavior

2025-06-13 Thread Peter Maydell
On Fri, 6 Jun 2025 at 10:58, Ethan Chen via wrote: > > 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 up

[PATCH] qemu-options.hx: Fix reversed description of icount sleep behavior

2025-06-06 Thread Ethan Chen via
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.