What's a good source to learn about QEMU?

给你一囗甜甜゛ 提交于 2019-12-03 01:31:05

问题


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.


回答1:


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 G.




回答2:


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



回答3:


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)


来源:https://stackoverflow.com/questions/155109/whats-a-good-source-to-learn-about-qemu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!