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)
 
(One intermediate revision by one other user not shown)
Line 25: Line 25:
* [[Documentation/Platforms/POWER|Running POWER / sPAPR / pseries guests on QEMU]]
* [[Documentation/Platforms/POWER|Running POWER / sPAPR / pseries guests on QEMU]]
* [[Documentation/Platforms/PowerPC|Running PowerPC Macintosh / Linux guests on QEMU]]
* [[Documentation/Platforms/PowerPC|Running PowerPC Macintosh / Linux guests on QEMU]]
* [[Documentation/Platforms/m68k|Running m68k Macintosh / Linux guests on QEMU]]
* [[Documentation/Platforms/SPARC|Running SPARC guests on QEMU]]
* [[Documentation/Platforms/SPARC|Running SPARC guests on QEMU]]
* [[Documentation/Platforms/Alpha|Running ALPHA guests on QEMU]]
* [[Documentation/Platforms/Alpha|Running ALPHA guests on QEMU]]
Line 35: Line 36:


=== 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 ==

Latest revision as of 07:28, 9 January 2023

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