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 3a6a262428 qemu: Cancel p2p migration when connection breaks
If a connection to destination host is lost during peer-to-peer
migration (because keepalive protocol timed out), we won't be able to
finish the migration and it doesn't make sense to wait for qemu to
transmit all data. This patch automatically cancels such migration
without waiting for virDomainAbortJob to be called.
2011-11-24 12:00:10 +01:00
.gnulib@e56e96fe20
daemon Implement keepalive protocol in libvirt daemon 2011-11-24 11:44:08 +01:00
docs Add documentation for STP filtering support 2011-11-22 15:12:03 -05:00
examples Add keepalive support into domain-events examples 2011-11-24 12:00:10 +01:00
gnulib
include Introduce virConnectIsAlive API 2011-11-24 12:00:10 +01:00
m4
po Implement common keepalive handling 2011-11-24 11:44:08 +01:00
python
src qemu: Cancel p2p migration when connection breaks 2011-11-24 12:00:10 +01:00
tests Add test cases for STP traffic filtering 2011-11-22 15:12:03 -05:00
tools virsh: Always run event loop 2011-11-24 11:44:08 +01:00
.dir-locals.el
.gitignore Define keepalive protocol 2011-11-24 11:44:08 +01:00
.gitmodules make .gnulib a submodule 2009-07-08 16:17:51 +02:00
.mailmap maint: use mailmap, not AUTHORS, for secondary addresses 2011-11-11 08:56:19 -07:00
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
mingw32-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>