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
Philipp Hahn 141deb9feb schema: Restrict mode to octal
virStrToLong(..., 8, ...) already requires the mode to be octal.
Change the relax-ng schema to check for octal as well.

Signed-off-by: Philipp Hahn <hahn@univention.de>
2013-02-26 16:23:21 -07:00
.gnulib@819b1c38b9
build-aux
daemon remote: Implement virDomainGetJobStats 2013-02-22 17:35:58 +01:00
docs schema: Restrict mode to octal 2013-02-26 16:23:21 -07:00
examples
gnulib
include Introduce virDomainMigrate*CompressionCache APIs 2013-02-22 17:35:59 +01:00
m4
po
python python: Implement virDomainMigrateGetCompressionCache wrapper 2013-02-22 17:35:59 +01:00
src interface: udev backend coverity NULL deref 2013-02-26 13:30:17 -06:00
tests tests: skip virstoragetest on RHEL 5 2013-02-26 12:53:36 -07:00
tools virsh: Add migrate-compcache command 2013-02-22 17:35:59 +01:00
.dir-locals.el
.gitignore Add autogenerated lxc_protocol.[ch] to gitignore 2013-02-18 08:57:57 -06:00
.gitmodules
.mailmap
AUTHORS.in
autobuild.sh
autogen.sh
bootstrap
bootstrap.conf
cfg.mk tests: uniformly report test failures 2013-02-25 17:38:11 -07:00
ChangeLog-old
configure.ac
COPYING.LIB
HACKING
libvirt.pc.in
libvirt.spec.in
Makefile.am
Makefile.nonreentrant
mingw-libvirt.spec.in
README
README-hacking
run.in run: license as LGPL 2013-02-23 14:03:19 -07:00
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>