qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Qemu API documentation


From: Peter Maydell
Subject: Re: Qemu API documentation
Date: Wed, 18 Mar 2020 11:09:31 +0000

On Wed, 18 Mar 2020 at 09:55, Priyamvad Acharya
<address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]