summary refs log tree commit diff stats
path: root/mailinglist/output_launchpad/1774412
diff options
context:
space:
mode:
Diffstat (limited to 'mailinglist/output_launchpad/1774412')
-rw-r--r--mailinglist/output_launchpad/177441217
1 files changed, 17 insertions, 0 deletions
diff --git a/mailinglist/output_launchpad/1774412 b/mailinglist/output_launchpad/1774412
new file mode 100644
index 00000000..36e0760b
--- /dev/null
+++ b/mailinglist/output_launchpad/1774412
@@ -0,0 +1,17 @@
+-icount sleep=on|off documentation is confusing
+
+The documentation for the -icount option in the qemu man page says:
+
+"When the virtual cpu is sleeping, the virtual time will advance at default speed unless sleep=on|off is specified. With sleep=on|off, the virtual time will jump to the next timer deadline instantly whenever the virtual cpu goes to sleep mode and will not advance if no timer is enabled."
+
+Taking this literally and specifying "sleep=on|off" on the command line does not work, so presumably the two instances of "sleep=on|off" should be either "sleep=on" or "sleep=off",
+whichever is correct :)
+
+Also, the synopsis line "-icount [shift=N|auto][,rr=record|replay,rrfile=filename,rrsnapshot=snapshot" fails to mention the sleep keyword at all.
+
+Should be fixed by this patch:
+https://<email address hidden>/
+
+
+https://git.qemu.org/?p=qemu.git;a=commitdiff;h=fa647905e6baae9510e7d
+