QEMU - Code Flow [ Instruction cache and TCG]

2019-01-22 03:47发布

I am trying to analyze the QEMU source code.

I know its huge and till date there is no official documentation for it.

My main areas of concern are the Instruction cache management and TCG operation.

Any pointers to them would be helpful ?

标签: qemu
1条回答
来,给爷笑一个
2楼-- · 2019-01-22 04:13

I know full answer would be much longer, but for start I just want to bring to your attention this diagram: (now, it would be useful for you to play with gdb running QEMU, set breakpoints in functions you see in the diagram, follow code execution, etc.)

qemu source code flow design implementation diagram

查看更多
登录 后发表回答