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 cd331650c0 network: implement virNetworkUpdate for bridge_driver
Call the network_conf function that modifies the live/persistent/both
config, then refresh/restart dnsmasq/radvd if necessary, and finally
save the config in the proper place(s).

This patch also needed to uncomment a few utility functions that were
added inside #if 0 in the previous commit (to avoid compiler errors
due to unreferenced static functions).
2012-09-18 04:21:32 -04:00
.gnulib@440a1dbe52
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
gnulib
include network: define new API virNetworkUpdate 2012-09-18 04:21:32 -04:00
m4
po
python node_memory: Expose the APIs to Python bindings 2012-09-17 13:55:46 +08:00
src network: implement virNetworkUpdate for bridge_driver 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
.gitignore New functions for virBitmap 2012-09-17 14:59:36 -04:00
.gitmodules
.mailmap
AUTHORS
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
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>