Documentation: Difference between revisions
(→How do I...: Ubuntu Ports, binfmt_misc patterns) |
Stefan Weil (talk | contribs) (Update links to QEMU manuals on weilnetz.de) |
||
Line 24: | Line 24: | ||
== User Documentation == | == User Documentation == | ||
* [http:// | * [http://qemu.weilnetz.de/qemu-doc.html QEMU Emulator User Documentation] (HTML generated from QEMU sources, updated frequently) | ||
* [http://wiki.qemu.org/download/qemu-doc.html Older version of the above] (from QEMU 0.12.0 release) | * [http://wiki.qemu.org/download/qemu-doc.html Older version of the above] (from QEMU 0.12.0 release) | ||
* [[KQemu/Doc|QEMU Accelerator User Documentation]] ([[KQEMU]], obsolete) | * [[KQemu/Doc|QEMU Accelerator User Documentation]] ([[KQEMU]], obsolete) | ||
Line 30: | Line 30: | ||
== Technical Documentation == | == Technical Documentation == | ||
* [http:// | * [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, 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 18:23, 22 January 2011
Startup
- QEMU crash course
- QEMU documentation on wikibooks.org
- 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
How do I...
for users
- Set up Networking
- Setting up VirtFS (9P Sharing over Virtio) between the guest and host
- Create a Snapshot
- Ubuntu Development Ports - details on qemu-<arch> usage, chroot set up, system emulation and cross compilation
- 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
- Debian on an emulated ARM machine based upon some Debian Linux host (see here for the probably most current images matching this HowTo)
- Debian on an emulated MIPS(EL) machine based upon some Debian Linux host
- Debian on an emulated SPARC machine based upon some Debian Linux host
- Windows XP on QEMU-x86 based upon some Linux host (brief but good hints on the guest set up)
- FreeDos on QEMU-x86 based upon some Linux host (concentrates on host details)
for developers
User Documentation
- QEMU Emulator User Documentation (HTML generated from QEMU sources, updated frequently)
- Older version of the above (from QEMU 0.12.0 release)
- QEMU Accelerator User Documentation (KQEMU, obsolete)
- QEMU Official OS Support List (includes images)
Technical Documentation
- QEMU Internals (HTML generated from QEMU sources, updated frequently)
- QEMU, a Fast and Portable Dynamic Translator, USENIX 2005 Annual Technical Conference, FREENIX Track (NB: dyngen is obsolete and has been replaced by TCG)
- The QCOW Image Format
- Hardware Manuals
- Instruction Set Manuals (Assembly Language)