Links: Difference between revisions

From QEMU
m (Reverted edits by Rowa (Talk) to last revision by AnthonyLiguori)
(Book "qemu-kvm & libvirt")
Line 56: Line 56:
*[http://simh.trailing-edge.com/ SIMH], The Computer History Simulation Project
*[http://simh.trailing-edge.com/ SIMH], The Computer History Simulation Project
*The [http://pearpc.sourceforge.net/ PearPC] PowerPC Architecture Emulator (development stalled)
*The [http://pearpc.sourceforge.net/ PearPC] PowerPC Architecture Emulator (development stalled)
*Book "QEMU & KVM", [http://qemu-buch.de/english/order.php ISBN 978-3-8370-0876-0], http://qemu-buch.de
*Book "qemu-kvm & libvirt", [http://qemu-buch.de/english/order.php ISBN 978-3-8370-0876-0], http://qemu-buch.de
*[http://qemu-buch.de/cgi-bin/moin.cgi/ #qemu the (unofficial) wiki of QEMU]
*[http://qemu-buch.de/cgi-bin/moin.cgi/ #qemu the (unofficial) wiki of QEMU]
*Wiki about the [http://www.linux-mips.org/wiki/Qemu QEMU MIPS target]
*Wiki about the [http://www.linux-mips.org/wiki/Qemu QEMU MIPS target]

Revision as of 04:55, 30 March 2010

Development

Unofficial QEMU binaries

Alternate QEMU repositories

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

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.

Related Links