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
Jiri Denemark ac7afbeb9e cpu: Fix vendor for recent CPU models
Recent CPU models were specified using invalid vendor element
<vendor>NAME</vendor>, which was silently ignored due to a bug in the
code which was parsing it.
2010-10-14 09:36:54 +02:00
.gnulib@2bb63bfb25
build-aux build: update gnulib 2010-03-26 19:16:37 +01:00
daemon Remote protocol implementation of virDomainSet/GetMemoryParameters 2010-10-12 19:26:10 +02:00
docs
examples build: fix example build on MacOS X 2010-09-30 11:34:00 -06:00
include Fixes for documentation extraction 2010-10-13 13:50:07 +02:00
m4
po
proxy
python
src cpu: Fix vendor for recent CPU models 2010-10-14 09:36:54 +02:00
tests
tools virsh: update comment about parsing 2010-10-13 07:52:33 -06:00
.gitignore
.gitmodules make .gnulib a submodule 2009-07-08 16:17:51 +02:00
.mailmap
.x-sc_avoid_ctype_macros
.x-sc_avoid_if_before_free
.x-sc_avoid_write
.x-sc_m4_quote_check
.x-sc_prohibit_always_true_header_tests build: update gnulib 2010-05-06 14:35:38 -06:00
.x-sc_prohibit_asprintf
.x-sc_prohibit_gethostby Various syntax-check fixes. 2009-10-26 10:34:05 +01:00
.x-sc_prohibit_gethostname
.x-sc_prohibit_gettext_noop
.x-sc_prohibit_have_config_h
.x-sc_prohibit_HAVE_MBRTOWC
.x-sc_prohibit_nonreentrant Tighten up nonreentrant syntax-check. 2009-10-26 10:33:42 +01:00
.x-sc_prohibit_readlink
.x-sc_prohibit_strcmp
.x-sc_prohibit_strcmp_and_strncmp
.x-sc_prohibit_strncpy
.x-sc_prohibit_test_minus_ao
.x-sc_prohibit_VIR_ERR_NO_MEMORY Various syntax-check fixes. 2009-10-26 10:34:05 +01:00
.x-sc_require_config_h
.x-sc_require_config_h_first
.x-sc_trailing_blank
.x-sc_unmarked_diagnostics
acinclude.m4
AUTHORS virsh: better support double quote 2010-10-13 07:52:32 -06:00
autobuild.sh
autogen.sh
bootstrap
bootstrap.conf
cfg.mk
ChangeLog-old
configure.ac
COPYING.LIB
HACKING
libvirt.pc.in
libvirt.spec.in
Makefile.am
Makefile.nonreentrant
mingw32-libvirt.spec.in
README
README-hacking
TODO Update todo list file to point at bugzilla/website 2010-10-13 16:45:26 +01: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>