Documentation: Difference between revisions

From QEMU
(The docs on weilnetz.de are gone, link to new location instead. Update the link to the QEMU-Book)
(→‎For developers: Improve the "for developers" section of the page)
Line 35: Line 35:


=== For developers ===
=== For developers ===
[[:Category:Developer documentation|All developer documentation pages]]
 
* [[Documentation/GettingStartedDevelopers|Get started as a QEMU developer]]
* [[Documentation/Debugging|Debug QEMU]]
* [[Documentation/Debugging|Debug QEMU]]
* [[Documentation/GettingStartedDevelopers|Get started as a QEMU developer]]
* There is a "developer's guide" in docs/devel, though it has significant gaps. You can see a rendered version of it [https://qemu.readthedocs.io/en/latest/devel/index.html on readthedocs]
* The wiki has a list of [[:Category:Developer documentation|all wiki pages marked as developer documentation]]
 
Note that much of QEMU's internals are documented only in comments in the source code, or not at all.


== Technical Documentation ==
== Technical Documentation ==

Revision as of 13:15, 6 August 2020

The QEMU website has a Documentation page with pointers to the current actively maintained documentation including rendered versions of the user manual and selection of the developer documentation. More free form documentation can be found here on the wiki.

How do I...

For users

All user documentation pages

Building QEMU from source:

For users that target for a specific platform:

For developers

Note that much of QEMU's internals are documented only in comments in the source code, or not at all.

Technical Documentation

External Sites

Other efforts

Blogs

All Documentation Pages on Wiki