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 22e464744d qemu: process: Don't needlesly clear the perf events in qemuDomainPerfRestart
At that point the perf events struct should not be allocated so there's
no use in clearing it.
2016-05-02 09:06:52 +02:00
.gnulib@6cc32c63e8 maint: update to latest gnulib 2016-01-04 13:56:35 -07:00
build-aux
daemon man: Fix SYNOPSIS section 2016-04-25 15:40:44 +02:00
docs Release of libvirt-1.3.4 2016-05-01 09:50:21 +08:00
examples examples: Try harder to uninstall nwfilter 2016-04-20 17:33:55 +02:00
gnulib maint: update to latest gnulib 2016-01-04 13:56:35 -07:00
include/libvirt include: common: Fix function formatting 2016-04-21 15:39:08 +02:00
m4 wireshark: Fix distcheck 2016-04-25 18:56:48 +02:00
po Release of libvirt-1.3.4 2016-05-01 09:50:21 +08:00
src qemu: process: Don't needlesly clear the perf events in qemuDomainPerfRestart 2016-05-02 09:06:52 +02:00
tests qemu: hotplug: Skip waiting for tray opening if qemu doesn't notify us 2016-05-02 08:49:34 +02:00
tools tools: Fix connect command 2016-05-02 07:18:25 +02:00
.ctags
.dir-locals.el
.gitignore maint: Ignore all intermediate and generated man pages 2016-04-26 09:20:12 +02:00
.gitmodules
.mailmap
AUTHORS.in Change maintainers list 2016-02-12 13:10:05 +03:00
autobuild.sh
autogen.sh
bootstrap maint: update to latest gnulib 2016-01-04 13:56:35 -07:00
bootstrap.conf bootstrap: Don't require python-config 2015-08-06 14:35:14 +02:00
cfg.mk syntax-check: Enforce <code> inside <dt> elements 2016-04-25 12:09:34 +02:00
ChangeLog-old
config-post.h nss: Implement _nss_libvirt_gethostbyname3_r 2016-03-18 17:29:53 +01:00
configure.ac Post-release version bump to 1.3.5 2016-05-01 08:28:34 -04:00
COPYING
COPYING.LESSER maint: Remove control characters from LGPL license file 2015-09-25 09:16:24 +02:00
HACKING
libvirt-admin.pc.in
libvirt-lxc.pc.in
libvirt-qemu.pc.in
libvirt.pc.in
libvirt.spec.in Release of libvirt-1.3.4 2016-05-01 09:50:21 +08:00
Makefile.am Makefile: Enable distuninstallcheck again 2016-04-25 18:56:48 +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>