Documentation: Difference between revisions

From QEMU
(→‎Reference User Documentation: changed section headline, changed link titles to really reflect the document name)
(notes on generated docs, alternate doc link)
Line 13: Line 13:
* [[Documentation/GettingStartedDevelopers|Getting Started for Developers]]
* [[Documentation/GettingStartedDevelopers|Getting Started for Developers]]


== Documentation ==
== User Documentation ==
* [http://wiki.qemu.org/download/qemu-doc.html QEMU Emulator User Documentation]
* [http://wiki.qemu.org/download/qemu-doc.html QEMU Emulator User Documentation] (HTML generated from QEMU sources, alternate location: http://www.weilnetz.de/qemu-doc.html)
* [[KQemu/Doc|QEMU Accelerator User Documentation]] ([[KQEMU]], obsolete)
* [[KQemu/Doc|QEMU Accelerator User Documentation]] ([[KQEMU]], obsolete)
* [http://www.claunia.com/qemu QEMU Official OS Support List] (includes images)
* [http://www.claunia.com/qemu QEMU Official OS Support List] (includes images)


== Technical Documentation ==
== Technical Documentation ==
* [http://www.weilnetz.de/qemu-tech.html QEMU Internals], snapshot of technical documentation generated from qemu-tech.texi
* [http://www.weilnetz.de/qemu-tech.html QEMU Internals] (HTML generated from QEMU sources)
* [http://www.usenix.org/publications/library/proceedings/usenix05/tech/freenix/bellard.html QEMU, a Fast and Portable Dynamic Translator], USENIX 2005 Annual Technical Conference, FREENIX Track (NB: dyngen is obsolete and has been replaced by TCG)
* [http://www.usenix.org/publications/library/proceedings/usenix05/tech/freenix/bellard.html QEMU, a Fast and Portable Dynamic Translator], USENIX 2005 Annual Technical Conference, FREENIX Track (NB: dyngen is obsolete and has been replaced by TCG)
* [http://www.gnome.org/~markmc/qcow-image-format.html The QCOW Image Format]
* [http://www.gnome.org/~markmc/qcow-image-format.html The QCOW Image Format]
* [[Documentation/HardwareManuals|Hardware Manuals]]
* [[Documentation/HardwareManuals|Hardware Manuals]]
* [[Documentation/ISAManuals|Instruction Set Manuals (Assembly Language)]]
* [[Documentation/ISAManuals|Instruction Set Manuals (Assembly Language)]]

Revision as of 19:23, 5 January 2011

Startup

How do I...

for users

for developers

User Documentation

Technical Documentation