Links: Difference between revisions

From QEMU
No edit summary
No edit summary
Line 2: Line 2:
*[http://savannah.gnu.org/projects/qemu Savannah project page and git repository access]
*[http://savannah.gnu.org/projects/qemu Savannah project page and git repository access]
*IRC channel: #qemu on [http://www.freenode.net/ freenode.net]
*IRC channel: #qemu on [http://www.freenode.net/ freenode.net]
*Wiki about the [http://www.linux-mips.org/wiki/Qemu QEMU MIPS target]


'''Unofficial QEMU binaries'''
'''Unofficial QEMU binaries'''
Line 59: Line 58:
*Book "QEMU & KVM", [http://qemu-buch.de/english/order.php ISBN 978-3-8370-0876-0], http://qemu-buch.de
*Book "QEMU & KVM", [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]

Revision as of 16:47, 12 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