qemu wiki is another platform to simulate the risc-v ISA cpu. Its official webset 1.
Fabrice Bellard is the author, and he also dev ffmpeg.
This code review blog is great blog but is french, I need google translate.
学习资料的 blog qemu-internal blog series
qemu 系统中文学习资料(泽文)
- https://zevorn.cn/
- https://www.bilibili.com/video/BV13FrxYNEND?spm_id_from=333.788.videopod.sections&vd_source=bca5aac95ba1ac296e437bcb3303e1f3
- https://qemu.gevico.online/tutorial/2026/ch1/vm-history/
QEMU 严重依赖 Glib,基础数据比如 List HashTable 实用 Glib 提供,核心 main_loop 实用 Glib 提供的 event listener 框架