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
Matthias Bolte c3697a0ed5 lxc: Exit on first error in lxcDomainGetMemoryParameters
There is no point in trying to fill params beyond the first error,
because when lxcDomainGetMemoryParameters returns -1 then the caller
cannot detect which values in params are valid.
2010-11-08 21:26:28 +01:00
.gnulib@cac3889c18
build-aux
daemon Fix build with polkit 0 2010-11-02 10:11:16 -06:00
docs Add smbios element to schema and configuration to HVM os 2010-11-08 15:14:50 +01:00
examples Include socket address in client probe data 2010-10-22 12:00:45 +01:00
include Add a sysinfo util module and read host info API 2010-11-08 15:14:50 +01:00
m4
po Add a sysinfo util module and read host info API 2010-11-08 15:14:50 +01:00
proxy proxy: Fix undefined reference to virClose 2010-10-19 16:47:35 +02:00
python
src lxc: Exit on first error in lxcDomainGetMemoryParameters 2010-11-08 21:26:28 +01:00
tests Add a new test for sysinfo and smbios handling 2010-11-08 15:14:50 +01:00
tools virsh: fix incorrect help text mentioning non-existent network 'id' 2010-11-09 01:35:27 +11:00
.dir-locals.el misc: encode the Emacs suggstions from HACKING into a .dir-locals.el file 2010-11-01 10:22:58 -06:00
.gitignore build: fix shell detection bug 2010-10-26 15:55:12 -06:00
.gitmodules
.mailmap
.x-sc_avoid_ctype_macros
.x-sc_avoid_if_before_free
.x-sc_avoid_write
.x-sc_m4_quote_check
.x-sc_po_check build: avoid false positive syntax-check failure 2010-10-19 09:28:35 -06:00
.x-sc_prohibit_always_true_header_tests
.x-sc_prohibit_asprintf
.x-sc_prohibit_empty_lines_at_EOF maint: fix syntax-check failure of previous patch 2010-10-26 15:50:19 -06:00
.x-sc_prohibit_gethostby
.x-sc_prohibit_gethostname
.x-sc_prohibit_gettext_noop
.x-sc_prohibit_have_config_h
.x-sc_prohibit_HAVE_MBRTOWC
.x-sc_prohibit_nonreentrant
.x-sc_prohibit_readlink
.x-sc_prohibit_strcmp
.x-sc_prohibit_strcmp_and_strncmp
.x-sc_prohibit_strncpy
.x-sc_prohibit_test_minus_ao build: fix syntax-check problems 2010-04-12 16:43:05 -06:00
.x-sc_prohibit_VIR_ERR_NO_MEMORY
.x-sc_require_config_h
.x-sc_require_config_h_first
.x-sc_trailing_blank
.x-sc_unmarked_diagnostics
acinclude.m4
AUTHORS audit: printf warning fix 2010-10-28 11:23:42 -06:00
autobuild.sh Add dtrace static probes in libvirtd 2010-10-22 12:00:39 +01:00
autogen.sh
bootstrap
bootstrap.conf
cfg.mk maint: fix syntax-check failure of previous patch 2010-10-26 15:50:19 -06:00
ChangeLog-old
configure.ac Release of libvirt-0.8.5 2010-10-29 16:54:07 +02:00
COPYING.LIB
HACKING
libvirt.pc.in
libvirt.spec.in Release of libvirt-0.8.5 2010-10-29 16:54:07 +02:00
Makefile.am maint: fix syntax-check failure of previous patch 2010-10-26 15:50:19 -06:00
Makefile.nonreentrant Ban use of all inet_* functions 2010-10-22 11:59:23 +01:00
mingw32-libvirt.spec.in Add dtrace static probes in libvirtd 2010-10-22 12:00:39 +01:00
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>