On Wed, 18 Mar 2020 at 09:55, Priyamvad Acharya
<priyamvad.agni...@gmail.com> wrote:
>
> Hello developer community,
>
> I am working on implementing a custom device in Qemu, so to implement it I 
> need documentation of functions which are used to emulate a hardware model in 
> Qemu.
>
> What are the references to get it ?

QEMU has very little documentation of its internals;
the usual practice is to figure things out by
reading the source code. What we do have is in
docs/devel. There are also often documentation comments
for specific functions in the include files where
those functions are declared, which form the API
documentation for them.

thanks
-- PMM

Reply via email to