What book or website would you recommend to learn about QEMU? I'd like to see some usage examples as well as how to use the APIs.
mxg
问问题
11301 次
3 回答
23
最佳资源:
- 主要 QEMU 使用文档
- Qemu Man Page - 使用 qemu 时的宝贵资源。
- 快速入门指南- 略微特定于 ubuntu/debian。涵盖 KVM。
- Qemu 网络指南- 很棒的资源,超级有用。
玩得开心 qemu 是一个很棒的工具。
于 2008-10-02T06:39:53.057 回答
13
一些额外的资源来理解和开始使用源代码:
- http://vmsplice.net/~stefan/qemu-code-overview.pdf
- https://wiki.aalto.fi/download/attachments/41747647/qemu.pdf
- https://www.usenix.org/legacy/event/usenix05/tech/freenix/full_papers/bellard/bellard.pdf
- http://www.ece.cmu.edu/~ee349/f-2012/lab2/qemu.pdf
- http://events.linuxfoundation.org/sites/events/files/slides/cloudopen-liguori.pdf
于 2012-09-19T10:20:57.237 回答
7