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 01b03f59e7 virsh-domain: Add command to allow modifications of XML metadata
The metadata modification functions will support modification of the XML
metadata. Add a virsh command to allow using this approach.
2013-09-17 09:42:49 +02:00
.gnulib@0ba087759d
build-aux
daemon build: use library rather than cross-directory compilation 2013-09-09 12:04:03 -06:00
docs Add some notes about security considerations when using LXC 2013-09-12 11:48:29 +01:00
examples build: only install nwfilter examples when building nwfilter 2013-09-04 13:48:27 -06:00
gnulib build: enforce makefile conditional style 2013-09-04 09:40:20 -06:00
include
m4 build: fix regression in requiring yajl for new enough qemu 2013-09-10 12:03:19 -06:00
po libxl: Introduce libxl_domain.[ch] 2013-09-03 16:43:20 -06:00
python docs, comments: minor typo fixes 2013-09-10 17:06:41 -06:00
src util: Add helper to convert libxml2 nodes to a string 2013-09-17 09:42:49 +02:00
tests tests: Don't test user config file if ran as root 2013-09-13 10:25:56 +02:00
tools virsh-domain: Add command to allow modifications of XML metadata 2013-09-17 09:42:49 +02:00
.ctags
.dir-locals.el
.gitignore build: use automake subdir-objects 2013-09-09 12:04:03 -06:00
.gitmodules
.mailmap
AUTHORS.in
autobuild.sh build: make autobuild require rpm build deps 2013-09-16 09:35:05 -06:00
autogen.sh autogen.sh: Correctly detect .git as a file 2013-08-29 13:19:45 +02:00
bootstrap
bootstrap.conf
cfg.mk tests: check remaining .x files 2013-09-09 12:04:03 -06:00
ChangeLog-old docs, comments: minor typo fixes 2013-09-10 17:06:41 -06:00
configure.ac build: fix build with latest rawhide kernel headers 2013-09-16 09:24:12 -06:00
COPYING
COPYING.LESSER
HACKING
libvirt.pc.in Add missing 'libvirt_lxc_api' variable in pkg-config file 2013-09-04 14:52:40 +01:00
libvirt.spec.in spec: make client-only testing easier 2013-09-05 07:06:36 -06:00
Makefile.am
Makefile.nonreentrant
mingw-libvirt.spec.in
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>