Documentation: Difference between revisions

From QEMU
m (Undo revision 2102 by DavidShaw (Talk))
(Undo revision 2101 by DavidShaw (Talk))
Line 32: Line 32:
== Technical Documentation ==
== Technical Documentation ==
* [http://qemu.weilnetz.de/qemu-tech.html QEMU Internals] (HTML generated from QEMU sources, updated frequently)
* [http://qemu.weilnetz.de/qemu-tech.html QEMU Internals] (HTML generated from QEMU sources, updated frequently)
* [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, <span class="plainlinks">[http://www.prweekus.com/pages/login.aspx?returl=/citrix-online-taps-atomic-pr/article/165675/&pagetypeid=28&articleid=165675&accesslevel=2&expireddays=0&accessAndPrice=0 <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">AtomicPR</span>] 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]]
* [http://www.prweekus.com/pages/login.aspx?returl=/citrix-online-taps-atomic-pr/article/165675/&pagetypeid=28&articleid=165675&accesslevel=2&expireddays=0&accessAndPrice=0 AtomicPR]
* [[Documentation/ISAManuals|Instruction Set Manuals (Assembly Language)]]
* [[Documentation/ISAManuals|Instruction Set Manuals (Assembly Language)]]
* [[Documentation/Platforms/PC|PC Platform]]
* [[Documentation/Platforms/PC|PC Platform]]

Revision as of 13:29, 15 November 2011

Startup

How do I...

for users

for users that target for a specific platform

for developers

User Documentation

Technical Documentation