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
2006-02-09 18:03:54 +00:00
docs Fixing generation, Daniel 2006-02-09 18:03:54 +00:00
include * //* : renamed the project libvirt , this affects all makefiles, 2006-02-09 17:45:11 +00:00
python * //* : renamed the project libvirt , this affects all makefiles, 2006-02-09 17:45:11 +00:00
src * //* : renamed the project libvirt , this affects all makefiles, 2006-02-09 17:45:11 +00:00
.cvsignore cleaning up messages, Daniel 2005-11-02 14:24:22 +00:00
AUTHORS add virDomainGetOSType() + small code refactoring 2005-12-16 00:51:27 +00:00
autogen.sh * Makefile.am README TODO autogen.sh configure.in libvir.pc.in 2005-12-05 11:16:07 +00:00
ChangeLog * //* : renamed the project libvirt , this affects all makefiles, 2006-02-09 17:45:11 +00:00
config.h.in * TODO libxen.pc.in libxen.spec.in include/Makefile.am Makefile.am 2005-11-02 15:37:34 +00:00
configure.in * //* : renamed the project libvirt , this affects all makefiles, 2006-02-09 17:45:11 +00:00
COPYING.LIB Initial revision 2005-11-02 12:50:21 +00:00
libvirt.pc.in * //* : renamed the project libvirt , this affects all makefiles, 2006-02-09 17:45:11 +00:00
libvirt.spec.in * //* : renamed the project libvirt , this affects all makefiles, 2006-02-09 17:45:11 +00:00
Makefile.am * //* : renamed the project libvirt , this affects all makefiles, 2006-02-09 17:45:11 +00:00
NEWS * //* : renamed the project libvirt , this affects all makefiles, 2006-02-09 17:45:11 +00:00
README * //* : renamed the project libvirt , this affects all makefiles, 2006-02-09 17:45:11 +00:00
TODO Release of 0.0.2, daniel 2006-01-31 10:21:10 +00:00

         LibVirt : simple API for virtualization

  Libvir is a C toolkit to interract 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 concurently 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>