Libvirt provides a portable, long term stable C API for managing the virtualization technologies provided by many operating systems. It includes support for QEMU, KVM, Xen, LXC, bhyve, Virtuozzo, VMware vCenter and ESX, VMware Desktop, Hyper-V, VirtualBox and the POWER Hypervisor.
Go to file
Peter Krempa d3047061d0 util: storage: Inline use of virStorageFileGetMetadataFromFDInternal
There was just one callsite left. Integrate the body to the only calling
function.
2014-07-08 11:27:08 +02:00
.gnulib@d55899fd2c
build-aux
daemon net: merge virNetworkGetDHCPLeases and virNetworkGetDHCPLeasesForMAC 2014-06-27 09:38:13 +02:00
docs audit: Audit smartcard devices 2014-07-07 12:56:45 +02:00
examples virt-lxc-convert: make free return values in bytes 2014-07-07 12:37:23 +02:00
gnulib
include Introduce virConnectGetDomainCapabilities 2014-07-03 12:22:37 +02:00
m4
po Introduce domain_capabilities 2014-07-03 12:22:37 +02:00
src util: storage: Inline use of virStorageFileGetMetadataFromFDInternal 2014-07-08 11:27:08 +02:00
tests qemu: monitor: Add argument for specifying backing name for block commit 2014-07-04 13:00:16 +02:00
tools tools/wireshark: fix rpm build 2014-07-08 09:30:45 +02:00
.ctags
.dir-locals.el
.gitignore
.gitmodules
.mailmap
AUTHORS.in
autobuild.sh
autogen.sh
bootstrap
bootstrap.conf
cfg.mk
ChangeLog-old
config-post.h
configure.ac Post-release version bump for new dev cycle 2014-07-02 08:17:23 +02:00
COPYING
COPYING.LESSER maint: follow recommended practice for using LGPL 2013-05-20 14:15:21 -06:00
HACKING docs: Fix broken link in the HACKING page 2014-07-04 18:28:24 +02:00
libvirt-lxc.pc.in
libvirt-qemu.pc.in
libvirt.pc.in
libvirt.spec.in Introduce domain_capabilities 2014-07-03 12:22:37 +02:00
Makefile.am
Makefile.nonreentrant
mingw-libvirt.spec.in Introduce domain_capabilities 2014-07-03 12:22:37 +02:00
README
README-hacking
run.in
TODO

         LibVirt : simple API for virtualization

  Libvirt is a C toolkit to interact with the virtualization capabilities
of recent versions of Linux (and other OSes). It is free software
available under the GNU Lesser General Public License. Virtualization of
the Linux Operating System means the ability to run multiple instances of
Operating Systems concurrently on a single hardware system where the basic
resources are driven by a Linux instance. The library aim at providing
long term stable C API initially for the Xen paravirtualization but
should be able to integrate other virtualization mechanisms if needed.

Daniel Veillard <veillard@redhat.com>