diff options
Diffstat (limited to 'results/classifier/108/other/1774412')
| -rw-r--r-- | results/classifier/108/other/1774412 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/results/classifier/108/other/1774412 b/results/classifier/108/other/1774412 new file mode 100644 index 000000000..0ce3104b5 --- /dev/null +++ b/results/classifier/108/other/1774412 @@ -0,0 +1,32 @@ +performance: 0.838 +semantic: 0.835 +files: 0.826 +device: 0.773 +vnc: 0.743 +network: 0.735 +graphic: 0.732 +socket: 0.638 +other: 0.609 +PID: 0.519 +KVM: 0.497 +boot: 0.455 +permissions: 0.371 +debug: 0.358 + +-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 + |