Links: Difference between revisions

From QEMU
(update list of repositories, start categorization, add kqemu repo)
(Add GXemul, Hercules and ARAnyM, and split off 'Other emulators' section)
Line 60: Line 60:
*[http://qemu-forum.ipi.fi/ The QEMU forum]
*[http://qemu-forum.ipi.fi/ The QEMU forum]


=== Related Links ===
=== Other emulators ===
*[http://free.oszoo.org/ Free Operating System Zoo]: many disk images with free OSes (very old)
*The [http://bochs.sourceforge.net/ Bochs] IA-32 Emulator Project
*The [http://bochs.sourceforge.net/ Bochs] IA-32 Emulator Project
*[http://www.valgrind.org/ Valgrind], an open-source memory debugger for x86-GNU/Linux
*[http://www.valgrind.org/ Valgrind], an open-source memory debugger for x86-GNU/Linux
Line 72: Line 71:
*[http://softgun.sourceforge.net/ Softgun], an ARM simulator
*[http://softgun.sourceforge.net/ Softgun], an ARM simulator
*[http://simh.trailing-edge.com/ SIMH], The Computer History Simulation Project
*[http://simh.trailing-edge.com/ SIMH], The Computer History Simulation Project
*[http://gxemul.sourceforge.net/ GXemul], emulator for multiple systems including m88k
*[http://aranym.org/ ARAnyM], emulator for Atari ST/TT/Falcon family
*[http://www.hercules-390.org/ Hercules], S/370, S/390 and z/Arch emulator
*The [http://pearpc.sourceforge.net/ PearPC] PowerPC Architecture Emulator (development stalled)
*The [http://pearpc.sourceforge.net/ PearPC] PowerPC Architecture Emulator (development stalled)
*[http://www.plex86.org/ PLEX86], x86- Virtual Machine (VM) Program
*[http://www.plex86.org/ PLEX86], x86- Virtual Machine (VM) Program
*[http://people.csail.mit.edu/fredette/tme/ TME], The (Sun) Machine Emulator
*[http://people.csail.mit.edu/fredette/tme/ TME], The (Sun) Machine Emulator
=== Related links ===
*[http://free.oszoo.org/ Free Operating System Zoo]: many disk images with free OSes (very old)
*[http://www.greensocs.com/projects/QEMUSystemC/ QEMU-SystemC], a hardware co-simulator
*[http://www.greensocs.com/projects/QEMUSystemC/ QEMU-SystemC], a hardware co-simulator

Revision as of 14:11, 28 December 2010

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

External Documentation

Other emulators

  • The Bochs IA-32 Emulator Project
  • Valgrind, an open-source memory debugger for x86-GNU/Linux
  • 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)
  • PLEX86, x86- Virtual Machine (VM) Program
  • TME, The (Sun) Machine Emulator

Related links