qemudevicedevice-emulationprocessors

What I need to read/analyze in order to understand how QEMU emulates supported network devices?


I would like to analyze how QEMU emulates the supported network devices reading the source code. Also I would like to share with me your opinions about what background is needed to understand QEMU's source code. Please suggest to me some good books or online sources for the surrounding topics that one has to learn in order to achieve that(I suppose Device Driver, Processor Specification etc are needed?). Also if you could tell me about the programming level that one should have in C (as the source code is written in C) that would be nice.

I have already looked at the QEMU's web site and what offers mostly refers on how to use QEMU and configure it.


Solution

  • For basic introduction to qemu and its networking functionalities:

    To get started with source code