Qemu KVM(Kernel Virtual Machine)学习笔记
Something I hope you know before go into the coding~
First, please watch or star this repo, I'll be more happy if you follow me.
Bug report, questions and discussion are welcome, you can post an issue or pull a request.
虚拟化相关
QEMU(用户态) 相关
KVM(内核态) 相关
附录
kvm_x86_ops针对具体CPU架构进行虚拟化时的函数指针,分别对应kvm-intel.ko和kvm-amd.ko
struct KVM 结构体唯一代表一个虚拟机
1.基础永远值得花费90%的精力去学习加强。厚积而薄发~
2.要理解一个软件系统的真正运行机制,一定要阅读其源代码~
No open issues yet, or sync has not completed.