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
Chunyan Liu ba56642885 libxl: add .domainInterfaceAddresses
Add .domainInterfaceAddresses so that user can have a way to
get domain interface address by 'virsh domifaddr'. Currently
it only supports '--source lease'.

Signed-off: Chunyan Liu <cyliu@suse.com>
2016-05-25 09:41:03 -06:00
.gnulib@6cc32c63e8 maint: update to latest gnulib 2016-01-04 13:56:35 -07:00
build-aux
daemon More usage of virGetLastErrorMessage 2016-05-19 15:17:03 -04:00
docs conf: add <acpi><table> to <os> 2016-05-25 17:15:21 +02:00
examples More usage of virGetLastErrorMessage 2016-05-19 15:17:03 -04:00
gnulib maint: update to latest gnulib 2016-01-04 13:56:35 -07:00
include/libvirt perf: add support to perf event for MBM 2016-05-19 15:57:57 +02:00
m4 uml: only build on Linux 2016-05-10 07:42:35 +03:00
po secret: util: Refactor virSecretGetSecretString 2016-05-16 12:58:48 +02:00
src libxl: add .domainInterfaceAddresses 2016-05-25 09:41:03 -06:00
tests qemu: format SLIC ACPI table command line 2016-05-25 17:15:21 +02:00
tools virt-admin: Introduce commands srv-clients-info and srv-clients-set 2016-05-19 12:31:53 +02:00
.ctags
.dir-locals.el
.gitignore virtestmock: Print invalid file accesses into a file 2016-05-14 09:46:23 +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
cfg.mk maint: fix syntax-check sc_prohibit_int_ijk exclude rule 2016-05-24 13:36:11 +02:00
ChangeLog-old
config-post.h nss: Implement _nss_libvirt_gethostbyname3_r 2016-03-18 17:29:53 +01:00
configure.ac virtestmock: Mock stat() properly 2016-05-20 17:16:21 +02:00
COPYING
COPYING.LESSER
HACKING virtestmock: Print invalid file accesses into a file 2016-05-14 09:46:23 +02:00
libvirt-admin.pc.in
libvirt-lxc.pc.in
libvirt-qemu.pc.in
libvirt.pc.in
libvirt.spec.in spec: Remove %defattr usage 2016-05-17 11:34:47 -04:00
Makefile.am tests: Introduce check-file-access.pl 2016-05-14 09:46:44 +02: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>