Skip to content
Commits on Source (3)
......@@ -31,6 +31,7 @@ Martin Kletzander <mkletzan@redhat.com>
Matthias Bolte <matthias.bolte@googlemail.com>
Maxim Nestratov <mnestratov@virtuozzo.com>
Michal Prívozník <mprivozn@redhat.com>
Nikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Pavel Hrdina <phrdina@redhat.com>
Peter Krempa <pkrempa@redhat.com>
Richard W.M. Jones <rjones@redhat.com>
......@@ -268,6 +269,7 @@ Guannan Ren <gren@redhat.com>
Gui Jianfeng <guijianfeng@cn.fujitsu.com>
Guido Günther <agx@sigxcpu.org>
Han Cheng <hanc.fnst@cn.fujitsu.com>
Han Han <hhan@redhat.com>
Hao Liu <hliu@redhat.com>
Hao Peng <peng.hao2@zte.com.cn>
Harry Wei <harryxiyou@gmail.com>
......@@ -295,6 +297,7 @@ James Cowgill <james410@cowgill.org.uk>
James Shubin <james@shubin.ca>
Jamie Strandboge <jamie@canonical.com>
Jan Kiszka <jan.kiszka@siemens.com>
Jan Palus <atler@pld-linux.org>
Jaroslav Safka <jaroslavx.safka@intel.com>
Jaroslav Suchanek <jsuchane@redhat.com>
Jason Andryuk <andryuk@aero.org>
......@@ -340,6 +343,7 @@ Kai Kang <kai.kang@windriver.com>
Karel Zak <kzak@redhat.com>
Kashyap Chamarthy <kchamart@redhat.com>
Katerina Koukiou <k.koukiou@googlemail.com>
Katerina Koukiou <kkoukiou@redhat.com>
Kay Schubert <kayegypt@web.de>
Ken ICHIKAWA <ichikawa.ken@jp.fujitsu.com>
Kenneth Nagin <NAGIN@il.ibm.com>
......@@ -477,13 +481,16 @@ Pieter Hollants <pieter@hollants.com>
Pino Toscano <ptoscano@redhat.com>
Pradipta Kr. Banerjee <bpradip@in.ibm.com>
Pradipta Kr. Banerjee <pradipta.banerjee@gmail.com>
Prafull <talep158@gmail.com>
Pranavkumar Sawargaonkar <pranavkumar@linaro.org>
Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
Prerna Saxena <prerna@linux.vnet.ibm.com>
Pritesh Kothari <pritesh.kothari@sun.com>
Qiao Nuohan <qiaonuohan@cn.fujitsu.com>
Qiaowei Ren <qiaowei.ren@intel.com>
Radostin Stoyanov <rstoyanov1@gmail.com>
Radu Caragea <dmns_serp@yahoo.com>
Rainer Müller <raimue@codingfarm.de>
Ramon Medeiros <ramonn@linux.vnet.ibm.com>
Reinier Schoof <reinier@transip.nl>
Richa Marwaha <rmarwah@linux.vnet.ibm.com>
......@@ -523,6 +530,7 @@ Serge Hallyn <serge.hallyn@ubuntu.com>
Sergey Bronnikov <sergeyb@openvz.org>
Sergey Fionov <fionov@gmail.com>
Shahar Klein <shaharklein@yahoo.com>
Shalini Chellathurai Saroja <shalini@linux.vnet.ibm.com>
Shanzhi Yu <shyu@redhat.com>
ShaoHe Feng <shaohe.feng@intel.com>
Shaohe Feng <shaohe.feng@intel.com>
......
......@@ -31,6 +31,7 @@ Martin Kletzander <mkletzan@redhat.com>
Matthias Bolte <matthias.bolte@googlemail.com>
Maxim Nestratov <mnestratov@virtuozzo.com>
Michal Prívozník <mprivozn@redhat.com>
Nikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Pavel Hrdina <phrdina@redhat.com>
Peter Krempa <pkrempa@redhat.com>
Richard W.M. Jones <rjones@redhat.com>
......
This diff is collapsed.
......@@ -57,7 +57,7 @@ NEWS: \
$(srcdir)/docs/news.xml \
>$@-tmp \
|| { rm -f $@-tmp; exit 1; }; \
$(srcdir)/docs/reformat-news.py $@-tmp >$@ \
$(PYTHON) $(srcdir)/docs/reformat-news.py $@-tmp >$@ \
|| { rm -f $@-tmp; exit 1; }; \
rm -f $@-tmp; \
fi
......@@ -69,6 +69,9 @@ EXTRA_DIST += \
rpm: clean
@(unset CDPATH ; $(MAKE) dist && rpmbuild -ta $(distdir).tar.xz)
srpm: clean
@(unset CDPATH ; $(MAKE) dist && rpmbuild -ts $(distdir).tar.xz)
check-local: all tests
check-access:
......
......@@ -312,16 +312,15 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
$(top_srcdir)/m4/virt-win-symbols.m4 \
$(top_srcdir)/m4/virt-win-windres.m4 \
$(top_srcdir)/m4/virt-wireshark.m4 \
$(top_srcdir)/m4/virt-xdr.m4 \
$(top_srcdir)/m4/virt-xml-catalog.m4 \
$(top_srcdir)/m4/virt-yajl.m4 $(top_srcdir)/m4/vsnprintf.m4 \
$(top_srcdir)/m4/wait-process.m4 $(top_srcdir)/m4/waitpid.m4 \
$(top_srcdir)/m4/warnings.m4 $(top_srcdir)/m4/wchar_h.m4 \
$(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wcrtomb.m4 \
$(top_srcdir)/m4/wctob.m4 $(top_srcdir)/m4/wctomb.m4 \
$(top_srcdir)/m4/wctype_h.m4 $(top_srcdir)/m4/wint_t.m4 \
$(top_srcdir)/m4/write.m4 $(top_srcdir)/m4/xalloc.m4 \
$(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac
$(top_srcdir)/m4/virt-xdr.m4 $(top_srcdir)/m4/virt-yajl.m4 \
$(top_srcdir)/m4/vsnprintf.m4 $(top_srcdir)/m4/wait-process.m4 \
$(top_srcdir)/m4/waitpid.m4 $(top_srcdir)/m4/warnings.m4 \
$(top_srcdir)/m4/wchar_h.m4 $(top_srcdir)/m4/wchar_t.m4 \
$(top_srcdir)/m4/wcrtomb.m4 $(top_srcdir)/m4/wctob.m4 \
$(top_srcdir)/m4/wctomb.m4 $(top_srcdir)/m4/wctype_h.m4 \
$(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/write.m4 \
$(top_srcdir)/m4/xalloc.m4 $(top_srcdir)/m4/xsize.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
......@@ -1157,6 +1156,7 @@ HAVE_ISNANF = @HAVE_ISNANF@
HAVE_ISNANL = @HAVE_ISNANL@
HAVE_ISWBLANK = @HAVE_ISWBLANK@
HAVE_ISWCNTRL = @HAVE_ISWCNTRL@
HAVE_LANGINFO_ALTMON = @HAVE_LANGINFO_ALTMON@
HAVE_LANGINFO_CODESET = @HAVE_LANGINFO_CODESET@
HAVE_LANGINFO_ERA = @HAVE_LANGINFO_ERA@
HAVE_LANGINFO_H = @HAVE_LANGINFO_H@
......@@ -1593,9 +1593,6 @@ PKCHECK_PATH = @PKCHECK_PATH@
PKG_CONFIG = @PKG_CONFIG@
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
POLKIT_AUTH = @POLKIT_AUTH@
POLKIT_CFLAGS = @POLKIT_CFLAGS@
POLKIT_LIBS = @POLKIT_LIBS@
POSIX_SHELL = @POSIX_SHELL@
POSUB = @POSUB@
PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
......@@ -1930,7 +1927,6 @@ XGETTEXT = @XGETTEXT@
XGETTEXT_015 = @XGETTEXT_015@
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
XMLLINT = @XMLLINT@
XML_CATALOG_FILE = @XML_CATALOG_FILE@
XSLTPROC = @XSLTPROC@
YAJL_CFLAGS = @YAJL_CFLAGS@
YAJL_LIBS = @YAJL_LIBS@
......@@ -2560,7 +2556,7 @@ NEWS: \
$(srcdir)/docs/news.xml \
>$@-tmp \
|| { rm -f $@-tmp; exit 1; }; \
$(srcdir)/docs/reformat-news.py $@-tmp >$@ \
$(PYTHON) $(srcdir)/docs/reformat-news.py $@-tmp >$@ \
|| { rm -f $@-tmp; exit 1; }; \
rm -f $@-tmp; \
fi
......@@ -2568,6 +2564,9 @@ NEWS: \
rpm: clean
@(unset CDPATH ; $(MAKE) dist && rpmbuild -ta $(distdir).tar.xz)
srpm: clean
@(unset CDPATH ; $(MAKE) dist && rpmbuild -ts $(distdir).tar.xz)
check-local: all tests
check-access:
......
libvirt releases
================
# v4.2.0 (2018-04-01)
* New features
- Support building with Python 3
Python is required to build libvirt, and up until now only Python 2
could be used as an interpreter. All scripts used during build have now
been made compatible with Python 3, which means both major releases of
the language are fully supported.
- qemu: Provide ccw address support for graphics and input devices
Support the virtio-gpu-ccw device as a video device and
virtio-{keyboard, mouse, tablet}-ccw devices as input devices on S390.
* Improvements
- qemu: Add logging of guest crash information on S390
On S390, when the guest crashes and QEMU exposes the guest crash
information, log the relevant data to the domain log file.
- qemu: use arp table of host to get the IP address of guests
Find IP address of a VM by arp table on hosts. If someone customizing
IP address inside VM, it will be helpful.
- Xen: Remove hard-coded scheduler weight
The libxl driver was accidentally hard-coding the per-domain scheduler
weight to 1000, silently ignoring any user-provided <shares> in
<cputune>. The driver now honors <shares>, and defers setting a default
value to Xen. Note that the Xen default is 256, so any domains started
after this improvement will have one fourth the shares of previously
started domains. If all domains must have equal CPU shares,
administrators must manually set the weight of previously started
domains to 256, or restart them.
* Bug fixes
# v4.1.0 (2018-03-05)
* New features
......
......@@ -1881,7 +1881,6 @@ m4_include([m4/virt-win-symbols.m4])
m4_include([m4/virt-win-windres.m4])
m4_include([m4/virt-wireshark.m4])
m4_include([m4/virt-xdr.m4])
m4_include([m4/virt-xml-catalog.m4])
m4_include([m4/virt-yajl.m4])
m4_include([m4/vsnprintf.m4])
m4_include([m4/wait-process.m4])
......
......@@ -3,7 +3,7 @@ eval '(exit $?0)' && eval 'exec perl -wS "$0" "$@"'
if 0;
# Convert git log output to ChangeLog format.
my $VERSION = '2017-09-13 06:45'; # UTC
my $VERSION = '2018-03-07 03:47'; # UTC
# The definition above must lie within the first 8 lines in order
# for the Emacs time-stamp write hook (at end) to update it.
# If you change this file with Emacs, please let the write hook
......@@ -491,7 +491,7 @@ sub git_dir_option($)
# Local Variables:
# mode: perl
# indent-tabs-mode: nil
# eval: (add-hook 'write-file-hooks 'time-stamp)
# eval: (add-hook 'before-save-hook 'time-stamp)
# time-stamp-start: "my $VERSION = '"
# time-stamp-format: "%:y-%02m-%02d %02H:%02M"
# time-stamp-time-zone: "UTC0"
......
......@@ -4,7 +4,7 @@ eval '(exit $?0)' && eval 'exec perl -wST "$0" "$@"'
# Detect instances of "if (p) free (p);".
# Likewise "if (p != 0)", "if (0 != p)", or with NULL; and with braces.
my $VERSION = '2017-09-13 06:45'; # UTC
my $VERSION = '2018-03-07 03:47'; # UTC
# The definition above must lie within the first 8 lines in order
# for the Emacs time-stamp write hook (at end) to update it.
# If you change this file with Emacs, please let the write hook
......@@ -202,7 +202,7 @@ EOF
## Local Variables:
## mode: perl
## indent-tabs-mode: nil
## eval: (add-hook 'write-file-hooks 'time-stamp)
## eval: (add-hook 'before-save-hook 'time-stamp)
## time-stamp-start: "my $VERSION = '"
## time-stamp-format: "%:y-%02m-%02d %02H:%02M"
## time-stamp-time-zone: "UTC0"
......
......@@ -2,7 +2,7 @@
# List version-controlled file names.
# Print a version string.
scriptversion=2017-09-13.06; # UTC
scriptversion=2018-03-07.03; # UTC
# Copyright (C) 2006-2018 Free Software Foundation, Inc.
......@@ -105,7 +105,7 @@ do
done
# Local variables:
# eval: (add-hook 'write-file-hooks 'time-stamp)
# eval: (add-hook 'before-save-hook 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-time-zone: "UTC0"
......
......@@ -496,6 +496,7 @@ ctype_re = isalnum|isalpha|isascii|isblank|iscntrl|isdigit|isgraph|islower\
sc_avoid_ctype_macros:
@prohibit='\b($(ctype_re)) *\(' \
in_vc_files='\.[ch]$$' \
halt='use c-ctype.h instead of ctype macros' \
$(_sc_search_regexp)
......@@ -1224,7 +1225,7 @@ exclude_file_name_regexp--sc_require_config_h_first = \
^(examples/|tools/virsh-edit\.c$$)
exclude_file_name_regexp--sc_trailing_blank = \
/qemuhelpdata/|/sysinfodata/.*\.data|/virhostcpudata/.*\.cpuinfo$$
/qemuhelpdata/|/sysinfodata/.*\.data|/virhostcpudata/.*\.cpuinfo|^gnulib/local/.*/.*diff$$
exclude_file_name_regexp--sc_unmarked_diagnostics = \
^(docs/apibuild.py|tests/virt-aa-helper-test|docs/js/.*\.js)$$
......
......@@ -1548,10 +1548,6 @@
/* Define to 1 if you have the 'pipe2' function. */
#undef HAVE_PIPE2
/* Define to 1 if you have the `polkit_context_is_caller_authorized' function.
*/
#undef HAVE_POLKIT_CONTEXT_IS_CALLER_AUTHORIZED
/* Define to 1 if you have the 'poll' function and it works. */
#undef HAVE_POLL
......@@ -2406,9 +2402,6 @@
/* Location or name of the parted program */
#undef PARTED
/* Location of polkit-auth program */
#undef POLKIT_AUTH
/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
#undef PRI_MACROS_BROKEN
......@@ -2637,6 +2630,11 @@
#ifndef _XOPEN_SOURCE
# undef _XOPEN_SOURCE
#endif
/* Enable X/Open compliant socket functions that do not require linking
with -lxnet on HP-UX 11.11. */
#ifndef _HPUX_ALT_XOPEN_SOCKET_API
# undef _HPUX_ALT_XOPEN_SOCKET_API
#endif
/* Enable general extensions on Solaris. */
#ifndef __EXTENSIONS__
# undef __EXTENSIONS__
......@@ -2830,12 +2828,6 @@
/* use PolicyKit for UNIX socket access checks */
#undef WITH_POLKIT
/* use PolicyKit for UNIX socket access checks */
#undef WITH_POLKIT0
/* use PolicyKit for UNIX socket access checks */
#undef WITH_POLKIT1
/* whether QEMU driver is enabled */
#undef WITH_QEMU
......
This diff is collapsed.
......@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU Lesser General Public
dnl License along with this library. If not, see
dnl <http://www.gnu.org/licenses/>.
AC_INIT([libvirt], [4.1.0], [libvir-list@redhat.com], [], [https://libvirt.org])
AC_INIT([libvirt], [4.2.0], [libvir-list@redhat.com], [], [https://libvirt.org])
AC_CONFIG_SRCDIR([src/libvirt.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
......@@ -459,7 +459,6 @@ dnl
LIBVIRT_ARG_DEBUG
LIBVIRT_ARG_DTRACE
LIBVIRT_ARG_NUMAD
LIBVIRT_ARG_XML_CATALOG
LIBVIRT_ARG_INIT_SCRIPT
LIBVIRT_ARG_CHRDEV_LOCK_FILES
LIBVIRT_ARG_DEFAULT_EDITOR
......@@ -473,7 +472,6 @@ LIBVIRT_ARG_SYSCTL_CONFIG
LIBVIRT_CHECK_DEBUG
LIBVIRT_CHECK_DTRACE
LIBVIRT_CHECK_NUMAD
LIBVIRT_CHECK_XML_CATALOG
LIBVIRT_CHECK_INIT_SCRIPT
LIBVIRT_CHECK_CHRDEV_LOCK_FILES
LIBVIRT_CHECK_DEFAULT_EDITOR
......@@ -645,9 +643,9 @@ if test "$with_linux" = "yes"; then
fi
dnl Allow perl/python overrides
AC_PATH_PROGS([PYTHON], [python2 python])
AC_PATH_PROGS([PYTHON], [python3 python2 python])
if test -z "$PYTHON"; then
AC_MSG_ERROR(['python' or 'python2' binary is required to build libvirt])
AC_MSG_ERROR(['python3', 'python2' or 'python' binary is required to build libvirt])
fi
AC_PATH_PROG([PERL], [perl])
if test -z "$PERL"; then
......@@ -1032,7 +1030,6 @@ AC_MSG_NOTICE([ Use -Werror: $enable_werror])
AC_MSG_NOTICE([ Warning Flags: $WARN_CFLAGS])
LIBVIRT_RESULT_DTRACE
LIBVIRT_RESULT_NUMAD
LIBVIRT_RESULT_XML_CATALOG
LIBVIRT_RESULT_INIT_SCRIPT
LIBVIRT_RESULT_CHRDEV_LOCK_FILES
LIBVIRT_RESULT_DEFAULT_EDITOR
......
libvirt (4.2.0-1~1.gbp91aebf) UNRELEASED; urgency=medium
** SNAPSHOT build @91aebf3f9c4a6bd399fd46031712e83a38daa085 **
[ Laurent Bigonville ]
* [8d62a8c] Start admin sockets on installation (Closes: #893484)
[ Guido Günther ]
* [417534b] New upstream version 4.2.0
-- Guido Günther <agx@sigxcpu.org> Tue, 03 Apr 2018 13:24:38 +0200
libvirt (4.1.0-2) unstable; urgency=medium
* [0b6cf2f] lockd: fix typo in virtlockd-admin.socket
......
......@@ -110,7 +110,8 @@ libvirt.so.0 libvirt0 #MINVER#
*@LIBVIRT_3.10.0 3.10.0
*@LIBVIRT_4.0.0 4.0.0~rc2
*@LIBVIRT_4.1.0 4.1.0
*@LIBVIRT_PRIVATE_4.1.0 4.1.0
*@LIBVIRT_4.2.0 4.2.0
*@LIBVIRT_PRIVATE_4.2.0 4.2.0
libvirt-qemu.so.0 libvirt0 #MINVER#
*@LIBVIRT_QEMU_0.8.3 0.8.3
......@@ -132,4 +133,4 @@ libvirt-admin.so.0 libvirt0 #MINVER#
*@LIBVIRT_ADMIN_1.3.0 1.2.18
*@LIBVIRT_ADMIN_2.0.0 2.0.0~rc1
*@LIBVIRT_ADMIN_3.0.0 3.0.0
*@LIBVIRT_ADMIN_PRIVATE_4.1.0 4.1.0
*@LIBVIRT_ADMIN_PRIVATE_4.2.0 4.2.0
......@@ -312,16 +312,15 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
$(top_srcdir)/m4/virt-win-symbols.m4 \
$(top_srcdir)/m4/virt-win-windres.m4 \
$(top_srcdir)/m4/virt-wireshark.m4 \
$(top_srcdir)/m4/virt-xdr.m4 \
$(top_srcdir)/m4/virt-xml-catalog.m4 \
$(top_srcdir)/m4/virt-yajl.m4 $(top_srcdir)/m4/vsnprintf.m4 \
$(top_srcdir)/m4/wait-process.m4 $(top_srcdir)/m4/waitpid.m4 \
$(top_srcdir)/m4/warnings.m4 $(top_srcdir)/m4/wchar_h.m4 \
$(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wcrtomb.m4 \
$(top_srcdir)/m4/wctob.m4 $(top_srcdir)/m4/wctomb.m4 \
$(top_srcdir)/m4/wctype_h.m4 $(top_srcdir)/m4/wint_t.m4 \
$(top_srcdir)/m4/write.m4 $(top_srcdir)/m4/xalloc.m4 \
$(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac
$(top_srcdir)/m4/virt-xdr.m4 $(top_srcdir)/m4/virt-yajl.m4 \
$(top_srcdir)/m4/vsnprintf.m4 $(top_srcdir)/m4/wait-process.m4 \
$(top_srcdir)/m4/waitpid.m4 $(top_srcdir)/m4/warnings.m4 \
$(top_srcdir)/m4/wchar_h.m4 $(top_srcdir)/m4/wchar_t.m4 \
$(top_srcdir)/m4/wcrtomb.m4 $(top_srcdir)/m4/wctob.m4 \
$(top_srcdir)/m4/wctomb.m4 $(top_srcdir)/m4/wctype_h.m4 \
$(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/write.m4 \
$(top_srcdir)/m4/xalloc.m4 $(top_srcdir)/m4/xsize.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
......@@ -1057,6 +1056,7 @@ HAVE_ISNANF = @HAVE_ISNANF@
HAVE_ISNANL = @HAVE_ISNANL@
HAVE_ISWBLANK = @HAVE_ISWBLANK@
HAVE_ISWCNTRL = @HAVE_ISWCNTRL@
HAVE_LANGINFO_ALTMON = @HAVE_LANGINFO_ALTMON@
HAVE_LANGINFO_CODESET = @HAVE_LANGINFO_CODESET@
HAVE_LANGINFO_ERA = @HAVE_LANGINFO_ERA@
HAVE_LANGINFO_H = @HAVE_LANGINFO_H@
......@@ -1493,9 +1493,6 @@ PKCHECK_PATH = @PKCHECK_PATH@
PKG_CONFIG = @PKG_CONFIG@
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
POLKIT_AUTH = @POLKIT_AUTH@
POLKIT_CFLAGS = @POLKIT_CFLAGS@
POLKIT_LIBS = @POLKIT_LIBS@
POSIX_SHELL = @POSIX_SHELL@
POSUB = @POSUB@
PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
......@@ -1830,7 +1827,6 @@ XGETTEXT = @XGETTEXT@
XGETTEXT_015 = @XGETTEXT_015@
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
XMLLINT = @XMLLINT@
XML_CATALOG_FILE = @XML_CATALOG_FILE@
XSLTPROC = @XSLTPROC@
YAJL_CFLAGS = @YAJL_CFLAGS@
YAJL_LIBS = @YAJL_LIBS@
......
This diff is collapsed.
......@@ -6,7 +6,7 @@
Do not edit this file. Changes will be lost.
-->
<!--
This page was generated at Mon Feb 26 09:05:10 UTC 2018.
This page was generated at Tue Mar 27 11:57:24 UTC 2018.
-->
<head>
<meta charset="UTF-8"/>
......@@ -17,7 +17,7 @@
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/>
<link rel="manifest" href="/manifest.json"/>
<meta name="theme-color" content="#ffffff"/>
<title>libvirt: Bindings for other languages</title>
<title>libvirt: Bindings for other languages and integration API modules</title>
<meta name="description" content="libvirt, virtualization, virtualization API"/>
<script type="text/javascript">
<!--
......@@ -55,7 +55,7 @@
<body>
<div id="body">
<div id="content">
<h1>Bindings for other languages</h1>
<h1>Bindings for other languages and integration API modules</h1>
<p>
Libvirt supports C and C++ directly, and has bindings available
for other languages:
......@@ -117,6 +117,14 @@
</li>
</ul>
<p>
Integration API modules:
</p>
<ul>
<li><strong>D-Bus</strong>: Pavel Hrdina develops
<a href="dbus.html">D-Bus API</a>.
</li>
</ul>
<p>
For information on using libvirt on <strong>Windows</strong>
<a href="windows.html">please see the Windows support page</a>.
</p>
......
......@@ -2,7 +2,7 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<h1 >Bindings for other languages</h1>
<h1 >Bindings for other languages and integration API modules</h1>
<p>
Libvirt supports C and C++ directly, and has bindings available
......@@ -74,6 +74,17 @@
</li>
</ul>
<p>
Integration API modules:
</p>
<ul>
<li>
<strong>D-Bus</strong>: Pavel Hrdina develops
<a href="dbus.html">D-Bus API</a>.
</li>
</ul>
<p>
For information on using libvirt on <strong>Windows</strong>
<a href="windows.html">please see the Windows support page</a>.
......