Links: Difference between revisions

From QEMU
(add Android emulation from GSoC)
Line 14: Line 14:
*[http://svn.openmoko.org/trunk/src/host/qemu-neo1973/ Openmoko (Neo1973) target]
*[http://svn.openmoko.org/trunk/src/host/qemu-neo1973/ Openmoko (Neo1973) target]
*[http://repo.or.cz/w/qemu/malc.git Malc's GIT repository] including audio improvements, an x86 interpreter (useful for MSDOS demos heavily using self modifying code), full A/V capture
*[http://repo.or.cz/w/qemu/malc.git Malc's GIT repository] including audio improvements, an x86 interpreter (useful for MSDOS demos heavily using self modifying code), full A/V capture
*[http://github.com/patricksjackson/qemu/tree/android_qdev Android emulation] - see also http://gsoc11-qemu-android.blogspot.de/
*[http://repo.or.cz/w/qemu/ar7.git/ AR7 routers, TCG interpreter] (maintained by [[User:Stefan_Weil|Stefan Weil]])
*[http://repo.or.cz/w/qemu/ar7.git/ AR7 routers, TCG interpreter] (maintained by [[User:Stefan_Weil|Stefan Weil]])
*[http://gitorious.org/qemu-m68k Motorola 680x0] (not coldfire — maintained by Laurent Vivier)
*[http://gitorious.org/qemu-m68k Motorola 680x0] (not coldfire — maintained by Laurent Vivier)
Line 22: Line 23:
*[http://repo.or.cz/w/kqemu.git kqemu archive] includes patches for the former acceleration module
*[http://repo.or.cz/w/kqemu.git kqemu archive] includes patches for the former acceleration module
*[http://git.linaro.org/gitweb?p=qemu/qemu-linaro.git;a=summary qemu-linaro] - mostly tracks upstream; includes OMAP3 support
*[http://git.linaro.org/gitweb?p=qemu/qemu-linaro.git;a=summary qemu-linaro] - mostly tracks upstream; includes OMAP3 support
==== Historical ports ====
==== Historical ports ====
*[http://svn.kju-app.org/trunk/qemu/ Q repository] (Mac OS X port of v0.9.1)
*[http://svn.kju-app.org/trunk/qemu/ Q repository] (Mac OS X port of v0.9.1)

Revision as of 07:30, 26 May 2012

Development

Unofficial QEMU binaries

Alternate QEMU repositories

Historical ports

GUI Front Ends

Other management tools/systems

  • libvirt provides an API for managing QEMU/KVM (and other hypervisors) exposed in C, Perl, Python, OCaml, Ruby, and Java, with bridges to AMQP/QMF and DMTF CIM.
  • virt-install, virt-clone, virt-convert a set of command line tools for provisioning new VMs from install media, existing VMs and appliances, respectively. See also 'virsh' command line shell with libvirt.
  • virt-manager, Virtual Machine Manager. A graphical desktop management app using libvirt. Can manage a single local host, or securely multiple remote hosts. Support QEMU, KVM, Xen and more
  • Ganeti, a cluster virtual server management software tool built on top of existing virtualization technologies such as Xen or KVM and other Open Source software.

BIOSes and firmware used by QEMU

Projects using the QEMU code

  • The Xen virtual machine monitor
  • KVM, Kernel-based Virtual Machine for Linux
  • VirtualBox, an open source x86 virtualizer.
  • SerialICE, a system software debugger
  • MARSSx86, a cycle accurate accurate x86 simulator that uses QEMU

External Documentation

Other emulators

  • The Bochs IA-32 Emulator Project
  • PTLsim, a cycle accurate x86 microprocessor simulator
  • The EM86 x86 emulator on Alpha-Linux
  • The bintrans Dynamic Binary Translator
  • MINDE, an emulator for some old x86 demos
  • MicroLib, a simulator for computer architecture research (PowerPC and Alpha simulation)
  • SkyEye, an ARM simulator
  • Softgun, an ARM simulator
  • SIMH, The Computer History Simulation Project
  • GXemul, emulator for multiple systems including m88k
  • ARAnyM, emulator for Atari ST/TT/Falcon family
  • Hercules, S/370, S/390 and z/Arch emulator
  • The PearPC PowerPC Architecture Emulator (development stalled)
  • TME, The (Sun) Machine Emulator

Related links