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
Diego Elio Pettenò 8838ee39ab Disable building of static Python module
* python/Makefile.am: python modules are loaded at runtime so the static
  version is not needed, avoid building it
2010-01-06 17:33:41 +01:00
.gnulib@3fd9a2df88
build-aux
daemon
docs
examples
include
m4
po Update and regenerate localizations 2009-12-23 15:55:47 +01:00
proxy
python Disable building of static Python module 2010-01-06 17:33:41 +01:00
src Fix parsing of 'info chardev' line endings 2010-01-06 17:09:04 +01:00
tests Distribute vmx2xml and xml2vmx test data files 2009-12-28 14:27:45 +01:00
tools
.gitignore Remove some auto-generated files 2009-10-09 13:01:22 +01:00
.gitmodules
.hgignore Add qemuhelptest to .*ignore files 2009-06-16 14:06:48 +00:00
.x-sc_avoid_ctype_macros
.x-sc_avoid_if_before_free
.x-sc_avoid_write
.x-sc_m4_quote_check syntax-check: enable more checks 2009-02-03 13:08:36 +00:00
.x-sc_prohibit_asprintf
.x-sc_prohibit_gethostby
.x-sc_prohibit_gethostname
.x-sc_prohibit_have_config_h
.x-sc_prohibit_HAVE_MBRTOWC
.x-sc_prohibit_nonreentrant
.x-sc_prohibit_strcmp
.x-sc_prohibit_strcmp_and_strncmp
.x-sc_prohibit_strncpy
.x-sc_prohibit_VIR_ERR_NO_MEMORY
.x-sc_require_config_h
.x-sc_require_config_h_first
.x-sc_trailing_blank build: exempt *.ico files from the trailing blank check 2008-10-16 13:28:07 +00:00
acinclude.m4
AUTHORS Add some people missing from the AUTHORS list 2009-12-22 12:16:57 +01:00
autobuild.sh
autogen.sh
bootstrap
cfg.mk
ChangeLog-old
configure.in
COPYING.LIB
HACKING
libvirt.pc.in
libvirt.spec.in
Makefile.am
Makefile.nonreentrant
mingw32-libvirt.spec.in
README
README-hacking
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>