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.
Asked
Active
Viewed 1.3k times
3 Answers
25
Best Resources:
- Main QEMU Usage Documentation
- Qemu Man Page - Invaluable resource when working with qemu.
- Quick Start Guide - Slightly ubuntu/debian specific. Covers KVM.
- Qemu Networking Guide - Great resource, super useful.
Have fun qemu's a great tool.

Brian Gianforcaro
- 26,564
- 11
- 58
- 77
16
Some additional resources to understand and get started with the source code:
- 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
8
Detailed technical info:
- http://www.csd.uoc.gr/~hy428/reading/qemu-internals-slides-may6-2014.pdf
- http://lists.gnu.org/archive/html/qemu-devel/2011-04/pdfhC5rVdz7U8.pdf
I was not able to find the other chapters - http://connect.ed-diamond.com/GNU-Linux-Magazine/GLMF-147/Qemu-Visite-au-caeur-de-l-emulateur (French only unfortunately)

langlauf.io
- 3,009
- 2
- 28
- 45