this is a qemu tutorial that teaches how to hack qemu from source file, including adding instruction, add registers, interrupt control, translation block mechanism, apic control in x86. the primary version is mostly based on x86 arch. these aspect basically infromed from our work of uintr-support qemu.
这是一个源代码级别的hack qemu的教程, 主要包括添加新的指令, 添加新的寄存器, 中断控制的修改, 翻译块机制, x86的apic控制, 初始的版本主要基于x86方面的修改, 这些层面的教程主要来源于我们修改qemu使得支持uintr特性的工作。
详情请见qemu-tutorial.md
在未来, 我们可能会向qemu的其他功能拓展源代码级别的教程。