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
Peter Krempa 6d35a84cc8 conf: Fix label naming in virDomainDefFormatInternal
The label named "cleanup" was used in error cases only. Change it to
"error".
2013-02-21 11:04:34 +01:00
.gnulib@819b1c38b9
build-aux
daemon
docs docs: Fix HTML errors 2013-02-21 10:38:28 +01:00
examples
gnulib
include Introduce API virNodeDeviceLookupSCSIHostByWWN 2013-02-12 00:23:57 +08:00
m4
po
python Check if classes are derived from object 2013-02-11 18:00:10 +01:00
src conf: Fix label naming in virDomainDefFormatInternal 2013-02-21 11:04:34 +01:00
tests commandtest: Resolve some coverity resource leaks 2013-02-16 07:44:35 -05:00
tools virsh: distinguish errors between missing argument and wrong option 2013-02-20 10:14:25 +08:00
.dir-locals.el
.gitignore Add autogenerated lxc_protocol.[ch] to gitignore 2013-02-18 08:57:57 -06:00
.gitmodules
.mailmap Autogenerate AUTHORS 2012-10-19 12:44:56 -04:00
AUTHORS.in
autobuild.sh Switch automated builds to use Mingw64 toolchain instead of Mingw32 2012-06-25 10:41:10 +01:00
autogen.sh
bootstrap
bootstrap.conf build: more mingw fixes 2013-02-15 15:45:52 -07:00
cfg.mk
ChangeLog-old
configure.ac
COPYING.LIB
HACKING Turn virSecurityManager into a virObjectLockable 2013-02-11 12:33:41 +00:00
libvirt.pc.in
libvirt.spec.in
Makefile.am
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>