libvirt

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
libvirt
Libvirt logo.svg
Developer(s) Red Hat
Initial release December 19, 2005; 18 years ago (2005-12-19)
Stable release 1.3.0 / 9 December 2015; 8 years ago (2015-12-09)
Preview release 1.3.0-rc2 / December 7, 2015; 8 years ago (2015-12-07)
Written in C
Operating system Linux
Type Library
License GNU Lesser General Public License
Website libvirt.org

libvirt is an open source API, daemon and management tool for managing platform virtualization.[1] 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

File:Libvirt support.svg
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,[2] Perl,[3] OCaml,[4] Ruby,[5] Java,[6] and PHP.[7] 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.[8]

GNOME Boxes uses libvirt.

Corporate

Development of libvirt is backed by Red Hat,[9] 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.[10]

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.
  8. Lua error in package.lua at line 80: module 'strict' not found.
  9. Lua error in package.lua at line 80: module 'strict' not found.
  10. Lua error in package.lua at line 80: module 'strict' not found.

Books

  • Lua error in package.lua at line 80: module 'strict' not found.

External links