Revision 2e70f6ef qemu-doc.texi

b/qemu-doc.texi
965 965

  
966 966
Note that this allows guest direct access to the host filesystem,
967 967
so should only be used with trusted guest OS.
968

  
969
@item -icount [N|auto]
970
Enable virtual instruction counter.  The virtual cpu will execute one
971
instruction every 2^N ns of virtual time.  If @code{auto} is specified
972
then the virtual cpu speed will be automatically adjusted to keep virtual
973
time within a few seconds of real time.
974

  
975
Note that while this option can give deterministic behavior, it does not
976
provide cycle accurate emulation.  Modern CPUs contain superscalar out of
977
order cores with complex cache heirachies.  The number of instructions
978
executed often has little or no correlation with actual performance.
968 979
@end table
969 980

  
970 981
@c man end

Also available in: Unified diff