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
Laine Stump 574b9bc66b network: define new API virNetworkUpdate
This patch adds a new public API virNetworkUpdate that will permit
updating an existing network configuration without requiring that the
network be destroyed/restarted for the changes to take effect.
2012-09-18 04:21:32 -04:00
.gnulib@440a1dbe52 build: improved handling of <execinfo.h>, BSD <net/if.h> 2012-09-06 10:08:47 -06:00
build-aux
daemon node_memory: Wire up the RPC protocol 2012-09-17 13:54:57 +08:00
docs schema: Add schema for disk <wwn> 2012-09-18 14:42:29 +08:00
examples examples: Fix event detail printing in python test 2012-09-07 09:38:22 +02:00
gnulib
include network: define new API virNetworkUpdate 2012-09-18 04:21:32 -04:00
m4 build: fix build on older gcc 2012-09-07 14:15:22 -06:00
po
python node_memory: Expose the APIs to Python bindings 2012-09-17 13:55:46 +08:00
src network: define new API virNetworkUpdate 2012-09-18 04:21:32 -04:00
tests tests: add qemu-1.2.0 help data 2012-09-18 15:43:28 +08:00
tools blockjob: add virsh blockcommit 2012-09-17 21:44:49 -06:00
.dir-locals.el build: avoid tabs that failed syntax-check 2012-09-06 09:43:46 -06:00
.gitignore New functions for virBitmap 2012-09-17 14:59:36 -04:00
.gitmodules
.mailmap
AUTHORS build: fix missing include 2012-09-14 16:55:58 -06:00
autobuild.sh
autogen.sh
bootstrap
bootstrap.conf build: improved handling of <execinfo.h>, BSD <net/if.h> 2012-09-06 10:08:47 -06:00
cfg.mk maint: fix missing spaces in message 2012-09-12 11:55:29 -06:00
ChangeLog-old
configure.ac Look in Debian's multiarch libs too 2012-09-13 22:42:35 +02:00
COPYING.LIB
HACKING build: avoid dirty docs on fresh bootstrap 2012-09-11 15:26:10 -06:00
libvirt.pc.in
libvirt.spec.in Fix RPM spec conditional when %{rhel} is not defined 2012-09-07 16:45:50 +01:00
Makefile.am
Makefile.nonreentrant
mingw-libvirt.spec.in
README
README-hacking
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>