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
Daniel P. Berrange e4c97a10db Fix error codes returned when a storage pool is inactive
Many operations are not valid on inactive storage pools. The
storage driver is currently returning VIR_ERR_INTERNAL_ERROR
in these cases, rather than the more suitable error code
VIR_ERR_OPERATION_INVALID

* src/storage/storage_driver.c: Fix error code when pool
  is not active
2010-11-23 15:00:35 +00:00
.gnulib@48b1a1ae7d maint: update to latest gnulib 2010-11-17 10:13:12 -07:00
daemon Don't catch SIGCHLD in libvirtd 2010-11-23 14:10:14 +00:00
docs Fix parsing of port attribute in storage XML configuration 2010-11-23 14:55:33 +00:00
examples Use python discovered through env instead of hardcoding a path 2010-11-14 22:45:59 +01:00
include Add a generic internal API for handling any FD based stream 2010-11-11 16:02:57 +00:00
m4 maint: update to latest gnulib 2010-11-17 10:13:12 -07:00
po maint: update to latest gnulib 2010-11-17 10:13:12 -07:00
python Use python discovered through env instead of hardcoding a path 2010-11-14 22:45:59 +01:00
src Fix error codes returned when a storage pool is inactive 2010-11-23 15:00:35 +00:00
tests xend: Escape reserved sexpr characters 2010-11-22 16:43:29 -05:00
tools Remove bogus port handling code in virsh 2010-11-23 15:00:35 +00:00
.dir-locals.el misc: encode the Emacs suggstions from HACKING into a .dir-locals.el file 2010-11-01 10:22:58 -06:00
.gitignore maint: update to latest gnulib 2010-11-17 10:13:12 -07:00
.gitmodules make .gnulib a submodule 2009-07-08 16:17:51 +02:00
.mailmap maint: update an email address preference 2010-08-10 08:13:22 -06:00
.x-sc_avoid_ctype_macros
.x-sc_avoid_if_before_free
.x-sc_avoid_write Re-write virsh console to use streams 2010-11-11 16:03:20 +00:00
.x-sc_bindtextdomain maint: update to latest gnulib 2010-11-17 10:13:12 -07:00
.x-sc_m4_quote_check syntax-check: enable more checks 2009-02-03 13:08:36 +00:00
.x-sc_po_check build: avoid false positive syntax-check failure 2010-10-19 09:28:35 -06:00
.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_empty_lines_at_EOF maint: fix syntax-check failure of previous patch 2010-10-26 15:50:19 -06:00
.x-sc_prohibit_gethostby
.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_sprintf maint: avoid remaining sprintf uses 2010-11-17 10:13:12 -07:00
.x-sc_prohibit_strcmp
.x-sc_prohibit_strncmp maint: tighten strncmp syntax check 2010-11-18 12:21:58 -07:00
.x-sc_prohibit_strncpy Avoid checking against strncpy in virsh.c 2010-10-12 19:26:10 +02:00
.x-sc_prohibit_test_minus_ao
.x-sc_prohibit_VIR_ERR_NO_MEMORY
.x-sc_require_config_h
.x-sc_require_config_h_first
.x-sc_trailing_blank
.x-sc_unmarked_diagnostics
acinclude.m4 maint: turn on gcc logical-op checking 2010-07-28 15:25:36 +02:00
AUTHORS audit: printf warning fix 2010-10-28 11:23:42 -06:00
autobuild.sh build: fix autobuild failures on gcov upgrade 2010-11-17 11:58:45 -07:00
autogen.sh build: require pkg-config for bootstrap 2010-10-05 13:54:39 -06:00
bootstrap maint: update to latest gnulib 2010-11-17 10:13:12 -07:00
bootstrap.conf maint: use gnulib configmake rather than open-coding things 2010-11-17 08:58:58 -07:00
cfg.mk maint: tighten strncmp syntax check 2010-11-18 12:21:58 -07:00
ChangeLog-old
configure.ac Include a thread identifier in log messages 2010-11-23 14:09:35 +00:00
COPYING.LIB
HACKING memory: make it easier to avoid quadratic scaling of arrays 2010-11-18 12:17:49 -07:00
libvirt.pc.in
libvirt.spec.in rpm: Fix summary wording 2010-11-12 10:07:33 -05:00
Makefile.am maint: tighten strncmp syntax check 2010-11-18 12:21:58 -07:00
Makefile.nonreentrant Ban use of all inet_* functions 2010-10-22 11:59:23 +01:00
mingw32-libvirt.spec.in Add dtrace static probes in libvirtd 2010-10-22 12:00:39 +01:00
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>