What's a good source to learn about QEMU?

前端 未结 3 883
攒了一身酷
攒了一身酷 2021-01-30 07:22

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.

相关标签:
3条回答
  • 2021-01-30 07:55

    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
    0 讨论(0)
  • 2021-01-30 08:08

    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.

    0 讨论(0)
  • 2021-01-30 08:10

    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)
    0 讨论(0)
提交回复
热议问题