Documentation/GettingStartedDevelopers

From QEMU
Revision as of 12:29, 8 August 2010 by Stefan Weil (talk | contribs) (Getting Started for Developers)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

You want to contribute code, documentation or patches to QEMU?

Then start reading the existing documentation.

Some documentation can be built from QEMU sources in several formats (HTML, PDF and others). A HTML version is here:

Run QEMU system and user mode emulation for different targets (x86, mips, powerpc, ...).

QEMU has a lot of different parts (hardware device emulation, target emulation, code generation for different hosts, configuration, ...). Choose an interesting part. Beside the mailing list, the documentation links above and perhaps the QEMU wiki, you will not find much written documentation - only the code.

Be prepared that all written documentation might be invalid - either because it is too old or because it was never correct. And it is never complete...

If you detect bugs in the documentation, you can fix them and send a patch to the mailing list. See Contribute/ReportABug.

You can also write documentation yourself in QEMU's wiki. Perhaps it will help you and others in the future.