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 Fehlig e16e0052eb maint: cleanup detection of const'ness of selinux ctx
Commit 292d3f2d fixed the build with libselinux 2.3, but missed
some suggestions by eblake

https://www.redhat.com/archives/libvir-list/2014-May/msg00977.html

This patch changes the macro introduced in 292d3f2d to either be
empty in the case of newer libselinux, or contain 'const' in the
case of older libselinux.  The macro is then used directly in
tests/securityselinuxhelper.c.

(cherry picked from commit b109c09765)
2014-09-08 12:23:51 -04:00
.gnulib@4a5ee89c8a maint: update to latest gnulib 2013-09-24 06:53:07 -06:00
build-aux
daemon virNetServerRun: Notify systemd that we're accepting clients 2014-03-10 09:16:46 -04:00
docs docs: publish correct enum values 2014-06-26 16:36:26 -06:00
examples Don't link virt-login-shell against libvirt.so (CVE-2013-4400) 2013-10-21 14:19:05 +01:00
gnulib build: fix 'make check' with newer git 2014-07-02 20:26:09 -06:00
include libvirt: add new public API virConnectGetCPUModelNames 2013-09-23 15:41:50 -06:00
m4 maint: cleanup detection of const'ness of selinux ctx 2014-09-08 12:23:51 -04:00
po Prep for release 1.1.3.5 2014-05-03 17:16:43 -04:00
python Return right error code for baselineCPU 2013-12-14 13:39:42 -05:00
src virerror: Fix an error message typo 2014-09-08 12:17:54 -04:00
tests maint: cleanup detection of const'ness of selinux ctx 2014-09-08 12:23:51 -04:00
tools libvirt-guests: Wait for libvirtd to initialize 2014-03-10 09:16:41 -04:00
.ctags
.dir-locals.el
.gitignore Fix flaw in detecting log format 2013-10-29 16:10:22 +00:00
.gitmodules
.mailmap
AUTHORS.in
autobuild.sh build: make autobuild require rpm build deps 2013-09-16 09:35:05 -06:00
autogen.sh
bootstrap maint: update to latest gnulib 2013-09-24 06:53:07 -06:00
bootstrap.conf Add helpers for getting env vars in a setuid environment 2013-10-21 14:18:47 +01:00
cfg.mk Block all use of getenv with syntax-check 2013-10-29 16:14:00 +00:00
ChangeLog-old docs, comments: minor typo fixes 2013-09-10 17:06:41 -06:00
config-post.h build: fix build of virt-login-shell on systems with older gnutls 2013-10-23 09:02:38 +01:00
configure.ac Prep for release 1.1.3.5 2014-05-03 17:16:43 -04:00
COPYING
COPYING.LESSER
HACKING
libvirt.pc.in Don't include @LIBS@ in libvirt.pc.in file 2014-08-27 08:18:10 -06:00
libvirt.spec.in Prep for release 1.1.3.5 2014-05-03 17:16:43 -04:00
Makefile.am Don't link virt-login-shell against libvirt.so (CVE-2013-4400) 2013-10-21 14:19:05 +01:00
Makefile.nonreentrant
mingw-libvirt.spec.in
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>