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
Peter Krempa f1caa42777 qemu: Close the agent connection only on agent channel events
processSerialChangedEvent processes events for all channels. Commit
2af51483 broke all agent interaction if a channel other than the agent
closes since it did not check that the event actually originated from
the guest agent channel.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1236924
Fixes up: https://bugzilla.redhat.com/show_bug.cgi?id=890648
2015-06-30 13:18:02 +02:00
.gnulib@f39477dba7 maint: update to latest gnulib 2015-06-01 13:23:18 -06:00
build-aux
daemon Temporarily disable admin API 2015-06-28 11:34:25 +08:00
docs Revert "Change livbirt version to 1.3.0 for the next release" 2015-06-28 11:34:30 +08:00
examples
gnulib
include Temporarily disable admin API 2015-06-28 11:34:25 +08:00
m4 maint: update to latest gnulib 2015-05-26 10:53:12 -06:00
po qemu: Use domain condition for synchronous block jobs 2015-06-19 15:15:10 +02:00
src qemu: Close the agent connection only on agent channel events 2015-06-30 13:18:02 +02:00
tests qemu: Fix assignment of the default spicevmc channel name 2015-06-30 10:31:29 +02:00
tools Support for a new watchdog action inject-nmi 2015-06-24 15:26:31 +02:00
.ctags
.dir-locals.el
.gitignore Revert "Example virt-admin" 2015-06-16 14:08:23 +02:00
.gitmodules
.mailmap
AUTHORS.in
autobuild.sh
autogen.sh
bootstrap
bootstrap.conf
cfg.mk Add support for admin API in libvirt daemon 2015-06-16 13:46:21 +02:00
ChangeLog-old
config-post.h
configure.ac Revert "Change livbirt version to 1.3.0 for the next release" 2015-06-28 11:34:30 +08:00
COPYING
COPYING.LESSER
HACKING maint: document use of zanata for translations 2015-06-10 15:26:44 -06:00
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 Temporarily disable admin API 2015-06-28 11:34:25 +08:00
Makefile.am Temporarily disable admin API 2015-06-28 11:34:25 +08: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>