Documentation: Difference between revisions

From QEMU
m (moved Manual to Documentation)
(Move our qemu-doc link to a more prominent spot at the top of the page. Update the broken link to the gentoo wiki. Remove obsolete links to qemu-tech.html and the dyngen paper.)
Line 1: Line 1:
== Startup ==
== Startup ==
* [http://qemu.weilnetz.de/qemu-doc.html QEMU Emulator User Documentation] (HTML generated from QEMU sources, updated frequently)
* [http://en.wikibooks.org/wiki/QEMU QEMU documentation] on wikibooks.org
* [http://en.wikibooks.org/wiki/QEMU QEMU documentation] on wikibooks.org
* [http://qemu-buch.de/ QEMU-Buch / QEMU-Book] - a quite versatile book on qemu, provided in German and English (partly as a google translation), its describing e.g. lots of guests and hosts
* [http://qemu-buch.de/ QEMU-Buch / QEMU-Book] - a quite versatile book on qemu, provided in German and English (partly as a google translation), its describing e.g. lots of guests and hosts
Line 9: Line 10:
* [[Documentation/CreateSnapshot|Create a Snapshot]]
* [[Documentation/CreateSnapshot|Create a Snapshot]]
* [https://wiki.edubuntu.org/UbuntuDevelopment/Ports Ubuntu Development Ports] - details on qemu-<arch> usage, chroot set up, system emulation and cross compilation
* [https://wiki.edubuntu.org/UbuntuDevelopment/Ports Ubuntu Development Ports] - details on qemu-<arch> usage, chroot set up, system emulation and cross compilation
* [http://www.gentoo.org/proj/en/base/embedded/handbook/index.xml?part=1&chap=5 Compiling with qemu-user chroot] - details on tuning binfmt_misc with magic patterns for making alien binaries run from the shell with silent invocation of QEMU
* [https://wiki.gentoo.org/wiki/Embedded_Handbook/General/Compiling_with_qemu_user_chroot Compiling with qemu-user chroot] - details on tuning binfmt_misc with magic patterns for making alien binaries run from the shell with silent invocation of QEMU


''for users that target for a specific platform''
''for users that target for a specific platform''
Line 24: Line 25:
* [[Documentation/Debugging|Debug QEMU]]
* [[Documentation/Debugging|Debug QEMU]]
* [[Documentation/GettingStartedDevelopers|Getting Started for Developers]]
* [[Documentation/GettingStartedDevelopers|Getting Started for Developers]]
== User Documentation ==
* [http://qemu.weilnetz.de/qemu-doc.html QEMU Emulator User Documentation] (HTML generated from QEMU sources, updated frequently)
<!-- * [http://www.claunia.com/qemu QEMU Official OS Support List] (includes images) -->


== Technical Documentation ==
== Technical Documentation ==
* [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.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]]

Revision as of 15:09, 11 October 2016

Startup

How do I...

for users

for users that target for a specific platform

for developers

Technical Documentation