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
Jiri Denemark f78d070d68 qemu: Enter monitor within qemuProcessSetLinkStates
Move {Enter,Exit}Monitor calls inside qemuProcessSetLinkStates to
simplify qemuProcessStart.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
2015-11-19 09:41:23 +01:00
.gnulib@f39477dba7
build-aux
daemon Start daemon only after filesystems are mounted 2015-08-26 16:27:49 +02:00
docs conf: Prepare making memory device target node optional 2015-11-18 10:32:18 +01:00
examples Add example that renames domain there and back 2015-09-04 18:55:01 +02:00
gnulib
include rbd: Remove snapshots if the DELETE_WITH_SNAPSHOTS flag has been provided 2015-10-27 16:12:12 -04:00
m4 locking: Add io_timeout to sanlock 2015-11-18 10:56:56 +01:00
po Release of libvirt-1.2.21 2015-11-04 10:59:12 +08:00
src qemu: Enter monitor within qemuProcessSetLinkStates 2015-11-19 09:41:23 +01:00
tests qemu: Use -incoming defer for migrations 2015-11-19 09:41:23 +01:00
tools libvirt-guests: Disable shutdown timeout 2015-11-18 08:15:12 +01:00
.ctags
.dir-locals.el
.gitignore .gitignore: Ignore the correct rename example binary 2015-09-07 10:40:55 +02:00
.gitmodules
.mailmap
AUTHORS.in AUTHORS: Add myself to the list of committers 2015-10-08 11:48:26 +02:00
autobuild.sh
autogen.sh
bootstrap
bootstrap.conf bootstrap: Don't require python-config 2015-08-06 14:35:14 +02:00
cfg.mk syntax-check: Add prohibit_space_in_label rule 2015-11-16 17:49:36 +01:00
ChangeLog-old
config-post.h
configure.ac qemu: add /usr/lib to AC_PATH_PROG for qemu-bridge-helper 2015-11-04 08:04:10 -07:00
COPYING maint: follow recommended practice for using LGPL 2013-05-20 14:15:21 -06:00
COPYING.LESSER maint: Remove control characters from LGPL license file 2015-09-25 09:16:24 +02:00
HACKING
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 Release of libvirt-1.2.21 2015-11-04 10:59:12 +08:00
Makefile.am examples: Add missing build data for 'rename' 2015-09-07 09:00:19 +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>