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://