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 11693bc6f0 LXC: Wire up the virDomainCreate{XML}WithFiles methods
Wire up the new virDomainCreate{XML}WithFiles methods in the
LXC driver, so that FDs get passed down to the init process.

The lxc_container code needs to do a little dance in order
to renumber the file descriptors it receives into linear
order, starting from STDERR_FILENO + 1.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2013-07-18 12:07:51 +01:00
.gnulib@da8d59ee79 maint: update to latest gnulib 2013-07-11 10:33:09 -06:00
build-aux syntax-check: mandate space after mid-line semicolon 2013-05-28 08:26:05 -06:00
daemon Introduce remote protocol support for virDomainCreate{XML}WithFiles 2013-07-18 11:01:49 +01:00
docs Allow balloon driver collection to be adjusted dynamically 2013-07-16 08:44:53 -04:00
examples hellolibvirt: Resolve Coverity issues 2013-07-11 14:18:11 -04:00
gnulib maint: use LGPL correctly 2013-05-20 14:03:48 -06:00
include Introduce new domain create APIs to pass pre-opened FDs to LXC 2013-07-18 11:01:14 +01:00
m4 Fix build with clang 2013-07-04 11:35:59 +02:00
po viralloc: Report OOM error on failure 2013-07-10 11:07:31 +02:00
python Introduce new domain create APIs to pass pre-opened FDs to LXC 2013-07-18 11:01:14 +01:00
src LXC: Wire up the virDomainCreate{XML}WithFiles methods 2013-07-18 12:07:51 +01:00
tests Add 'period' for Memballoon statistics gathering capability 2013-07-16 08:44:52 -04:00
tools Allow balloon driver collection to be adjusted dynamically 2013-07-16 08:44:53 -04:00
.ctags maint: Make ctags work out of the box 2013-07-18 08:47:21 +02:00
.dir-locals.el
.gitignore tests: Introduce qemuhotplugtest 2013-06-25 17:00:56 +02:00
.gitmodules
.mailmap Autogenerate AUTHORS 2012-10-19 12:44:56 -04:00
AUTHORS.in Add John Ferlan to the committers list 2013-02-05 10:59:32 -05:00
autobuild.sh Set PKG_CONFIG_LIBDIR in autobuild.sh 2013-05-17 17:09:29 +01:00
autogen.sh build: honor autogen.sh --no-git 2013-07-09 16:15:29 -06:00
bootstrap build: honor autogen.sh --no-git 2013-07-09 16:15:29 -06:00
bootstrap.conf util: add virGetGroupList 2013-07-11 15:25:53 -06:00
cfg.mk Prevent use of 'int' data type & 'ii', 'jj', 'kk' var names for loops 2013-07-10 17:55:17 +01:00
ChangeLog-old
configure.ac util: make virSetUIDGID async-signal-safe 2013-07-11 15:46:42 -06:00
COPYING maint: follow recommended practice for using LGPL 2013-05-20 14:15:21 -06:00
COPYING.LESSER maint: follow recommended practice for using LGPL 2013-05-20 14:15:21 -06:00
HACKING Adapt to VIR_ALLOC and virAsprintf in docs/ 2013-07-10 11:07:31 +02:00
libvirt.pc.in
libvirt.spec.in Release of libvirt-1.1.0 2013-07-01 17:22:49 +08:00
Makefile.am maint: use LGPL correctly 2013-05-20 14:03:48 -06:00
Makefile.nonreentrant maint: use LGPL correctly 2013-05-20 14:03:48 -06:00
mingw-libvirt.spec.in conf: add features to volume target XML 2013-06-21 13:25:30 +02:00
README
README-hacking
run.in run: license as LGPL 2013-02-23 14:03:19 -07:00
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>