Links: Difference between revisions

From QEMU
mNo edit summary
m (add serialice link to "projects using the qemu code")
Line 42: Line 42:
*[http://www.linux-kvm.org KVM], Kernel-based Virtual Machine for Linux
*[http://www.linux-kvm.org KVM], Kernel-based Virtual Machine for Linux
*[http://www.virtualbox.org/ VirtualBox], an open source x86 virtualizer.
*[http://www.virtualbox.org/ VirtualBox], an open source x86 virtualizer.
*[http://www.serialice.com/ SerialICE], a system software debugger


'''Related Links'''
'''Related Links'''

Revision as of 18:26, 26 April 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.
  • SerialICE, a system software debugger

Related Links