Documentation: Difference between revisions

From QEMU
(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 5: Line 5:


== How do I... ==
== How do I... ==
''for users''
=== For users ===
* [[Documentation/Networking|Set up Networking]]
* [[Documentation/Networking|Set up Networking]]
* [[Documentation/9psetup|Setting up VirtFS (9P Sharing over Virtio) between the guest and host]]
* [[Documentation/9psetup|Setting up VirtFS (9P Sharing over Virtio) between the guest and host]]
Line 11: Line 11:
* [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
* [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
* [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
* [[Documentation/vhost-user-ovs-dpdk|Use vhost-user with OVS/DPDK as backend]]


''for users that target for a specific platform''
For users that target for a specific platform:
* [http://www.aurel32.net/info/debian_arm_qemu.php Debian on an emulated ARM machine] based upon some Debian Linux host (see here for the probably most current [http://people.debian.org/~aurel32/qemu/armel/ images] matching this HowTo)
* [http://www.aurel32.net/info/debian_arm_qemu.php Debian on an emulated ARM machine] based upon some Debian Linux host (see here for the probably most current [http://people.debian.org/~aurel32/qemu/armel/ images] matching this HowTo)
* [http://www.aurel32.net/info/debian_mips_qemu.php Debian on an emulated MIPS(EL) machine] based upon some Debian Linux host
* [http://www.aurel32.net/info/debian_mips_qemu.php Debian on an emulated MIPS(EL) machine] based upon some Debian Linux host
Line 22: Line 23:
* [[PowerPC|Running PowerPC Macintosh guests on QEMU]]
* [[PowerPC|Running PowerPC Macintosh guests on QEMU]]


''for developers''
=== for developers ===
* [[Documentation/Debugging|Debug QEMU]]
* [[Documentation/Debugging|Debug QEMU]]
* [[Documentation/GettingStartedDevelopers|Getting Started for Developers]]
* [[Documentation/GettingStartedDevelopers|Get started as a QEMU developer]]


== Technical Documentation ==
== Technical Documentation ==

Revision as of 08:59, 12 October 2016

Startup

How do I...

For users

For users that target for a specific platform:

for developers

Technical Documentation