libvirt is an open source API, daemon and management tool for managing platform virtualization.[2] It can be used to manage KVM, Xen, VMware ESX, QEMU and other virtualization technologies. These APIs are widely used in the orchestration layer of hypervisors in the development of a cloud-based solution.

Internals

libvirt supports several Hypervisors and is supported by several management solutions

libvirt itself is a C library, but it has bindings in other languages, notably in Python,[3] Perl,[4] OCaml,[5] Ruby,[6] Java,[7] JavaScript (via Node.js)[8] and PHP.[9] libvirt for these programming languages is composed of wrappers around another class/package called libvirtmod. libvirtmod's implementation is closely associated with its counterpart in C/C++ in syntax and functionality.

Supported Hypervisors

User Interfaces

Libvirt is used by various virtualization programs and platforms. Graphical Interfaces are provided by Virtual Machine Manager and others. The most popular command line interface is 'virsh', and higher level tools like oVirt.[12]

GNOME Boxes uses libvirt.

Corporate

Development of libvirt is backed by Red Hat,[13] with significant contributions by other organisations and individuals. Libvirt is available on most Linux distributions; remote servers are also accessible from Apple Mac OS X and Microsoft Windows clients.[14]

See also

References

Books

  • Warnke, Robert; Ritzau, Thomas. qemu-kvm & libvirt (in German). Norderstedt, Germany: Books on Demand. ISBN 978-3-8370-0876-0. 

External links