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
Roman Bogorodskiy 8ca5f46c59 bhyve: implement node information reporting
- Implement nodeGetCPUStats using nodeGetCPUStats()
- Implement nodeGetMemoryStats using nodeGetMemoryStats()
2014-02-24 19:03:46 +04:00
.gnulib@72fb9075b2 maint: update to latest gnulib, for older autoconf 2014-02-21 17:18:34 -07:00
build-aux Make syntax check notice assignments w/o surrounding spaces. 2014-01-20 14:35:26 +01:00
daemon virNetServerRun: Notify systemd that we're accepting clients 2014-02-24 10:54:48 +01:00
docs bandwidth: Adjust documentation 2014-02-20 14:53:36 -05:00
examples AppArmor: Fix the place where the template should be installed 2014-02-12 06:34:32 -07:00
gnulib maint: update to latest gnulib 2014-01-01 06:02:47 -07:00
include bhyve: add a basic driver 2014-02-19 14:21:50 +00:00
m4 virNetServerRun: Notify systemd that we're accepting clients 2014-02-24 10:54:48 +01:00
po Add virStringSearch method for regex matching 2014-02-24 10:46:28 +00:00
src bhyve: implement node information reporting 2014-02-24 19:03:46 +04:00
tests Add virStringReplace method for substring replacement 2014-02-24 10:51:22 +00:00
tools libvirt-guests: Wait for libvirtd to initialize 2014-02-24 10:54:37 +01:00
.ctags
.dir-locals.el
.gitignore Rename virDomainGetRootFilesystem to virDomainGetFilesystemForTarget 2014-02-20 15:50:46 +00:00
.gitmodules
.mailmap
AUTHORS.in Add Roman Bogorodskiy to the committers list 2014-02-20 20:51:08 +04:00
autobuild.sh
autogen.sh
bootstrap maint: update to latest gnulib 2014-01-01 06:02:47 -07:00
bootstrap.conf
cfg.mk Introduce new OOM testing support 2014-02-20 15:36:10 +00:00
ChangeLog-old
config-post.h
configure.ac virNetServerRun: Notify systemd that we're accepting clients 2014-02-24 10:54:48 +01:00
COPYING
COPYING.LESSER
HACKING
libvirt.pc.in
libvirt.spec.in spec: add missing dep of libvirt-daemon-config-nwfilter 2014-02-13 06:39:51 -07:00
Makefile.am Introduce Libvirt Wireshark dissector 2014-01-20 17:09:41 +01:00
Makefile.nonreentrant
mingw-libvirt.spec.in
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>