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
Jim Meyering 130426c659 update from gnulib
* gnulib/lib/inet_ntop.h: Remove file.
* gnulib/m4/onceonly_2_57.m4: Remove file.
* build-aux/useless-if-before-free: Update.
* build-aux/vc-list-files: Update.
* gnulib/lib/.cvsignore: Update.
* gnulib/lib/Makefile.am: Update.
* gnulib/lib/fseeko.c: Update.
* gnulib/lib/getaddrinfo.c: Update.
* gnulib/lib/getdelim.c: Update.
* gnulib/lib/inet_ntop.c: Update.
* gnulib/lib/inet_ntop.h: Update.
* gnulib/lib/poll.c: Update.
* gnulib/lib/snprintf.c: Update.
* gnulib/lib/stdlib.in.h: Update.
* gnulib/lib/string.in.h: Update.
* gnulib/lib/sys_socket.in.h: Update.
* gnulib/lib/sys_stat.in.h: Update.
* gnulib/lib/vasnprintf.c: Update.
* gnulib/lib/vasprintf.c: Update.
* gnulib/lib/wchar.in.h: Update.
* gnulib/m4/arpa_inet_h.m4: Update.
* gnulib/m4/extensions.m4: Update.
* gnulib/m4/gnulib-common.m4: Update.
* gnulib/m4/gnulib-comp.m4: Update.
* gnulib/m4/include_next.m4: Update.
* gnulib/m4/inet_ntop.m4: Update.
* gnulib/m4/netinet_in_h.m4: Update.
* gnulib/m4/onceonly_2_57.m4: Update.
* gnulib/m4/physmem.m4: Update.
* gnulib/m4/snprintf.m4: Update.
* gnulib/m4/stdint.m4: Update.
* gnulib/m4/stdio_h.m4: Update.
* gnulib/m4/stdlib_h.m4: Update.
* gnulib/m4/string_h.m4: Update.
* gnulib/m4/strndup.m4: Update.
* gnulib/m4/sys_select_h.m4: Update.
* gnulib/m4/sys_socket_h.m4: Update.
* gnulib/m4/sys_stat_h.m4: Update.
* gnulib/m4/vasnprintf.m4: Update.
* gnulib/tests/Makefile.am: Update.
* gnulib/tests/test-fseeko.c: Update.
* gnulib/tests/test-getaddrinfo.c: Update.
* gnulib/tests/test-getdelim.c: Update.
* gnulib/tests/test-getline.c: Update.
* gnulib/tests/test-lseek.c: Update.
* gnulib/tests/test-snprintf.c: Update.
* gnulib/tests/test-sys_stat.c: Update.
* gnulib/tests/test-vasnprintf.c: Update.
* gnulib/tests/test-vasprintf.c: Update.
2008-04-29 19:52:26 +00:00
build-aux update from gnulib 2008-04-29 19:52:26 +00:00
docs Added network XML docs 2008-04-29 14:08:08 +00:00
gnulib update from gnulib 2008-04-29 19:52:26 +00:00
include convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
m4 Use gnulib, starting with its physmem and getaddrinfo modules. 2007-12-05 21:31:07 +00:00
po * docs/Makefile.am docs/et.png docs/libvirt.css docs/page.xsl 2008-04-28 08:29:35 +00:00
proxy Added safer lowlevel memory allocation APis. Converted hash.c and capabilities.c to use them 2008-04-28 21:44:54 +00:00
python Python header workaround 2008-04-18 18:31:32 +00:00
qemud avoid format-related warnings 2008-04-28 09:09:52 +00:00
scripts Ignore /usr/include in coverage reports 2007-07-25 23:18:15 +00:00
src remove useless tests before xmlFree 2008-04-29 19:43:57 +00:00
tests Change virBuffer API to prevent common usage errors. Update all users of APIs 2008-04-28 15:14:59 +00:00
.cvsignore Ignore a few more files 2008-01-02 16:31:21 +00:00
.x-sc_avoid_if_before_free Remove more useless if tests before "free"-like functions. 2008-02-07 16:49:29 +00:00
.x-sc_avoid_write Avoid new "make syntax-check" failures. 2008-02-25 10:00:16 +00:00
.x-sc_no_have_config_h Enable another syntax-check rule. 2008-02-07 19:20:36 +00:00
.x-sc_require_config_h Enable the <config.h>-requiring test; fix violations 2008-01-29 18:15:54 +00:00
.x-sc_trailing_blank Ignore doc files for syntax check 2008-02-20 15:57:34 +00:00
acinclude.m4 Fix compat for old pkg-config and gnutls 2008-01-22 21:30:05 +00:00
AUTHORS Adding Anton Protopopov to AUTHORS 2008-04-25 15:48:04 +00:00
autobuild.sh autobuild.sh: Run "make syntax-check", so the autobuilder does this. 2008-02-07 19:19:45 +00:00
autogen.sh Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
bootstrap fix typo in bootstrap script 2008-04-28 14:12:45 +00:00
ChangeLog update from gnulib 2008-04-29 19:52:26 +00:00
configure.in Fixes for MinGW. 2008-04-18 08:33:23 +00:00
COPYING.LIB Initial revision 2005-11-02 12:50:21 +00:00
GNUmakefile Sync Makefile rules from coreutils. 2008-03-24 10:20:15 +00:00
HACKING HACKING: New file: begin to describe contributor/coding guidelines 2008-04-10 16:56:44 +00:00
libvirt.pc.in * libvirt.pc.in: applied patch from Daniel Berrange to fix --cflags 2006-03-24 13:18:12 +00:00
libvirt.spec.in 0.4.2 release 2008-04-08 16:45:57 +00:00
Makefile.am Enable the <config.h>-requiring test; fix violations 2008-01-29 18:15:54 +00:00
Makefile.cfg also check for useless test-before-xmlFree 2008-04-29 15:06:14 +00:00
Makefile.maint tests: recognize more uses of strcmp. 2008-04-29 14:25:19 +00:00
NEWS Cosmetic doc improvements 2008-04-24 07:56:37 +00:00
README Correct typos in the documentation (Atsushi SAKAI) 2008-01-24 10:15:13 +00:00
RENAMES Mon Jun 11 13:25:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-06-11 12:25:06 +00:00
TODO Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
virsh.1 Remove a trailing blank. 2008-04-17 08:40:53 +00:00

         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>