Links: Difference between revisions
Stuart Brady (talk | contribs) (Add GXemul, Hercules and ARAnyM, and split off 'Other emulators' section) |
Stuart Brady (talk | contribs) (Move plex86 and valgrind out of the list of emulators) |
||
Line 62: | Line 62: | ||
=== Other emulators === | === Other emulators === | ||
*The [http://bochs.sourceforge.net/ Bochs] IA-32 Emulator Project | *The [http://bochs.sourceforge.net/ Bochs] IA-32 Emulator Project | ||
*[http://www.ptlsim.org/ PTLsim], a cycle accurate x86 microprocessor simulator | *[http://www.ptlsim.org/ PTLsim], a cycle accurate x86 microprocessor simulator | ||
*The [http://www.cs.rose-hulman.edu/~donaldlf/em86/index.html EM86 x86 emulator] on Alpha-Linux | *The [http://www.cs.rose-hulman.edu/~donaldlf/em86/index.html EM86 x86 emulator] on Alpha-Linux | ||
Line 75: | Line 74: | ||
*[http://www.hercules-390.org/ Hercules], S/370, S/390 and z/Arch emulator | *[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://people.csail.mit.edu/fredette/tme/ TME], The (Sun) Machine Emulator | *[http://people.csail.mit.edu/fredette/tme/ TME], The (Sun) Machine Emulator | ||
Line 81: | Line 79: | ||
*[http://free.oszoo.org/ Free Operating System Zoo]: many disk images with free OSes (very old) | *[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 | ||
*[http://www.plex86.org/ PLEX86], x86- Virtual Machine (VM) Program | |||
*[http://www.valgrind.org/ Valgrind], an open-source memory debugger for x86-GNU/Linux |
Revision as of 14:12, 28 December 2010
Development
- Savannah project page
- QEMU patches from the mailing list
- IRC channel: #qemu on irc.oftc.net
Unofficial QEMU binaries
- QEMU on Windows provides precompiled QEMU versions (< 0.9.0) for Windows.
- TAKEDA Toshiya provides precompiled QEMU versions (> 0.9.1) for Windows.
- RPMs for Fedora and RHEL
- Slackware packages
Alternate QEMU repositories
- Openmoko (Neo1973) target
- Malc's GIT repository including audio improvements, an x86 interpreter (useful for MSDOS demos heavily using self modifying code), full A/V capture
- AR7 routers, TCG interpreter (maintained by Stefan Weil)
- Z80 target
- PA-RISC target
- Mamona project - link down
- MeeGo QEMU
- kqemu archive includes patches for the former acceleration module
Historical ports
- Q repository (Mac OS X port of v0.9.1)
- OpenSolaris project (OpenSolaris port of ~v0.9.1)
GUI Front Ends
- AQEMU GUI for QEMU and KVM (Linux), documentation (German)
- Qemu Manager for Windows (and Wine)
- Q is a Mac OS X port of QEMU 0.9.1 with a nice GUI
- QEMoon, a QEMU gui frontend for Linux and Windows in Java using the Eclipse framework
- qemudo, QEMU Web Interface
- QtEmu, a graphical user interface for QEMU written in Qt4 for Linux and Windows
- QEMU Manager on Windows by Dave Reynolds.
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
- The PC BIOS from the Bochs IA-32 Emulator Project
- The LGPL VGA BIOS project
- The OpenBIOS project, an open source Open Firmware implementation
- The OpenHackWare Open Firmware implementation
- Etherboot images from ROM-o-matic
- The EFI BIOS comes from the TianoCore Project. The QEMU port is available here
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
- Book "qemu-kvm & libvirt", 4. Edition 2010, ISBN 978-3-8370-0876-0, http://qemu-buch.de
- #qemu the (unofficial) wiki of QEMU
- Wiki about the QEMU MIPS target
- IBM Linux Blueprint: Quick Start Guide for installing and running KVM
- IBM Linux Blueprint: The Developer's Approach to Installing and Managing KVMs
- The QEMU forum
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
- Free Operating System Zoo: many disk images with free OSes (very old)
- QEMU-SystemC, a hardware co-simulator
- PLEX86, x86- Virtual Machine (VM) Program
- Valgrind, an open-source memory debugger for x86-GNU/Linux