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
2013-03-01 15:49:07 +08:00
.gnulib@819b1c38b9
build-aux
daemon remote: Implement virDomainGetJobStats 2013-02-22 17:35:58 +01:00
docs maint: fix typo in network docs 2013-02-27 21:18:33 -07:00
examples
gnulib
include
m4 Fix typo in configure.ac causing $LIBS to gain a copy of $CFLAGS 2013-02-05 18:04:16 +00:00
po Release of libvirt-1.0.2 2013-01-30 10:42:05 +01:00
python python: fix fd leak in generator.py 2013-03-01 15:49:07 +08:00
src qemu: Make sure qemuProcessStart is run within a job 2013-03-01 08:32:08 +01:00
tests
tools virsh: Add migrate-compcache command 2013-02-22 17:35:59 +01:00
.dir-locals.el
.gitignore
.gitmodules
.mailmap
AUTHORS.in
autobuild.sh
autogen.sh
bootstrap
bootstrap.conf
cfg.mk
ChangeLog-old virterror.c: Fix several spelling mistakes 2012-02-03 11:32:51 -07:00
configure.ac
COPYING.LIB
HACKING
libvirt.pc.in
libvirt.spec.in spec: Fix minor changelog issues 2013-02-05 10:00:32 +01:00
Makefile.am
Makefile.nonreentrant Ban use of all inet_* functions 2010-10-22 11:59:23 +01:00
mingw-libvirt.spec.in spec: indent %if to make it easier to see conditions 2013-01-21 10:36:14 -07: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>