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 dc7339fc4f conf: Enforce scheduler name when parsing XML
We require the scheduler name attribute in the schemas but the code
would actually be fine when it was omitted. Make it mandatory.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1234729
2015-06-23 19:16:13 +02:00
.gnulib@f39477dba7 maint: update to latest gnulib 2015-06-01 13:23:18 -06:00
build-aux
daemon daemonSetupNetworking: Don't leak services 2015-06-19 11:18:08 +02:00
docs docs: Properly mark acl.html dependencies 2015-06-23 15:43:06 +02:00
examples Apparmor: allow reading block-rbd.so 2015-04-24 10:47:42 +02:00
gnulib maint: fix date in local gnulib patch 2015-01-05 16:44:10 +00:00
include qemu: migration: selective block device migration 2015-06-18 16:46:09 +02:00
m4 maint: update to latest gnulib 2015-05-26 10:53:12 -06:00
po qemu: Use domain condition for synchronous block jobs 2015-06-19 15:15:10 +02:00
src conf: Enforce scheduler name when parsing XML 2015-06-23 19:16:13 +02:00
tests docs: Fix XML schema handling of LUN address in hostdev tag 2015-06-22 16:15:49 -04:00
tools Convert SCSI logical unit from unsigned int to unsigned long long 2015-06-22 16:03:33 -04:00
.ctags
.dir-locals.el
.gitignore Revert "Example virt-admin" 2015-06-16 14:08:23 +02:00
.gitmodules
.mailmap maint: update .mailmap for recent contributions 2015-03-20 06:17:55 -06:00
AUTHORS.in AUTHORS: Add my email address to AUTHORS.in 2015-04-10 18:26:43 +03:00
autobuild.sh
autogen.sh maint: improve usage of autogen's --no-git 2015-02-06 11:35:29 -07:00
bootstrap maint: update to latest gnulib 2015-03-26 09:41:55 -06:00
bootstrap.conf Revert "bootstrap.conf: add check for flex" 2015-01-12 10:14:30 -07:00
cfg.mk Add support for admin API in libvirt daemon 2015-06-16 13:46:21 +02:00
ChangeLog-old
config-post.h
configure.ac update sheepdog client] update sheepdog client path 2015-06-19 16:05:04 +02:00
COPYING
COPYING.LESSER
HACKING maint: document use of zanata for translations 2015-06-10 15:26:44 -06:00
libvirt-admin.pc.in Add libvirt-admin library 2015-06-16 13:46:20 +02:00
libvirt-lxc.pc.in
libvirt-qemu.pc.in
libvirt.pc.in
libvirt.spec.in libvirt.spec: Don't expect virt-admin in libvirt-admin yet 2015-06-17 14:22:23 +02:00
Makefile.am Revert "Example virt-admin" 2015-06-16 14:08:23 +02:00
Makefile.nonreentrant
mingw-libvirt.spec.in parallels: substitute parallels with vz spec file and Makefile 2015-06-17 15:07:55 +03:00
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>