Links: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''Development''' | '''Development''' | ||
* | *[http://savannah.gnu.org/projects/qemu Savannah project page and git repository access] | ||
*IRC channel: #qemu on | *IRC channel: #qemu on [http://www.freenode.net/ freenode.net] | ||
*Wiki about the | *Wiki about the [http://www.linux-mips.org/wiki/Qemu QEMU MIPS target] | ||
*mini-HOWTO: [[Tetrinetx | *mini-HOWTO: [[Tetrinetx]] Using qemu to lock down tetrinetx server | ||
* | *[http://libvncserver.sourceforge.net/ LibVNCServer] contains an alternate VNC server support for QEMU | ||
'''Alternate QEMU repositories''' | |||
*[http://www.h7.dion.ne.jp/~qemu-win/ QEMU on windows] | |||
*[http://www.opensolaris.org/os/project/qemu/ OpenSolaris support] | |||
*[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://svn.berlios.de/svnroot/repos/ar7-firmware/qemu/trunk/ Stefan Weil's version] supporting AR7 routers | |||
*[http://svn.kju-app.org/ Q repository] (Mac OS X port) | |||
*[http://homepage.ntlworld.com/wholehog/stuart/qemu/z80.html Z80 target] | |||
*[http://hppaqemu.sourceforge.net/ PA-RISC target] | |||
*[http://dev.openbossa.org/trac/mamona/ Mamona project] | |||
'''GUI Front Ends''' | |||
*[http://www.kju-app.org/ Q is a Mac OS X port] of QEMU with a nice GUI | |||
*[http://www.davereyn.co.uk/about.htm QEMU Manager], a GUI for the Windows port of QEMU | |||
*[http://emeitner.f2o.org/qemu_launcher QEMU Launcher], a GTK front end for QEMU on Linux | |||
*[http://qemoon.org QEMoon], a QEMU gui frontend for Linux and Windows in Java using the Eclipse framework | |||
*[http://qemudo.sourceforge.net/ qemudo], QEMU Web Interface | |||
*[http://qtemu.org/ QtEmu], a graphical user interface for QEMU written in Qt4 for Linux and Windows | |||
'''BIOSes and firmware used by QEMU''' | |||
*The PC BIOS from the[http://bochs.sourceforge.net/ Bochs] IA-32 Emulator Project | |||
*The [http://www.nongnu.org/vgabios LGPL VGA BIOS project] | |||
*The [http://openbios.info/Welcome_to_OpenBIOS OpenBIOS] project, an open source Open Firmware implementation | |||
*The [http://perso.magic.fr/l_indien/OpenHackWare/index.htm OpenHackWare] Open Firmware implementation | |||
*[http://www.etherboot.org/ Etherboot images] from [http://rom-o-matic.net/ ROM-o-matic] | |||
*The EFI BIOS comes from the [http://www.tianocore.org/ TianoCore Project]. The QEMU port is available [http://xenbits.xensource.com/ext/efi-vfirmware.hg here] | |||
'''Projects using the QEMU code''' | |||
*The [http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html Xen] virtual machine monitor | |||
*[http://www.linux-kvm.org KVM], Kernel-based Virtual Machine for Linux | |||
*[http://www.virtualbox.org/ VirtualBox], an open source x86 virtualizer. | |||
'''Related Links''' | |||
*[http://free.oszoo.org/ Free Operating System Zoo]: many disk images with free OSes | |||
*The [http://bochs.sourceforge.net/ Bochs] IA-32 Emulator Project | |||
*[http://developer.kde.org/~sewardj/ Valgrind], an open-source memory debugger for x86-GNU/Linux | |||
*[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.complang.tuwien.ac.at/schani/bintrans/ bintrans] Dynamic Binary Translator | |||
*[http://www.boblycat.org/~malc/minde/ MINDE], an emulator for some old x86 demos | |||
*[http://www.microlib.org/ MicroLib], a simulator for computer architecture research (PowerPC and Alpha simulation) | |||
*[http://www.skyeye.org SkyEye], an ARM simulator | |||
*[http://softgun.sourceforge.net/ Softgun], an ARM simulator | |||
*[http://simh.trailing-edge.com/ SIMH], The Computer History Simulation Project | |||
*The [http://pearpc.sourceforge.net/ PearPC] PowerPC Architecture Emulator (development stalled) |
Revision as of 21:17, 25 June 2009
Development
- Savannah project page and git repository access
- IRC channel: #qemu on freenode.net
- Wiki about the QEMU MIPS target
- mini-HOWTO: Tetrinetx Using qemu to lock down tetrinetx server
- LibVNCServer contains an alternate VNC server support for QEMU
Alternate QEMU repositories
- QEMU on windows
- OpenSolaris support
- Malc's GIT repository including audio improvements, an x86 interpreter (useful for MSDOS demos heavily using self modifying code), full A/V capture
- Stefan Weil's version supporting AR7 routers
- Q repository (Mac OS X port)
- Z80 target
- PA-RISC target
- Mamona project
GUI Front Ends
- Q is a Mac OS X port of QEMU with a nice GUI
- QEMU Manager, a GUI for the Windows port of QEMU
- QEMU Launcher, a GTK front end for QEMU on Linux
- 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
BIOSes and firmware used by QEMU
- The PC BIOS from theBochs 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.
Related Links
- Free Operating System Zoo: many disk images with free OSes
- 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
- The PearPC PowerPC Architecture Emulator (development stalled)