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
Michal Privoznik 5114431396 dnsmasq: Fix parsing of the version number
If the debugging is enabled, the virCommand subsystem catches debug
messages in the command output as well. In that case, we can't assume
the string corresponding to command's stdout will start with specific
prefix. But the prefix can be moved deeper in the string. This bug
shows itself when parsing dnsmasq output:

2012-12-06 11:18:11.445+0000: 18491: error :
dnsmasqCapsSetFromBuffer:664 : internal error cannot parse
/usr/sbin/dnsmasq version number in '2012-12-06 11:11:02.232+0000:
18492: debug : virFileClose:72 : Closed fd 22'

We can clearly see that the output of dnsmasq --version
doesn't start with expected "Dnsmasq version " string but a libvirt
debug output.
2012-12-06 12:25:50 +01:00
.gnulib@d245e6ddd6
build-aux Document bracket whitespace rules & add syntax-check rule 2012-11-02 14:00:32 +00:00
daemon systemd: require dbus service 2012-12-05 16:13:07 +08:00
docs network: allow guest to guest IPv6 without gateway definition 2012-12-05 14:58:32 -05:00
examples
gnulib
include Introduce two new methods for triggering controlled shutdown/reboot 2012-11-30 19:19:38 +00:00
m4 build: improve FORTIFY_SOURCE usage 2012-10-23 14:00:32 -06:00
po
python Fix the indention 2012-12-04 23:41:35 +08:00
src dnsmasq: Fix parsing of the version number 2012-12-06 12:25:50 +01:00
tests network: allow guest to guest IPv6 without gateway definition 2012-12-05 14:58:32 -05:00
tools virsh: Report errors if arguments of the schedinfo command are incorrect 2012-12-03 16:37:10 +01:00
.dir-locals.el
.gitignore Introduce APIs for splitting/joining strings 2012-11-30 20:05:43 +00:00
.gitmodules
.mailmap
AUTHORS.in Doug Goldstein gained commit capability 2012-11-15 09:34:01 +08:00
autobuild.sh Switch automated builds to use Mingw64 toolchain instead of Mingw32 2012-06-25 10:41:10 +01:00
autogen.sh
bootstrap maint: regenerate bootstrap 2012-07-27 09:34:04 -06:00
bootstrap.conf
cfg.mk
ChangeLog-old
configure.ac Add a configure option for fuse support in LXC driver 2012-11-28 10:28:49 +00:00
COPYING.LIB
HACKING Document bracket whitespace rules & add syntax-check rule 2012-11-02 14:00:32 +00:00
libvirt.pc.in build: silence warning from autoconf 2012-05-30 09:22:02 -06:00
libvirt.spec.in
Makefile.am
Makefile.nonreentrant
mingw-libvirt.spec.in
README
README-hacking
run.in syntax-check: fix run.in 2012-09-18 13:59:53 +02:00
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>