Links: Difference between revisions

From QEMU
(#qemu)
No edit summary
Line 3: Line 3:
*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]
*Wiki about the [http://www.linux-mips.org/wiki/Qemu QEMU MIPS target]
'''Unofficial QEMU binaries'''
* [http://www.h7.dion.ne.jp/~qemu-win/ QEMU on Windows] provides precompiled QEMU versions for Windows.
* [http://atrpms.net/name/kqemu/ RPMs for Fedora and RHEL]
* [http://www.slackware.com/~alien/slackbuilds/qemu/ Slackware packages]


'''Alternate QEMU repositories'''
'''Alternate QEMU repositories'''

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