QEMU 的 icount 这个功能有什么用啊? #18
Unanswered
zevorn
asked this question in
QEMU | Q&A
Replies: 2 comments 2 replies
-
|
用指令数作为时钟源驱动客户机时间流逝 好处是,时间是确定的 坏处是性能不咋地 为了保障多核时间一致性,mttcg会退化到单线程 不受仿真性能影响 simics 支持多核多线程并行仿真的类似 icount 的模式 性能会好一些 |
Beta Was this translation helpful? Give feedback.
2 replies
-
消除时间的不确定性,基于指令推进CPU执行;为“确定性回放”提供基础[Doge] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
QEMU 的 icount 这个功能有什么用啊?
Beta Was this translation helpful? Give feedback.
All reactions