[Pkg-libvirt-commits] [libvirt] branch experimental updated (1377d56 -> 5d93b9b)

Guido Guenther agx at moszumanska.debian.org
Fri Jan 23 19:43:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

agx pushed a change to branch experimental
in repository libvirt.

      from  1377d56   lxc: Fix crash when using interface type 'direct'
       new  88f9426   Adjust gbp.conf for experimental
       new  0b196d9   New upstream version 1.2.11
       new  86d410d   Merge tag 'upstream/1.2.11' into experimental
       new  113b58b   Rediff patches
       new  2361813   Document changes and release 1.2.11-1
       new  994d31d   Bump standards version to 3.9.6
       new  7b59a26   New upstream version 1.2.12~rc1
       new  a500b99   Merge tag 'upstream/1.2.12_rc1' into experimental
       new  0a755e3   Dropped patches applied upstram
       new  9511acf   Document surprises on CPU microcode updates
       new  3e325df   Install lock drivers
       new  970de51   Bump symbol versions
       new  ec3d5bf   Document changes and release 1.2.12~rc1-1
       new  5d93b9b   Fix CVE-2015-0236

The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 AUTHORS                                            |     9 +-
 AUTHORS.in                                         |     2 +-
 ChangeLog                                          |  2689 +++++
 GNUmakefile                                        |     2 +-
 INSTALL                                            |   320 +-
 Makefile.in                                        |    16 +-
 aclocal.m4                                         |   152 +-
 build-aux/config.guess                             |     6 +-
 build-aux/config.rpath                             |     2 +-
 build-aux/config.sub                               |     8 +-
 build-aux/depcomp                                  |     2 +-
 build-aux/gitlog-to-changelog                      |     2 +-
 build-aux/missing                                  |     4 +-
 build-aux/mktempd                                  |     2 +-
 build-aux/snippet/arg-nonnull.h                    |     2 +-
 build-aux/snippet/c++defs.h                        |     2 +-
 build-aux/snippet/unused-parameter.h               |     2 +-
 build-aux/snippet/warn-on-use.h                    |     2 +-
 build-aux/test-driver                              |    20 +-
 build-aux/useless-if-before-free                   |     2 +-
 build-aux/vc-list-files                            |     2 +-
 config.h.in                                        |    20 +-
 configure                                          |   380 +-
 configure.ac                                       |     5 +-
 daemon/Makefile.in                                 |     3 +-
 daemon/libvirtd-config.c                           |    55 +-
 daemon/libvirtd.8.in                               |     4 +-
 daemon/remote_dispatch.h                           |    60 +
 debian/README.Debian                               |    30 +-
 debian/changelog                                   |    25 +
 debian/control                                     |     2 +-
 debian/gbp.conf                                    |     4 +-
 debian/libvirt-daemon.install                      |     1 +
 debian/libvirt0.symbols                            |     4 +-
 ...Allow-xen-toolstack-to-find-it-s-binaries.patch |    90 +-
 .../Don-t-enable-default-network-on-boot.patch     |     8 +-
 .../fix-Debian-specific-path-to-hvm-loader.patch   |    38 +-
 debian/patches/debian/remove-RHism.diff.patch      |     2 +-
 ...c-Don-t-crash-on-NULL-ifname_guest_actual.patch |    21 -
 ...tting-ifname_guest_actual-to-virLXCSetupI.patch |    32 -
 ...36-qemu-Check-ACLs-when-dumping-securi-14.patch |    38 +
 ...36-qemu-Check-ACLs-when-dumping-security-.patch |    37 +
 debian/patches/series                              |     4 +-
 docs/Makefile.in                                   |     3 +-
 docs/bindings.html                                 |     6 +-
 docs/bindings.html.in                              |     6 +-
 docs/devhelp/general.html                          |     2 +-
 docs/devhelp/libvirt-virterror.html                |     2 +-
 docs/devhelp/libvirt.devhelp                       |   168 +-
 docs/formatdomain.html                             |    92 +-
 docs/formatdomain.html.in                          |    95 +-
 docs/formatdomaincaps.html                         |     4 +-
 docs/formatdomaincaps.html.in                      |     4 +-
 docs/formatnetwork.html                            |    12 +-
 docs/formatnetwork.html.in                         |    12 +-
 docs/formatnwfilter.html                           |     2 +-
 docs/formatnwfilter.html.in                        |    20 +
 docs/formatstorage.html                            |     2 +-
 docs/formatstorage.html.in                         |     2 +-
 docs/hacking.html                                  |     3 +-
 docs/hacking.html.in                               |     3 +-
 docs/hvsupport.html                                |    56 +-
 docs/hvsupport.html.in                             |   474 +-
 docs/internals/rpc.html                            |     2 +-
 docs/internals/rpc.html.in                         |     2 +-
 docs/libvirt-api.xml                               |    67 +-
 docs/libvirt-refs.xml                              |    93 +
 docs/news.html                                     |   348 +
 docs/news.html.in                                  |   362 +
 docs/schemas/Makefile.in                           |     3 +-
 docs/schemas/basictypes.rng                        |     2 +-
 docs/schemas/domaincommon.rng                      |   129 +-
 docs/schemas/network.rng                           |    23 +-
 docs/schemas/networkcommon.rng                     |    22 +
 docs/schemas/nwfilter.rng                          |    26 +
 docs/schemas/storagecommon.rng                     |    30 +
 docs/schemas/storagepool.rng                       |    30 +-
 docs/schemas/storagevol.rng                        |    23 -
 examples/apparmor/Makefile.in                      |     3 +-
 examples/apparmor/libvirt-qemu                     |     2 +-
 examples/apparmor/usr.lib.libvirt.virt-aa-helper   |     4 +-
 examples/apparmor/usr.sbin.libvirtd                |     4 +-
 examples/dominfo/Makefile.in                       |     3 +-
 examples/dommigrate/Makefile.in                    |     3 +-
 examples/domsuspend/Makefile.in                    |     3 +-
 examples/domtop/Makefile.in                        |     3 +-
 examples/hellolibvirt/Makefile.in                  |     3 +-
 examples/lxcconvert/Makefile.in                    |     3 +-
 examples/object-events/Makefile.in                 |     3 +-
 examples/openauth/Makefile.in                      |     3 +-
 examples/systemtap/Makefile.in                     |     3 +-
 examples/xml/nwfilter/Makefile.in                  |     3 +-
 gnulib/lib/Makefile.in                             |     8 +-
 gnulib/lib/accept.c                                |     2 +-
 gnulib/lib/alloca.in.h                             |     2 +-
 gnulib/lib/allocator.h                             |     2 +-
 gnulib/lib/areadlink.c                             |     2 +-
 gnulib/lib/areadlink.h                             |     2 +-
 gnulib/lib/arpa_inet.in.h                          |     2 +-
 gnulib/lib/asnprintf.c                             |     2 +-
 gnulib/lib/asprintf.c                              |     2 +-
 gnulib/lib/{mbtowc.c => assure.h}                  |    29 +-
 gnulib/lib/base64.c                                |     2 +-
 gnulib/lib/base64.h                                |     2 +-
 gnulib/lib/basename-lgpl.c                         |     2 +-
 gnulib/lib/binary-io.h                             |     2 +-
 gnulib/lib/bind.c                                  |     2 +-
 gnulib/lib/bitrotate.h                             |     2 +-
 gnulib/lib/btowc.c                                 |     2 +-
 gnulib/lib/byteswap.in.h                           |     2 +-
 gnulib/lib/c-ctype.c                               |     2 +-
 gnulib/lib/c-ctype.h                               |     2 +-
 gnulib/lib/c-strcase.h                             |     2 +-
 gnulib/lib/c-strcasecmp.c                          |     2 +-
 gnulib/lib/c-strcasestr.c                          |     2 +-
 gnulib/lib/c-strcasestr.h                          |     2 +-
 gnulib/lib/c-strncasecmp.c                         |     2 +-
 gnulib/lib/calloc.c                                |     2 +-
 gnulib/lib/canonicalize-lgpl.c                     |     2 +-
 gnulib/lib/careadlinkat.c                          |     2 +-
 gnulib/lib/careadlinkat.h                          |     2 +-
 gnulib/lib/chown.c                                 |     2 +-
 gnulib/lib/cloexec.c                               |     2 +-
 gnulib/lib/cloexec.h                               |     2 +-
 gnulib/lib/close.c                                 |     2 +-
 gnulib/lib/config.charset                          |     2 +-
 gnulib/lib/connect.c                               |     2 +-
 gnulib/lib/count-leading-zeros.h                   |     2 +-
 gnulib/lib/count-one-bits.h                        |     2 +-
 gnulib/lib/dirname-lgpl.c                          |     2 +-
 gnulib/lib/dirname.h                               |     2 +-
 gnulib/lib/dosname.h                               |     2 +-
 gnulib/lib/dup2.c                                  |     2 +-
 gnulib/lib/errno.in.h                              |     2 +-
 gnulib/lib/execinfo.in.h                           |     2 +-
 gnulib/lib/fclose.c                                |     2 +-
 gnulib/lib/fcntl.c                                 |     2 +-
 gnulib/lib/fcntl.in.h                              |     2 +-
 gnulib/lib/fd-hook.c                               |     2 +-
 gnulib/lib/fd-hook.h                               |     2 +-
 gnulib/lib/fdatasync.c                             |     2 +-
 gnulib/lib/fflush.c                                |     2 +-
 gnulib/lib/ffs.c                                   |     2 +-
 gnulib/lib/ffsl.h                                  |     2 +-
 gnulib/lib/float+.h                                |     2 +-
 gnulib/lib/float.c                                 |     2 +-
 gnulib/lib/float.in.h                              |     2 +-
 gnulib/lib/fnmatch.c                               |     2 +-
 gnulib/lib/fnmatch.in.h                            |     2 +-
 gnulib/lib/fnmatch_loop.c                          |     2 +-
 gnulib/lib/fpurge.c                                |     2 +-
 gnulib/lib/freading.c                              |     2 +-
 gnulib/lib/freading.h                              |     2 +-
 gnulib/lib/fseek.c                                 |     2 +-
 gnulib/lib/fseeko.c                                |     2 +-
 gnulib/lib/fstat.c                                 |     2 +-
 gnulib/lib/fsync.c                                 |     2 +-
 gnulib/lib/ftell.c                                 |     2 +-
 gnulib/lib/ftello.c                                |     2 +-
 gnulib/lib/gai_strerror.c                          |     2 +-
 gnulib/lib/getaddrinfo.c                           |     2 +-
 gnulib/lib/getcwd-lgpl.c                           |     2 +-
 gnulib/lib/getdelim.c                              |     2 +-
 gnulib/lib/getdtablesize.c                         |     2 +-
 gnulib/lib/getgroups.c                             |     2 +-
 gnulib/lib/gethostname.c                           |     2 +-
 gnulib/lib/getline.c                               |     2 +-
 gnulib/lib/getpass.c                               |     2 +-
 gnulib/lib/getpass.h                               |     2 +-
 gnulib/lib/getpeername.c                           |     2 +-
 gnulib/lib/getsockname.c                           |     2 +-
 gnulib/lib/gettext.h                               |     2 +-
 gnulib/lib/gettimeofday.c                          |     2 +-
 gnulib/lib/getugroups.c                            |     2 +-
 gnulib/lib/getugroups.h                            |     2 +-
 gnulib/lib/gl_openssl.h                            |     2 +-
 gnulib/lib/glthread/lock.c                         |     2 +-
 gnulib/lib/glthread/lock.h                         |     2 +-
 gnulib/lib/glthread/threadlib.c                    |     2 +-
 gnulib/lib/gnulib.mk                               |    10 +-
 gnulib/lib/ignore-value.h                          |     2 +-
 gnulib/lib/inet_ntop.c                             |     2 +-
 gnulib/lib/inet_pton.c                             |     2 +-
 gnulib/lib/intprops.h                              |     2 +-
 gnulib/lib/ioctl.c                                 |     2 +-
 gnulib/lib/isatty.c                                |     2 +-
 gnulib/lib/itold.c                                 |     2 +-
 gnulib/lib/langinfo.in.h                           |     2 +-
 gnulib/lib/listen.c                                |     2 +-
 gnulib/lib/localcharset.c                          |     2 +-
 gnulib/lib/localcharset.h                          |     2 +-
 gnulib/lib/locale.in.h                             |     2 +-
 gnulib/lib/localeconv.c                            |     2 +-
 gnulib/lib/lseek.c                                 |     2 +-
 gnulib/lib/lstat.c                                 |     2 +-
 gnulib/lib/malloc.c                                |     2 +-
 gnulib/lib/malloca.c                               |     2 +-
 gnulib/lib/malloca.h                               |     2 +-
 gnulib/lib/mbrtowc.c                               |     2 +-
 gnulib/lib/mbsinit.c                               |     2 +-
 gnulib/lib/mbsrtowcs-impl.h                        |     2 +-
 gnulib/lib/mbsrtowcs-state.c                       |     2 +-
 gnulib/lib/mbsrtowcs.c                             |     2 +-
 gnulib/lib/mbtowc-impl.h                           |     2 +-
 gnulib/lib/mbtowc.c                                |     2 +-
 gnulib/lib/md5.c                                   |     2 +-
 gnulib/lib/md5.h                                   |     2 +-
 gnulib/lib/memchr.c                                |     2 +-
 gnulib/lib/mgetgroups.c                            |     2 +-
 gnulib/lib/mgetgroups.h                            |     2 +-
 gnulib/lib/mkdtemp.c                               |     2 +-
 gnulib/lib/mkostemp.c                              |     2 +-
 gnulib/lib/mkostemps.c                             |     2 +-
 gnulib/lib/mktime.c                                |     2 +-
 gnulib/lib/msvc-inval.c                            |     2 +-
 gnulib/lib/msvc-inval.h                            |     2 +-
 gnulib/lib/msvc-nothrow.c                          |     2 +-
 gnulib/lib/msvc-nothrow.h                          |     2 +-
 gnulib/lib/net_if.in.h                             |     2 +-
 gnulib/lib/netdb.in.h                              |     2 +-
 gnulib/lib/netinet_in.in.h                         |     2 +-
 gnulib/lib/nl_langinfo.c                           |     2 +-
 gnulib/lib/nonblocking.c                           |     2 +-
 gnulib/lib/nonblocking.h                           |     2 +-
 gnulib/lib/open.c                                  |     2 +-
 gnulib/lib/openpty.c                               |     2 +-
 gnulib/lib/passfd.c                                |     2 +-
 gnulib/lib/passfd.h                                |     2 +-
 gnulib/lib/pathmax.h                               |     2 +-
 gnulib/lib/perror.c                                |     2 +-
 gnulib/lib/physmem.c                               |     2 +-
 gnulib/lib/physmem.h                               |     2 +-
 gnulib/lib/pipe.c                                  |     2 +-
 gnulib/lib/pipe2.c                                 |     2 +-
 gnulib/lib/poll.c                                  |     7 +-
 gnulib/lib/poll.in.h                               |     2 +-
 gnulib/lib/posix_openpt.c                          |     2 +-
 gnulib/lib/printf-args.c                           |     2 +-
 gnulib/lib/printf-args.h                           |     2 +-
 gnulib/lib/printf-parse.c                          |     2 +-
 gnulib/lib/printf-parse.h                          |     2 +-
 gnulib/lib/pthread.in.h                            |     2 +-
 gnulib/lib/pthread_sigmask.c                       |     2 +-
 gnulib/lib/pty.in.h                                |     2 +-
 gnulib/lib/raise.c                                 |     2 +-
 gnulib/lib/random_r.c                              |     2 +-
 gnulib/lib/rawmemchr.c                             |     2 +-
 gnulib/lib/readlink.c                              |     2 +-
 gnulib/lib/realloc.c                               |     2 +-
 gnulib/lib/recv.c                                  |     2 +-
 gnulib/lib/ref-add.sin                             |     2 +-
 gnulib/lib/ref-del.sin                             |     2 +-
 gnulib/lib/regcomp.c                               |     2 +-
 gnulib/lib/regex.c                                 |     2 +-
 gnulib/lib/regex.h                                 |     2 +-
 gnulib/lib/regex_internal.c                        |     2 +-
 gnulib/lib/regex_internal.h                        |     2 +-
 gnulib/lib/regexec.c                               |     2 +-
 gnulib/lib/sched.in.h                              |     9 +-
 gnulib/lib/secure_getenv.c                         |     2 +-
 gnulib/lib/select.c                                |     2 +-
 gnulib/lib/send.c                                  |     2 +-
 gnulib/lib/setenv.c                                |     2 +-
 gnulib/lib/setsockopt.c                            |     2 +-
 gnulib/lib/sha256.c                                |     2 +-
 gnulib/lib/sha256.h                                |     2 +-
 gnulib/lib/sig-handler.h                           |     2 +-
 gnulib/lib/sigaction.c                             |     2 +-
 gnulib/lib/signal.in.h                             |     2 +-
 gnulib/lib/sigprocmask.c                           |     2 +-
 gnulib/lib/size_max.h                              |     2 +-
 gnulib/lib/sleep.c                                 |     2 +-
 gnulib/lib/snprintf.c                              |     2 +-
 gnulib/lib/socket.c                                |     2 +-
 gnulib/lib/sockets.c                               |     2 +-
 gnulib/lib/sockets.h                               |     2 +-
 gnulib/lib/stat-time.h                             |     2 +-
 gnulib/lib/stat.c                                  |     2 +-
 gnulib/lib/stdalign.in.h                           |     7 +-
 gnulib/lib/stdarg.in.h                             |     2 +-
 gnulib/lib/stdbool.in.h                            |     2 +-
 gnulib/lib/stddef.in.h                             |    43 +-
 gnulib/lib/stdint.in.h                             |     2 +-
 gnulib/lib/stdio-impl.h                            |     2 +-
 gnulib/lib/stdio-read.c                            |     2 +-
 gnulib/lib/stdio-write.c                           |     2 +-
 gnulib/lib/stdio.in.h                              |     9 +-
 gnulib/lib/stdlib.in.h                             |     2 +-
 gnulib/lib/stpcpy.c                                |     2 +-
 gnulib/lib/str-two-way.h                           |     2 +-
 gnulib/lib/strcasecmp.c                            |     2 +-
 gnulib/lib/strchrnul.c                             |     2 +-
 gnulib/lib/strdup.c                                |     2 +-
 gnulib/lib/streq.h                                 |     2 +-
 gnulib/lib/strerror-override.c                     |     2 +-
 gnulib/lib/strerror-override.h                     |     2 +-
 gnulib/lib/strerror.c                              |     2 +-
 gnulib/lib/strerror_r.c                            |     2 +-
 gnulib/lib/string.in.h                             |     2 +-
 gnulib/lib/strings.in.h                            |     2 +-
 gnulib/lib/stripslash.c                            |     2 +-
 gnulib/lib/strncasecmp.c                           |     2 +-
 gnulib/lib/strndup.c                               |     2 +-
 gnulib/lib/strnlen.c                               |     2 +-
 gnulib/lib/strnlen1.c                              |     2 +-
 gnulib/lib/strnlen1.h                              |     2 +-
 gnulib/lib/strptime.c                              |     2 +-
 gnulib/lib/strsep.c                                |     2 +-
 gnulib/lib/strtok_r.c                              |     2 +-
 gnulib/lib/sys_ioctl.in.h                          |     2 +-
 gnulib/lib/sys_select.in.h                         |     2 +-
 gnulib/lib/sys_socket.in.h                         |     2 +-
 gnulib/lib/sys_stat.in.h                           |     2 +-
 gnulib/lib/sys_time.in.h                           |     2 +-
 gnulib/lib/sys_types.in.h                          |     2 +-
 gnulib/lib/sys_uio.in.h                            |     2 +-
 gnulib/lib/sys_utsname.in.h                        |     2 +-
 gnulib/lib/sys_wait.in.h                           |     2 +-
 gnulib/lib/tempname.c                              |     2 +-
 gnulib/lib/tempname.h                              |     2 +-
 gnulib/lib/termios.in.h                            |     2 +-
 gnulib/lib/time.in.h                               |     2 +-
 gnulib/lib/time_r.c                                |     2 +-
 gnulib/lib/timegm.c                                |     2 +-
 gnulib/lib/ttyname_r.c                             |     2 +-
 gnulib/lib/uname.c                                 |     2 +-
 gnulib/lib/unistd.in.h                             |     4 +-
 gnulib/lib/usleep.c                                |     2 +-
 gnulib/lib/vasnprintf.c                            |     2 +-
 gnulib/lib/vasnprintf.h                            |     2 +-
 gnulib/lib/vasprintf.c                             |     2 +-
 gnulib/lib/verify.h                                |     2 +-
 gnulib/lib/vsnprintf.c                             |     2 +-
 gnulib/lib/w32sock.h                               |     2 +-
 gnulib/lib/waitpid.c                               |     2 +-
 gnulib/lib/wchar.in.h                              |     2 +-
 gnulib/lib/wcrtomb.c                               |     2 +-
 gnulib/lib/wctype.in.h                             |     2 +-
 gnulib/lib/xalloc-oversized.h                      |     2 +-
 gnulib/lib/xsize.h                                 |     2 +-
 gnulib/tests/Makefile.in                           |     5 +-
 gnulib/tests/dup.c                                 |     2 +-
 gnulib/tests/error.c                               |     2 +-
 gnulib/tests/error.h                               |     2 +-
 gnulib/tests/exitfail.c                            |     2 +-
 gnulib/tests/exitfail.h                            |     2 +-
 gnulib/tests/fatal-signal.c                        |     2 +-
 gnulib/tests/fatal-signal.h                        |     2 +-
 gnulib/tests/fdopen.c                              |     2 +-
 gnulib/tests/float+.h                              |     2 +-
 gnulib/tests/fpucw.h                               |     2 +-
 gnulib/tests/ftruncate.c                           |     2 +-
 gnulib/tests/getpagesize.c                         |     2 +-
 gnulib/tests/getsockopt.c                          |     2 +-
 gnulib/tests/glthread/thread.c                     |     2 +-
 gnulib/tests/glthread/thread.h                     |     2 +-
 gnulib/tests/gnulib.mk                             |     2 +-
 gnulib/tests/grantpt.c                             |     2 +-
 gnulib/tests/infinity.h                            |     2 +-
 gnulib/tests/init.sh                               |     2 +-
 gnulib/tests/inttypes.in.h                         |     2 +-
 gnulib/tests/isnan.c                               |     2 +-
 gnulib/tests/isnand-nolibm.h                       |     2 +-
 gnulib/tests/isnand.c                              |     2 +-
 gnulib/tests/isnanf-nolibm.h                       |     2 +-
 gnulib/tests/isnanf.c                              |     2 +-
 gnulib/tests/isnanl-nolibm.h                       |     2 +-
 gnulib/tests/isnanl.c                              |     2 +-
 gnulib/tests/localename.c                          |     2 +-
 gnulib/tests/localename.h                          |     2 +-
 gnulib/tests/macros.h                              |     2 +-
 gnulib/tests/math.in.h                             |     2 +-
 gnulib/tests/minus-zero.h                          |     2 +-
 gnulib/tests/nan.h                                 |     2 +-
 gnulib/tests/nanosleep.c                           |     2 +-
 gnulib/tests/nap.h                                 |     2 +-
 gnulib/tests/progname.c                            |     2 +-
 gnulib/tests/progname.h                            |     2 +-
 gnulib/tests/ptsname.c                             |     2 +-
 gnulib/tests/ptsname_r.c                           |     2 +-
 gnulib/tests/pty-private.h                         |     2 +-
 gnulib/tests/putenv.c                              |     2 +-
 gnulib/tests/randomd.c                             |     2 +-
 gnulib/tests/read.c                                |     2 +-
 gnulib/tests/same-inode.h                          |     2 +-
 gnulib/tests/setlocale.c                           |     2 +-
 gnulib/tests/signature.h                           |     2 +-
 gnulib/tests/signbitd.c                            |     2 +-
 gnulib/tests/signbitf.c                            |     2 +-
 gnulib/tests/signbitl.c                            |     2 +-
 gnulib/tests/socket-client.h                       |     2 +-
 gnulib/tests/socket-server.h                       |     2 +-
 gnulib/tests/spawn.in.h                            |     2 +-
 gnulib/tests/spawn_faction_addclose.c              |     2 +-
 gnulib/tests/spawn_faction_adddup2.c               |     2 +-
 gnulib/tests/spawn_faction_addopen.c               |     2 +-
 gnulib/tests/spawn_faction_destroy.c               |     2 +-
 gnulib/tests/spawn_faction_init.c                  |     2 +-
 gnulib/tests/spawn_int.h                           |     2 +-
 gnulib/tests/spawnattr_destroy.c                   |     2 +-
 gnulib/tests/spawnattr_init.c                      |     2 +-
 gnulib/tests/spawnattr_setflags.c                  |     2 +-
 gnulib/tests/spawnattr_setsigmask.c                |     2 +-
 gnulib/tests/spawni.c                              |     2 +-
 gnulib/tests/spawnp.c                              |     2 +-
 gnulib/tests/symlink.c                             |     2 +-
 gnulib/tests/test-accept.c                         |     2 +-
 gnulib/tests/test-alloca-opt.c                     |     2 +-
 gnulib/tests/test-areadlink.c                      |     2 +-
 gnulib/tests/test-areadlink.h                      |     2 +-
 gnulib/tests/test-arpa_inet.c                      |     2 +-
 gnulib/tests/test-base64.c                         |     2 +-
 gnulib/tests/test-binary-io.c                      |     2 +-
 gnulib/tests/test-bind.c                           |     2 +-
 gnulib/tests/test-bitrotate.c                      |     2 +-
 gnulib/tests/test-btowc.c                          |     2 +-
 gnulib/tests/test-byteswap.c                       |     2 +-
 gnulib/tests/test-c-ctype.c                        |     2 +-
 gnulib/tests/test-c-strcasecmp.c                   |     2 +-
 gnulib/tests/test-c-strcasestr.c                   |     2 +-
 gnulib/tests/test-c-strncasecmp.c                  |     2 +-
 gnulib/tests/test-canonicalize-lgpl.c              |     2 +-
 gnulib/tests/test-chown.c                          |     2 +-
 gnulib/tests/test-chown.h                          |     2 +-
 gnulib/tests/test-cloexec.c                        |     2 +-
 gnulib/tests/test-close.c                          |     2 +-
 gnulib/tests/test-connect.c                        |     2 +-
 gnulib/tests/test-count-leading-zeros.c            |     2 +-
 gnulib/tests/test-count-one-bits.c                 |     2 +-
 gnulib/tests/test-dup.c                            |     2 +-
 gnulib/tests/test-dup2.c                           |     2 +-
 gnulib/tests/test-environ.c                        |     2 +-
 gnulib/tests/test-errno.c                          |     2 +-
 gnulib/tests/test-fclose.c                         |     2 +-
 gnulib/tests/test-fcntl-h.c                        |     2 +-
 gnulib/tests/test-fcntl.c                          |     2 +-
 gnulib/tests/test-fdatasync.c                      |     2 +-
 gnulib/tests/test-fdopen.c                         |     2 +-
 gnulib/tests/test-fflush.c                         |     2 +-
 gnulib/tests/test-fflush2.c                        |     2 +-
 gnulib/tests/test-ffs.c                            |     2 +-
 gnulib/tests/test-ffsl.c                           |     2 +-
 gnulib/tests/test-fgetc.c                          |     2 +-
 gnulib/tests/test-float.c                          |     2 +-
 gnulib/tests/test-fnmatch.c                        |     2 +-
 gnulib/tests/test-fpurge.c                         |     2 +-
 gnulib/tests/test-fputc.c                          |     2 +-
 gnulib/tests/test-fread.c                          |     2 +-
 gnulib/tests/test-freading.c                       |     2 +-
 gnulib/tests/test-fseek.c                          |     2 +-
 gnulib/tests/test-fseeko.c                         |     2 +-
 gnulib/tests/test-fseeko3.c                        |     2 +-
 gnulib/tests/test-fseeko4.c                        |     2 +-
 gnulib/tests/test-fstat.c                          |     2 +-
 gnulib/tests/test-fsync.c                          |     2 +-
 gnulib/tests/test-ftell.c                          |     2 +-
 gnulib/tests/test-ftell3.c                         |     2 +-
 gnulib/tests/test-ftello.c                         |     2 +-
 gnulib/tests/test-ftello3.c                        |     2 +-
 gnulib/tests/test-ftello4.c                        |     2 +-
 gnulib/tests/test-ftruncate.c                      |     2 +-
 gnulib/tests/test-func.c                           |     2 +-
 gnulib/tests/test-fwrite.c                         |     2 +-
 gnulib/tests/test-getaddrinfo.c                    |     2 +-
 gnulib/tests/test-getcwd-lgpl.c                    |     2 +-
 gnulib/tests/test-getdelim.c                       |     2 +-
 gnulib/tests/test-getdtablesize.c                  |     2 +-
 gnulib/tests/test-getgroups.c                      |     2 +-
 gnulib/tests/test-gethostname.c                    |     2 +-
 gnulib/tests/test-getline.c                        |     2 +-
 gnulib/tests/test-getpeername.c                    |     2 +-
 gnulib/tests/test-getsockname.c                    |     2 +-
 gnulib/tests/test-getsockopt.c                     |     2 +-
 gnulib/tests/test-gettimeofday.c                   |     2 +-
 gnulib/tests/test-grantpt.c                        |     2 +-
 gnulib/tests/test-ignore-value.c                   |     2 +-
 gnulib/tests/test-inet_ntop.c                      |     2 +-
 gnulib/tests/test-inet_pton.c                      |     2 +-
 gnulib/tests/test-init.sh                          |     2 +-
 gnulib/tests/test-intprops.c                       |     2 +-
 gnulib/tests/test-inttypes.c                       |     2 +-
 gnulib/tests/test-ioctl.c                          |     2 +-
 gnulib/tests/test-isatty.c                         |     2 +-
 gnulib/tests/test-isnand-nolibm.c                  |     2 +-
 gnulib/tests/test-isnand.h                         |     2 +-
 gnulib/tests/test-isnanf-nolibm.c                  |     2 +-
 gnulib/tests/test-isnanf.h                         |     2 +-
 gnulib/tests/test-isnanl-nolibm.c                  |     2 +-
 gnulib/tests/test-isnanl.h                         |     2 +-
 gnulib/tests/test-langinfo.c                       |     2 +-
 gnulib/tests/test-ldexp.c                          |     2 +-
 gnulib/tests/test-ldexp.h                          |     2 +-
 gnulib/tests/test-listen.c                         |     2 +-
 gnulib/tests/test-locale.c                         |     2 +-
 gnulib/tests/test-localeconv.c                     |     2 +-
 gnulib/tests/test-localename.c                     |     2 +-
 gnulib/tests/test-lseek.c                          |     2 +-
 gnulib/tests/test-lstat.c                          |     2 +-
 gnulib/tests/test-lstat.h                          |     2 +-
 gnulib/tests/test-malloca.c                        |     2 +-
 gnulib/tests/test-math.c                           |     2 +-
 gnulib/tests/test-mbrtowc-w32.c                    |     2 +-
 gnulib/tests/test-mbrtowc.c                        |     2 +-
 gnulib/tests/test-mbsinit.c                        |     2 +-
 gnulib/tests/test-mbsrtowcs.c                      |     2 +-
 gnulib/tests/test-md5.c                            |     2 +-
 gnulib/tests/test-memchr.c                         |     2 +-
 gnulib/tests/test-nanosleep.c                      |     2 +-
 gnulib/tests/test-net_if.c                         |     2 +-
 gnulib/tests/test-netdb.c                          |     2 +-
 gnulib/tests/test-netinet_in.c                     |     2 +-
 gnulib/tests/test-nl_langinfo.c                    |     2 +-
 gnulib/tests/test-nonblocking-misc.h               |     2 +-
 gnulib/tests/test-nonblocking-pipe-child.c         |     2 +-
 gnulib/tests/test-nonblocking-pipe-main.c          |     2 +-
 gnulib/tests/test-nonblocking-pipe.h               |     2 +-
 gnulib/tests/test-nonblocking-reader.h             |     2 +-
 gnulib/tests/test-nonblocking-socket-child.c       |     2 +-
 gnulib/tests/test-nonblocking-socket-main.c        |     2 +-
 gnulib/tests/test-nonblocking-socket.h             |     2 +-
 gnulib/tests/test-nonblocking-writer.h             |     2 +-
 gnulib/tests/test-nonblocking.c                    |     2 +-
 gnulib/tests/test-open.c                           |     2 +-
 gnulib/tests/test-open.h                           |     2 +-
 gnulib/tests/test-openpty.c                        |     2 +-
 gnulib/tests/test-passfd.c                         |     2 +-
 gnulib/tests/test-pathmax.c                        |     2 +-
 gnulib/tests/test-perror.c                         |     2 +-
 gnulib/tests/test-perror2.c                        |     2 +-
 gnulib/tests/test-pipe.c                           |     2 +-
 gnulib/tests/test-pipe2.c                          |     2 +-
 gnulib/tests/test-poll-h.c                         |     2 +-
 gnulib/tests/test-poll.c                           |     2 +-
 gnulib/tests/test-posix_openpt.c                   |     2 +-
 gnulib/tests/test-posix_spawn1.c                   |     2 +-
 gnulib/tests/test-posix_spawn2.c                   |     2 +-
 .../tests/test-posix_spawn_file_actions_addclose.c |     2 +-
 .../tests/test-posix_spawn_file_actions_adddup2.c  |     2 +-
 .../tests/test-posix_spawn_file_actions_addopen.c  |     2 +-
 gnulib/tests/test-pthread_sigmask1.c               |     2 +-
 gnulib/tests/test-pthread_sigmask2.c               |     2 +-
 gnulib/tests/test-ptsname.c                        |     2 +-
 gnulib/tests/test-ptsname_r.c                      |     2 +-
 gnulib/tests/test-raise.c                          |     2 +-
 gnulib/tests/test-random_r.c                       |     2 +-
 gnulib/tests/test-rawmemchr.c                      |     2 +-
 gnulib/tests/test-read.c                           |     2 +-
 gnulib/tests/test-readlink.c                       |     2 +-
 gnulib/tests/test-readlink.h                       |     2 +-
 gnulib/tests/test-recv.c                           |     2 +-
 gnulib/tests/test-regex.c                          |     2 +-
 gnulib/tests/test-sched.c                          |     2 +-
 gnulib/tests/test-select-fd.c                      |     2 +-
 gnulib/tests/test-select-stdin.c                   |     2 +-
 gnulib/tests/test-select.c                         |     2 +-
 gnulib/tests/test-select.h                         |     2 +-
 gnulib/tests/test-send.c                           |     2 +-
 gnulib/tests/test-setenv.c                         |     2 +-
 gnulib/tests/test-setlocale1.c                     |     2 +-
 gnulib/tests/test-setlocale2.c                     |     2 +-
 gnulib/tests/test-setsockopt.c                     |     2 +-
 gnulib/tests/test-sigaction.c                      |     2 +-
 gnulib/tests/test-signal-h.c                       |     2 +-
 gnulib/tests/test-signbit.c                        |     2 +-
 gnulib/tests/test-sigpipe.c                        |     2 +-
 gnulib/tests/test-sigprocmask.c                    |     2 +-
 gnulib/tests/test-sleep.c                          |     2 +-
 gnulib/tests/test-snprintf.c                       |     2 +-
 gnulib/tests/test-sockets.c                        |     2 +-
 gnulib/tests/test-spawn.c                          |     2 +-
 gnulib/tests/test-stat-time.c                      |     2 +-
 gnulib/tests/test-stat.c                           |     2 +-
 gnulib/tests/test-stat.h                           |     2 +-
 gnulib/tests/test-stdalign.c                       |     2 +-
 gnulib/tests/test-stdbool.c                        |     2 +-
 gnulib/tests/test-stddef.c                         |    15 +-
 gnulib/tests/test-stdint.c                         |     2 +-
 gnulib/tests/test-stdio.c                          |     2 +-
 gnulib/tests/test-stdlib.c                         |     2 +-
 gnulib/tests/test-strchrnul.c                      |     2 +-
 gnulib/tests/test-strerror.c                       |     2 +-
 gnulib/tests/test-strerror_r.c                     |     2 +-
 gnulib/tests/test-string.c                         |     2 +-
 gnulib/tests/test-strings.c                        |     2 +-
 gnulib/tests/test-strnlen.c                        |     2 +-
 gnulib/tests/test-symlink.c                        |     2 +-
 gnulib/tests/test-symlink.h                        |     2 +-
 gnulib/tests/test-sys_ioctl.c                      |     2 +-
 gnulib/tests/test-sys_select.c                     |     2 +-
 gnulib/tests/test-sys_socket.c                     |     2 +-
 gnulib/tests/test-sys_stat.c                       |     2 +-
 gnulib/tests/test-sys_time.c                       |     2 +-
 gnulib/tests/test-sys_types.c                      |     2 +-
 gnulib/tests/test-sys_uio.c                        |     2 +-
 gnulib/tests/test-sys_utsname.c                    |     2 +-
 gnulib/tests/test-sys_wait.c                       |     2 +-
 gnulib/tests/test-sys_wait.h                       |     2 +-
 gnulib/tests/test-termios.c                        |     2 +-
 gnulib/tests/test-thread_create.c                  |     2 +-
 gnulib/tests/test-thread_self.c                    |     2 +-
 gnulib/tests/test-time.c                           |     2 +-
 gnulib/tests/test-ttyname_r.c                      |     2 +-
 gnulib/tests/test-uname.c                          |     2 +-
 gnulib/tests/test-unistd.c                         |     2 +-
 gnulib/tests/test-unlockpt.c                       |     2 +-
 gnulib/tests/test-unsetenv.c                       |     2 +-
 gnulib/tests/test-usleep.c                         |     2 +-
 gnulib/tests/test-vasnprintf.c                     |     2 +-
 gnulib/tests/test-vasprintf.c                      |     2 +-
 gnulib/tests/test-vc-list-files-cvs.sh             |     2 +-
 gnulib/tests/test-vc-list-files-git.sh             |     2 +-
 gnulib/tests/test-verify.c                         |     2 +-
 gnulib/tests/test-vsnprintf.c                      |     2 +-
 gnulib/tests/test-wchar.c                          |     2 +-
 gnulib/tests/test-wcrtomb-w32.c                    |     2 +-
 gnulib/tests/test-wcrtomb.c                        |     2 +-
 gnulib/tests/test-wctype-h.c                       |     2 +-
 gnulib/tests/test-write.c                          |     2 +-
 gnulib/tests/test-xalloc-die.c                     |     2 +-
 gnulib/tests/test-xalloc-die.sh                    |     2 +-
 gnulib/tests/unlockpt.c                            |     2 +-
 gnulib/tests/unsetenv.c                            |     2 +-
 gnulib/tests/w32sock.h                             |     2 +-
 gnulib/tests/wait-process.c                        |     2 +-
 gnulib/tests/wait-process.h                        |     2 +-
 gnulib/tests/wctob.c                               |     2 +-
 gnulib/tests/wctomb-impl.h                         |     2 +-
 gnulib/tests/wctomb.c                              |     2 +-
 gnulib/tests/write.c                               |     2 +-
 gnulib/tests/xalloc-die.c                          |     2 +-
 gnulib/tests/xalloc.h                              |     2 +-
 gnulib/tests/xmalloc.c                             |     2 +-
 gnulib/tests/zerosize-ptr.h                        |     2 +-
 include/Makefile.in                                |     3 +-
 include/libvirt/Makefile.in                        |     3 +-
 include/libvirt/libvirt-domain.h                   |    33 +-
 include/libvirt/libvirt-host.h                     |    16 +-
 include/libvirt/libvirt.h                          |     2 +-
 include/libvirt/virterror.h                        |     1 +
 libvirt.spec                                       |    12 +-
 libvirt.spec.in                                    |    10 +-
 m4/00gnulib.m4                                     |     2 +-
 m4/absolute-header.m4                              |     2 +-
 m4/alloca.m4                                       |     2 +-
 m4/arpa_inet_h.m4                                  |     2 +-
 m4/asm-underscore.m4                               |     2 +-
 m4/autobuild.m4                                    |     2 +-
 m4/base64.m4                                       |     2 +-
 m4/btowc.m4                                        |     2 +-
 m4/byteswap.m4                                     |     2 +-
 m4/calloc.m4                                       |     2 +-
 m4/canonicalize.m4                                 |     2 +-
 m4/chown.m4                                        |     2 +-
 m4/clock_time.m4                                   |     2 +-
 m4/close.m4                                        |     2 +-
 m4/codeset.m4                                      |     2 +-
 m4/configmake.m4                                   |     2 +-
 m4/count-leading-zeros.m4                          |     2 +-
 m4/count-one-bits.m4                               |     2 +-
 m4/dirname.m4                                      |     2 +-
 m4/double-slash-root.m4                            |     2 +-
 m4/dup.m4                                          |     2 +-
 m4/dup2.m4                                         |     2 +-
 m4/eealloc.m4                                      |     2 +-
 m4/environ.m4                                      |     2 +-
 m4/errno_h.m4                                      |     2 +-
 m4/error.m4                                        |     2 +-
 m4/execinfo.m4                                     |     2 +-
 m4/exponentd.m4                                    |     2 +-
 m4/exponentf.m4                                    |     2 +-
 m4/exponentl.m4                                    |     2 +-
 m4/extensions.m4                                   |     7 +-
 m4/extern-inline.m4                                |     2 +-
 m4/fatal-signal.m4                                 |     2 +-
 m4/fclose.m4                                       |     2 +-
 m4/fcntl-o.m4                                      |     2 +-
 m4/fcntl.m4                                        |     2 +-
 m4/fcntl_h.m4                                      |     2 +-
 m4/fdatasync.m4                                    |     2 +-
 m4/fdopen.m4                                       |     2 +-
 m4/fflush.m4                                       |     2 +-
 m4/ffs.m4                                          |     2 +-
 m4/ffsl.m4                                         |     2 +-
 m4/float_h.m4                                      |     2 +-
 m4/fnmatch.m4                                      |     2 +-
 m4/fpieee.m4                                       |     2 +-
 m4/fpurge.m4                                       |     2 +-
 m4/freading.m4                                     |     2 +-
 m4/fseek.m4                                        |     2 +-
 m4/fseeko.m4                                       |     2 +-
 m4/fstat.m4                                        |     2 +-
 m4/fsync.m4                                        |     2 +-
 m4/ftell.m4                                        |     2 +-
 m4/ftello.m4                                       |     2 +-
 m4/ftruncate.m4                                    |     2 +-
 m4/func.m4                                         |     2 +-
 m4/getaddrinfo.m4                                  |     2 +-
 m4/getcwd.m4                                       |     9 +-
 m4/getdelim.m4                                     |     2 +-
 m4/getdtablesize.m4                                |     2 +-
 m4/getgroups.m4                                    |     2 +-
 m4/gethostname.m4                                  |     2 +-
 m4/getline.m4                                      |     2 +-
 m4/getpagesize.m4                                  |     2 +-
 m4/getpass.m4                                      |     2 +-
 m4/gettimeofday.m4                                 |     2 +-
 m4/getugroups.m4                                   |     2 +-
 m4/gl-openssl.m4                                   |     2 +-
 m4/glibc21.m4                                      |     2 +-
 m4/gnulib-common.m4                                |     2 +-
 m4/gnulib-comp.m4                                  |     4 +-
 m4/grantpt.m4                                      |     2 +-
 m4/hostent.m4                                      |     2 +-
 m4/include_next.m4                                 |     2 +-
 m4/inet_ntop.m4                                    |     2 +-
 m4/inet_pton.m4                                    |     2 +-
 m4/intlmacosx.m4                                   |     2 +-
 m4/intmax_t.m4                                     |     2 +-
 m4/inttypes-pri.m4                                 |     2 +-
 m4/inttypes.m4                                     |     2 +-
 m4/inttypes_h.m4                                   |     2 +-
 m4/ioctl.m4                                        |     2 +-
 m4/isatty.m4                                       |     2 +-
 m4/isnand.m4                                       |     2 +-
 m4/isnanf.m4                                       |     2 +-
 m4/isnanl.m4                                       |     2 +-
 m4/langinfo_h.m4                                   |     2 +-
 m4/largefile.m4                                    |     2 +-
 m4/lcmessage.m4                                    |     2 +-
 m4/ldexp.m4                                        |     2 +-
 m4/lib-ld.m4                                       |     2 +-
 m4/lib-link.m4                                     |     2 +-
 m4/lib-prefix.m4                                   |     2 +-
 m4/localcharset.m4                                 |     2 +-
 m4/locale-fr.m4                                    |     2 +-
 m4/locale-ja.m4                                    |     2 +-
 m4/locale-tr.m4                                    |     2 +-
 m4/locale-zh.m4                                    |     2 +-
 m4/locale_h.m4                                     |     2 +-
 m4/localeconv.m4                                   |     2 +-
 m4/localename.m4                                   |     2 +-
 m4/lock.m4                                         |     2 +-
 m4/longlong.m4                                     |     2 +-
 m4/lseek.m4                                        |     2 +-
 m4/lstat.m4                                        |     2 +-
 m4/malloc.m4                                       |     2 +-
 m4/malloca.m4                                      |     2 +-
 m4/manywarnings.m4                                 |     2 +-
 m4/math_h.m4                                       |     2 +-
 m4/mbrtowc.m4                                      |     2 +-
 m4/mbsinit.m4                                      |     2 +-
 m4/mbsrtowcs.m4                                    |     2 +-
 m4/mbstate_t.m4                                    |     2 +-
 m4/mbtowc.m4                                       |     2 +-
 m4/md5.m4                                          |     2 +-
 m4/memchr.m4                                       |     2 +-
 m4/mgetgroups.m4                                   |     2 +-
 m4/mkdtemp.m4                                      |     2 +-
 m4/mkostemp.m4                                     |     2 +-
 m4/mkostemps.m4                                    |     2 +-
 m4/mktime.m4                                       |     2 +-
 m4/mmap-anon.m4                                    |     2 +-
 m4/mode_t.m4                                       |     2 +-
 m4/msvc-inval.m4                                   |     2 +-
 m4/msvc-nothrow.m4                                 |     2 +-
 m4/multiarch.m4                                    |     2 +-
 m4/nanosleep.m4                                    |     2 +-
 m4/net_if_h.m4                                     |     2 +-
 m4/netdb_h.m4                                      |     2 +-
 m4/netinet_in_h.m4                                 |     2 +-
 m4/nl_langinfo.m4                                  |     2 +-
 m4/nocrash.m4                                      |     2 +-
 m4/nonblocking.m4                                  |     2 +-
 m4/off_t.m4                                        |     2 +-
 m4/onceonly.m4                                     |     2 +-
 m4/open.m4                                         |     2 +-
 m4/passfd.m4                                       |     2 +-
 m4/pathmax.m4                                      |     2 +-
 m4/perror.m4                                       |     2 +-
 m4/physmem.m4                                      |     2 +-
 m4/pipe.m4                                         |     2 +-
 m4/pipe2.m4                                        |     2 +-
 m4/poll.m4                                         |     2 +-
 m4/poll_h.m4                                       |     2 +-
 m4/posix-shell.m4                                  |     2 +-
 m4/posix_openpt.m4                                 |     2 +-
 m4/posix_spawn.m4                                  |     2 +-
 m4/printf.m4                                       |     2 +-
 m4/pthread.m4                                      |     6 +-
 m4/pthread_sigmask.m4                              |     2 +-
 m4/ptsname.m4                                      |     2 +-
 m4/ptsname_r.m4                                    |     2 +-
 m4/pty.m4                                          |     2 +-
 m4/pty_h.m4                                        |     2 +-
 m4/putenv.m4                                       |     2 +-
 m4/raise.m4                                        |     2 +-
 m4/random_r.m4                                     |     2 +-
 m4/rawmemchr.m4                                    |     2 +-
 m4/read.m4                                         |     2 +-
 m4/readlink.m4                                     |     2 +-
 m4/realloc.m4                                      |     2 +-
 m4/regex.m4                                        |     2 +-
 m4/sched_h.m4                                      |    17 +-
 m4/secure_getenv.m4                                |     2 +-
 m4/select.m4                                       |     2 +-
 m4/servent.m4                                      |     2 +-
 m4/setenv.m4                                       |     2 +-
 m4/setlocale.m4                                    |     2 +-
 m4/sha256.m4                                       |     2 +-
 m4/sig_atomic_t.m4                                 |     2 +-
 m4/sigaction.m4                                    |     2 +-
 m4/signal_h.m4                                     |     2 +-
 m4/signalblocking.m4                               |     2 +-
 m4/signbit.m4                                      |     2 +-
 m4/sigpipe.m4                                      |     2 +-
 m4/size_max.m4                                     |     2 +-
 m4/sleep.m4                                        |     2 +-
 m4/snprintf.m4                                     |     2 +-
 m4/socketlib.m4                                    |     2 +-
 m4/sockets.m4                                      |     2 +-
 m4/socklen.m4                                      |     2 +-
 m4/sockpfaf.m4                                     |     2 +-
 m4/spawn_h.m4                                      |     2 +-
 m4/ssize_t.m4                                      |     2 +-
 m4/stat-time.m4                                    |     2 +-
 m4/stat.m4                                         |     2 +-
 m4/stdalign.m4                                     |    10 +-
 m4/stdarg.m4                                       |     2 +-
 m4/stdbool.m4                                      |     2 +-
 m4/stddef_h.m4                                     |    10 +-
 m4/stdint.m4                                       |     2 +-
 m4/stdint_h.m4                                     |     2 +-
 m4/stdio_h.m4                                      |    25 +-
 m4/stdlib_h.m4                                     |     2 +-
 m4/stpcpy.m4                                       |     2 +-
 m4/strcase.m4                                      |     2 +-
 m4/strchrnul.m4                                    |     2 +-
 m4/strdup.m4                                       |     2 +-
 m4/strerror.m4                                     |     2 +-
 m4/strerror_r.m4                                   |     2 +-
 m4/string_h.m4                                     |     2 +-
 m4/strings_h.m4                                    |     2 +-
 m4/strndup.m4                                      |     2 +-
 m4/strnlen.m4                                      |     2 +-
 m4/strptime.m4                                     |     2 +-
 m4/strsep.m4                                       |     2 +-
 m4/strtok_r.m4                                     |     2 +-
 m4/symlink.m4                                      |     2 +-
 m4/sys_ioctl_h.m4                                  |     2 +-
 m4/sys_select_h.m4                                 |     2 +-
 m4/sys_socket_h.m4                                 |     2 +-
 m4/sys_stat_h.m4                                   |     2 +-
 m4/sys_time_h.m4                                   |     2 +-
 m4/sys_types_h.m4                                  |     2 +-
 m4/sys_uio_h.m4                                    |     2 +-
 m4/sys_utsname_h.m4                                |     2 +-
 m4/sys_wait_h.m4                                   |     2 +-
 m4/tempname.m4                                     |     2 +-
 m4/termios_h.m4                                    |     2 +-
 m4/thread.m4                                       |     2 +-
 m4/threadlib.m4                                    |     2 +-
 m4/time_h.m4                                       |     2 +-
 m4/time_r.m4                                       |     2 +-
 m4/timegm.m4                                       |     2 +-
 m4/tm_gmtoff.m4                                    |     2 +-
 m4/ttyname_r.m4                                    |     2 +-
 m4/uname.m4                                        |     2 +-
 m4/ungetc.m4                                       |     2 +-
 m4/unistd_h.m4                                     |     2 +-
 m4/unlockpt.m4                                     |     2 +-
 m4/usleep.m4                                       |     2 +-
 m4/vasnprintf.m4                                   |     2 +-
 m4/vasprintf.m4                                    |     2 +-
 m4/virt-compile-warnings.m4                        |     6 +
 m4/virt-udev.m4                                    |     7 +
 m4/vsnprintf.m4                                    |     2 +-
 m4/wait-process.m4                                 |     2 +-
 m4/waitpid.m4                                      |     2 +-
 m4/warnings.m4                                     |     2 +-
 m4/wchar_h.m4                                      |     2 +-
 m4/wchar_t.m4                                      |     2 +-
 m4/wcrtomb.m4                                      |     2 +-
 m4/wctob.m4                                        |     2 +-
 m4/wctomb.m4                                       |     2 +-
 m4/wctype_h.m4                                     |     2 +-
 m4/wint_t.m4                                       |     2 +-
 m4/write.m4                                        |     2 +-
 m4/xalloc.m4                                       |     2 +-
 m4/xsize.m4                                        |     2 +-
 maint.mk                                           |     2 +-
 po/POTFILES.in                                     |     3 +
 po/af.gmo                                          |   Bin 16877 -> 16877 bytes
 po/af.po                                           | 10115 ++++++++---------
 po/am.gmo                                          |   Bin 16874 -> 16874 bytes
 po/am.po                                           | 10115 ++++++++---------
 po/ar.gmo                                          |   Bin 16957 -> 16957 bytes
 po/ar.po                                           | 10115 ++++++++---------
 po/as.gmo                                          |   Bin 1115062 -> 1104515 bytes
 po/as.po                                           | 10275 ++++++++---------
 po/be.gmo                                          |   Bin 16952 -> 16952 bytes
 po/be.po                                           | 10115 ++++++++---------
 po/bg.gmo                                          |   Bin 38890 -> 38890 bytes
 po/bg.po                                           | 10119 ++++++++---------
 po/bn.gmo                                          |   Bin 16875 -> 16875 bytes
 po/bn.po                                           | 10115 ++++++++---------
 po/bn_IN.gmo                                       |   Bin 426487 -> 419855 bytes
 po/bn_IN.po                                        | 10307 +++++++++---------
 po/bo.gmo                                          |   Bin 455 -> 455 bytes
 po/bo.po                                           | 10048 ++++++++---------
 po/bs.gmo                                          |   Bin 17953 -> 17953 bytes
 po/bs.po                                           | 10115 ++++++++---------
 po/ca.gmo                                          |   Bin 35890 -> 35890 bytes
 po/ca.po                                           | 10112 ++++++++---------
 po/cs.gmo                                          |   Bin 103574 -> 103574 bytes
 po/cs.po                                           | 10123 ++++++++---------
 po/cy.gmo                                          |   Bin 16918 -> 16918 bytes
 po/cy.po                                           | 10115 ++++++++---------
 po/da.gmo                                          |   Bin 23343 -> 23343 bytes
 po/da.po                                           | 10116 ++++++++---------
 po/de.gmo                                          |   Bin 739754 -> 732106 bytes
 po/de.po                                           | 10360 +++++++++---------
 po/el.gmo                                          |   Bin 27527 -> 27527 bytes
 po/el.po                                           | 10126 ++++++++---------
 po/en_GB.gmo                                       |   Bin 685483 -> 678439 bytes
 po/en_GB.po                                        | 10353 +++++++++---------
 po/es.gmo                                          |   Bin 736344 -> 728672 bytes
 po/es.po                                           | 10395 +++++++++---------
 po/et.gmo                                          |   Bin 16876 -> 16876 bytes
 po/et.po                                           | 10115 ++++++++---------
 po/eu_ES.gmo                                       |   Bin 16888 -> 16888 bytes
 po/eu_ES.po                                        | 10115 ++++++++---------
 po/fa.gmo                                          |   Bin 16868 -> 16868 bytes
 po/fa.po                                           | 10115 ++++++++---------
 po/fi.gmo                                          |   Bin 29154 -> 29154 bytes
 po/fi.po                                           | 10119 ++++++++---------
 po/fr.gmo                                          |   Bin 125065 -> 125065 bytes
 po/fr.po                                           | 10125 ++++++++---------
 po/gl.gmo                                          |   Bin 16876 -> 16876 bytes
 po/gl.po                                           | 10115 ++++++++---------
 po/gu.gmo                                          |   Bin 1113381 -> 1101655 bytes
 po/gu.po                                           | 10285 ++++++++---------
 po/he.gmo                                          |   Bin 16874 -> 16874 bytes
 po/he.po                                           | 10115 ++++++++---------
 po/hi.gmo                                          |   Bin 623622 -> 622493 bytes
 po/hi.po                                           | 10157 ++++++++---------
 po/hr.gmo                                          |   Bin 30155 -> 30155 bytes
 po/hr.po                                           | 10119 ++++++++---------
 po/hu.gmo                                          |   Bin 25674 -> 25674 bytes
 po/hu.po                                           | 10116 ++++++++---------
 po/hy.gmo                                          |   Bin 16876 -> 16876 bytes
 po/hy.po                                           | 10115 ++++++++---------
 po/id.gmo                                          |   Bin 16516 -> 16516 bytes
 po/id.po                                           | 10116 ++++++++---------
 po/is.gmo                                          |   Bin 16877 -> 16877 bytes
 po/is.po                                           | 10115 ++++++++---------
 po/it.gmo                                          |   Bin 197768 -> 197768 bytes
 po/it.po                                           | 10122 ++++++++---------
 po/ja.gmo                                          |   Bin 861781 -> 852635 bytes
 po/ja.po                                           | 10342 +++++++++---------
 po/ka.gmo                                          |   Bin 16869 -> 16869 bytes
 po/ka.po                                           | 10115 ++++++++---------
 po/kn.gmo                                          |   Bin 1218813 -> 1206155 bytes
 po/kn.po                                           | 10316 +++++++++---------
 po/ko.gmo                                          |   Bin 416693 -> 411378 bytes
 po/ko.po                                           | 10191 ++++++++---------
 po/ku.gmo                                          |   Bin 16875 -> 16875 bytes
 po/ku.po                                           | 10115 ++++++++---------
 po/libvirt.pot                                     | 10050 ++++++++---------
 po/lo.gmo                                          |   Bin 16864 -> 16864 bytes
 po/lo.po                                           | 10115 ++++++++---------
 po/lt.gmo                                          |   Bin 16941 -> 16941 bytes
 po/lt.po                                           | 10115 ++++++++---------
 po/lv.gmo                                          |   Bin 16910 -> 16910 bytes
 po/lv.po                                           | 10115 ++++++++---------
 po/mk.gmo                                          |   Bin 36366 -> 36366 bytes
 po/mk.po                                           | 10116 ++++++++---------
 po/ml.gmo                                          |   Bin 1306443 -> 1292612 bytes
 po/ml.po                                           | 10301 +++++++++---------
 po/mr.gmo                                          |   Bin 1249422 -> 1236879 bytes
 po/mr.po                                           | 10322 +++++++++---------
 po/ms.gmo                                          |   Bin 3030 -> 3030 bytes
 po/ms.po                                           | 10109 ++++++++---------
 po/my.gmo                                          |   Bin 16868 -> 16868 bytes
 po/my.po                                           | 10115 ++++++++---------
 po/nb.gmo                                          |   Bin 9873 -> 9873 bytes
 po/nb.po                                           | 10116 ++++++++---------
 po/nl.gmo                                          |   Bin 290149 -> 290149 bytes
 po/nl.po                                           | 10155 ++++++++---------
 po/nn.gmo                                          |   Bin 16885 -> 16885 bytes
 po/nn.po                                           | 10115 ++++++++---------
 po/nso.gmo                                         |   Bin 16883 -> 16883 bytes
 po/nso.po                                          | 10115 ++++++++---------
 po/or.gmo                                          |   Bin 1013737 -> 1009563 bytes
 po/or.po                                           | 10240 ++++++++---------
 po/pa.gmo                                          |   Bin 996409 -> 985500 bytes
 po/pa.po                                           | 10279 ++++++++---------
 po/pl.gmo                                          |   Bin 314502 -> 314502 bytes
 po/pl.po                                           | 10157 ++++++++---------
 po/pt.gmo                                          |   Bin 31711 -> 31711 bytes
 po/pt.po                                           | 10089 ++++++++---------
 po/pt_BR.gmo                                       |   Bin 745594 -> 738129 bytes
 po/pt_BR.po                                        | 10340 +++++++++---------
 po/ro.gmo                                          |   Bin 16917 -> 16917 bytes
 po/ro.po                                           | 10115 ++++++++---------
 po/ru.gmo                                          |   Bin 763134 -> 753950 bytes
 po/ru.po                                           | 10307 +++++++++---------
 po/si.gmo                                          |   Bin 16875 -> 16875 bytes
 po/si.po                                           | 10115 ++++++++---------
 po/sk.gmo                                          |   Bin 16901 -> 16901 bytes
 po/sk.po                                           | 10115 ++++++++---------
 po/sl.gmo                                          |   Bin 16929 -> 16929 bytes
 po/sl.po                                           | 10115 ++++++++---------
 po/sq.gmo                                          |   Bin 16876 -> 16876 bytes
 po/sq.po                                           | 10115 ++++++++---------
 po/sr.gmo                                          |   Bin 72324 -> 72324 bytes
 po/sr.po                                           | 10144 ++++++++---------
 po/sr at latin.gmo                                    |   Bin 57135 -> 57135 bytes
 po/sr at latin.po                                     | 10144 ++++++++---------
 po/sv.gmo                                          |   Bin 64954 -> 64954 bytes
 po/sv.po                                           | 10125 ++++++++---------
 po/ta.gmo                                          |   Bin 1333213 -> 1319498 bytes
 po/ta.po                                           | 10333 +++++++++---------
 po/te.gmo                                          |   Bin 1111042 -> 1098645 bytes
 po/te.po                                           | 10283 ++++++++---------
 po/th.gmo                                          |   Bin 16865 -> 16865 bytes
 po/th.po                                           | 10115 ++++++++---------
 po/tr.gmo                                          |   Bin 16868 -> 16868 bytes
 po/tr.po                                           | 10115 ++++++++---------
 po/uk.gmo                                          |   Bin 1193116 -> 1202486 bytes
 po/uk.po                                           | 10894 ++++++++++---------
 po/ur.gmo                                          |   Bin 16872 -> 16872 bytes
 po/ur.po                                           | 10115 ++++++++---------
 po/vi.gmo                                          |   Bin 277404 -> 277404 bytes
 po/vi.po                                           | 10165 ++++++++---------
 po/vi_VN.gmo                                       |   Bin 277416 -> 277416 bytes
 po/vi_VN.po                                        | 10165 ++++++++---------
 po/zh_CN.gmo                                       |   Bin 642412 -> 635774 bytes
 po/zh_CN.po                                        | 10265 ++++++++---------
 po/zh_TW.gmo                                       |   Bin 21529 -> 21529 bytes
 po/zh_TW.po                                        | 10116 ++++++++---------
 po/zu.gmo                                          |   Bin 16872 -> 16872 bytes
 po/zu.po                                           | 10115 ++++++++---------
 src/Makefile.am                                    |   135 +-
 src/Makefile.in                                    |   955 +-
 src/access/viraccessapicheck.c                     |    26 +
 src/access/viraccessapicheck.h                     |     1 +
 src/bhyve/bhyve_driver.c                           |    32 +-
 src/conf/capabilities.c                            |    11 +-
 src/conf/cpu_conf.c                                |    20 +-
 src/conf/cpu_conf.h                                |     6 +-
 src/conf/device_conf.c                             |     8 +-
 src/conf/domain_conf.c                             |   759 +-
 src/conf/domain_conf.h                             |    64 +-
 src/conf/netdev_bandwidth_conf.c                   |    38 +-
 src/conf/netdev_bandwidth_conf.h                   |     7 +-
 src/conf/network_conf.c                            |   344 +-
 src/conf/network_conf.h                            |    23 +-
 src/conf/networkcommon_conf.c                      |   415 +
 src/conf/networkcommon_conf.h                      |    72 +
 src/conf/nwfilter_conf.c                           |    26 +
 src/conf/nwfilter_conf.h                           |     4 +
 src/conf/snapshot_conf.c                           |     9 +-
 src/conf/storage_conf.c                            |    15 +-
 src/cpu/cpu.c                                      |     2 +-
 src/cpu/cpu_s390.c                                 |     7 +-
 src/driver-hypervisor.h                            |     5 +
 src/esx/esx_driver.c                               |    28 +-
 src/hyperv/hyperv_driver.c                         |     3 +-
 src/internal.h                                     |    10 +
 src/libvirt-domain.c                               |    63 +-
 src/libvirt_private.syms                           |    25 +-
 src/libvirt_probes.d                               |     5 +
 src/libvirt_public.syms                            |     5 +
 src/libvirt_xenxlconfig.syms                       |    12 +
 src/libxl/libxl_domain.c                           |    49 +-
 src/libxl/libxl_driver.c                           |    94 +-
 src/libxl/libxl_migration.c                        |     6 +-
 src/locking/lock_daemon_config.c                   |    24 +-
 src/locking/lock_driver_lockd.c                    |     4 +-
 src/locking/lock_driver_sanlock.c                  |     6 +-
 src/lxc/lxc_cgroup.c                               |     1 +
 src/lxc/lxc_conf.c                                 |     6 +-
 src/lxc/lxc_container.c                            |   116 +-
 src/lxc/lxc_driver.c                               |    56 +-
 src/lxc/lxc_native.c                               |   217 +-
 src/lxc/lxc_process.c                              |    28 +-
 src/network/bridge_driver.c                        |    59 +-
 src/node_device/node_device_udev.c                 |     5 +-
 src/nwfilter/nwfilter_ebiptables_driver.c          |    80 +
 src/openvz/openvz_conf.c                           |     2 +-
 src/openvz/openvz_driver.c                         |    48 +-
 src/parallels/parallels_driver.c                   |  2477 +----
 src/parallels/parallels_sdk.c                      |  2772 ++++-
 src/parallels/parallels_sdk.h                      |    25 +
 src/parallels/parallels_utils.h                    |    11 +
 src/phyp/phyp_driver.c                             |    13 +-
 src/qemu/THREADS.txt                               |    45 +-
 src/qemu/qemu_cgroup.c                             |    93 +-
 src/qemu/qemu_cgroup.h                             |     9 +-
 src/qemu/qemu_command.c                            |   213 +-
 src/qemu/qemu_command.h                            |    12 +-
 src/qemu/qemu_conf.c                               |    58 +-
 src/qemu/qemu_domain.c                             |   109 +-
 src/qemu/qemu_domain.h                             |    21 +-
 src/qemu/qemu_driver.c                             |  1594 +--
 src/qemu/qemu_hotplug.c                            |   328 +-
 src/qemu/qemu_hotplug.h                            |     8 +-
 src/qemu/qemu_interface.c                          |   194 +
 .../parallels_sdk.h => qemu/qemu_interface.h}      |    22 +-
 src/qemu/qemu_migration.c                          |   260 +-
 src/qemu/qemu_migration.h                          |    10 +-
 src/qemu/qemu_monitor.c                            |   232 +-
 src/qemu/qemu_monitor.h                            |    10 +-
 src/qemu/qemu_monitor_json.c                       |   350 +-
 src/qemu/qemu_monitor_json.h                       |     9 +-
 src/qemu/qemu_process.c                            |   368 +-
 src/remote/remote_client_bodies.h                  |    29 +
 src/remote/remote_driver.c                         |     1 +
 src/remote/remote_protocol.c                       |    32 +-
 src/remote/remote_protocol.h                       |    16 +
 src/remote/remote_protocol.x                       |    19 +-
 src/remote_protocol-structs                        |     8 +
 src/security/security_apparmor.c                   |     2 +-
 src/security/security_dac.c                        |    83 +-
 src/security/security_selinux.c                    |    50 +-
 src/security/virt-aa-helper.c                      |     3 +-
 src/storage/storage_backend_disk.c                 |     7 +-
 src/storage/storage_backend_logical.c              |     1 +
 src/test/test_driver.c                             |    42 +-
 src/uml/uml_conf.c                                 |     2 +-
 src/uml/uml_driver.c                               |    35 +-
 src/util/vircgroup.c                               |    40 +-
 src/util/vircgroup.h                               |     6 +-
 src/util/virclosecallbacks.c                       |     7 +-
 src/util/virconf.c                                 |    16 +-
 src/util/virconf.h                                 |    29 +-
 src/util/virdbus.c                                 |    26 +-
 src/util/virerror.c                                |     6 +
 src/util/virfile.c                                 |    77 +-
 src/util/virfirewall.c                             |     9 +
 src/util/virfirewall.h                             |     2 +
 src/util/virhostdev.c                              |    91 +-
 src/util/viriscsi.c                                |    13 +-
 src/util/virnetdev.c                               |   332 +-
 src/util/virnetdev.h                               |    14 +-
 src/util/virnetdevbridge.c                         |     9 +
 src/util/virnetdevmacvlan.c                        |     8 +-
 src/util/virnetdevmacvlan.h                        |     2 +
 src/util/virnetdevtap.c                            |     8 +-
 src/util/virnetdevtap.h                            |     4 +-
 src/util/virnetlink.c                              |    52 +-
 src/util/virnetlink.h                              |     2 +
 src/util/virnuma.c                                 |    28 +
 src/util/virnuma.h                                 |     1 +
 src/util/virpci.c                                  |    26 +
 src/util/virpci.h                                  |     1 +
 src/util/virprobe.h                                |    10 +-
 src/util/virprocess.c                              |     1 +
 src/util/virsocketaddr.c                           |     8 +
 src/util/virsocketaddr.h                           |     4 +
 src/util/virstoragefile.c                          |    21 +-
 src/util/virstoragefile.h                          |     3 +-
 src/util/virsysinfo.c                              |     2 +-
 src/util/virsystemd.c                              |   122 +-
 src/util/virsystemd.h                              |     2 +
 src/util/virxml.c                                  |    79 +
 src/util/virxml.h                                  |     5 +
 src/vbox/vbox_common.c                             |    46 +-
 src/virtlockd.8.in                                 |     4 +-
 src/vmware/vmware_driver.c                         |    30 +-
 src/vmx/vmx.c                                      |    10 +-
 src/xen/xen_driver.c                               |    32 +-
 src/xen/xend_internal.c                            |     6 +-
 src/xen/xm_internal.c                              |     4 +-
 src/xenapi/xenapi_driver.c                         |    27 +-
 src/xenconfig/xen_common.c                         |   192 +-
 src/xenconfig/xen_common.h                         |    24 +-
 src/xenconfig/xen_sxpr.c                           |    26 +-
 src/xenconfig/xen_xl.c                             |   515 +
 .../parallels_sdk.h => xenconfig/xen_xl.h}         |    23 +-
 tests/Makefile.am                                  |    11 +
 tests/Makefile.in                                  |   285 +-
 tests/bhyvexml2argvtest.c                          |     2 +-
 tests/bhyvexml2xmltest.c                           |     4 +-
 tests/capabilityschemadata/caps-qemu-kvm.xml       |    36 +-
 tests/capabilityschemadata/caps-test.xml           |     6 +-
 tests/capabilityschemadata/caps-test2.xml          |     6 +-
 tests/cputest.c                                    |    11 +-
 .../domain-parallels-ct-simple.xml                 |     5 +
 tests/domainsnapshotxml2xmltest.c                  |     2 +-
 tests/libvirtdconftest.c                           |     9 +-
 .../lxcconf2xmldata/lxcconf2xml-physnetwork.config |     4 +
 tests/lxcconf2xmldata/lxcconf2xml-physnetwork.xml  |     4 +
 tests/lxcconf2xmldata/lxcconf2xml-simple.config    |     4 +
 tests/lxcconf2xmldata/lxcconf2xml-simple.xml       |     4 +
 tests/lxcxml2xmldata/lxc-hostdev.xml               |     4 +
 tests/lxcxml2xmldata/lxc-idmap.xml                 |     4 +
 tests/lxcxml2xmltest.c                             |     4 +-
 .../nat-network-dns-local-domain.conf              |    14 +
 .../nat-network-dns-local-domain.xml               |     9 +
 tests/networkxml2conftest.c                        |     1 +
 tests/networkxml2firewalltest.c                    |     2 +
 tests/nwfilterebiptablestest.c                     |     3 +
 tests/nwfilterxml2firewalldata/ipv6-linux.args     |    16 +
 tests/nwfilterxml2firewalldata/ipv6.xml            |    38 +
 tests/nwfilterxml2firewalltest.c                   |     2 +
 tests/nwfilterxml2xmlin/ipv6-test.xml              |    38 +
 tests/nwfilterxml2xmlout/ipv6-test.xml             |    12 +
 tests/openvzutilstest.c                            |     4 +-
 tests/qemuagenttest.c                              |     2 +-
 tests/qemuargv2xmltest.c                           |     2 +-
 tests/qemuhotplugtest.c                            |    12 +-
 .../qemuxml2argv-cpu-host-model-features.xml       |    33 +
 ...qemuxml2argv-cpu-host-passthrough-features.args |    22 +
 .../qemuxml2argv-cpu-host-passthrough-features.xml |    37 +
 .../qemuxml2argv-hugepages-pages3.args             |     3 +-
 .../qemuxml2argv-hugepages-pages6.args             |     4 +
 .../qemuxml2argv-hugepages-pages6.xml              |    32 +
 .../qemuxml2argv-numatune-memnode-no-memory.args   |     3 +-
 tests/qemuxml2argvdata/qemuxml2argv-pci-many.args  |    63 +
 tests/qemuxml2argvdata/qemuxml2argv-pci-many.xml   |   214 +
 .../qemuxml2argv-pmu-feature-off.args              |     5 +
 .../qemuxml2argv-pmu-feature-off.xml               |    25 +
 .../qemuxml2argvdata/qemuxml2argv-pmu-feature.args |     5 +
 .../qemuxml2argvdata/qemuxml2argv-pmu-feature.xml  |    25 +
 .../qemuxml2argv-video-qxl-device-vgamem.args      |     2 +-
 .../qemuxml2argv-video-qxl-sec-device-vgamem.args  |     4 +-
 tests/qemuxml2argvtest.c                           |     9 +-
 .../qemuxml2xmlout-pmu-feature.xml                 |    25 +
 tests/qemuxml2xmltest.c                            |    14 +-
 tests/qemuxmlnstest.c                              |     2 +-
 tests/sexpr2xmldata/sexpr2xml-bridge-ipaddr.xml    |     2 +-
 tests/sexpr2xmldata/sexpr2xml-net-routed.xml       |     2 +-
 tests/storagepoolxml2xmltest.c                     |     2 +
 .../vol-gluster-dir-neg-uid.xml}                   |     0
 ...gluster-dir.xml => vol-gluster-dir-neg-uid.xml} |     4 +-
 tests/storagevolxml2xmlout/vol-gluster-dir.xml     |     4 +-
 tests/storagevolxml2xmlout/vol-sheepdog.xml        |     4 +-
 tests/storagevolxml2xmltest.c                      |     1 +
 tests/testutilsxen.c                               |    50 +
 tests/testutilsxen.h                               |     9 +-
 tests/virfirewalltest.c                            |     2 +
 tests/virnetdevbandwidthtest.c                     |    12 +-
 tests/virsystemdtest.c                             |    36 +
 tests/vmx2xmldata/vmx2xml-serial-device.vmx        |     2 +
 tests/vmx2xmldata/vmx2xml-serial-device.xml        |     4 +
 tests/vmx2xmltest.c                                |     2 +-
 tests/xencapsdata/xen-i686-pae-hvm.xml             |     6 +-
 tests/xencapsdata/xen-i686-pae.xml                 |     3 +-
 tests/xencapsdata/xen-i686.xml                     |     3 +-
 tests/xencapsdata/xen-ia64-be-hvm.xml              |     6 +-
 tests/xencapsdata/xen-ia64-be.xml                  |     3 +-
 tests/xencapsdata/xen-ia64-hvm.xml                 |     6 +-
 tests/xencapsdata/xen-ia64.xml                     |     3 +-
 tests/xencapsdata/xen-ppc64.xml                    |     3 +-
 tests/xencapsdata/xen-x86_64-hvm.xml               |     9 +-
 tests/xencapsdata/xen-x86_64.xml                   |     3 +-
 tests/xlconfigdata/test-new-disk.cfg               |    26 +
 tests/xlconfigdata/test-new-disk.xml               |    51 +
 tests/xlconfigdata/test-spice.cfg                  |    31 +
 tests/xlconfigdata/test-spice.xml                  |    46 +
 tests/{xmconfigtest.c => xlconfigtest.c}           |    88 +-
 .../xmconfigdata/test-fullvirt-default-feature.cfg |    23 +
 ...-hpet.xml => test-fullvirt-default-feature.xml} |     0
 tests/xmconfigtest.c                               |    24 +-
 tests/xml2sexprtest.c                              |     2 +-
 tests/xml2vmxtest.c                                |     2 +-
 tools/Makefile.in                                  |     3 +-
 tools/virsh-domain-monitor.c                       |    11 +-
 tools/virsh-domain.c                               |   125 +-
 tools/virsh-network.c                              |     6 +-
 tools/virsh-pool.c                                 |    18 +-
 tools/virsh-snapshot.c                             |    20 +-
 tools/virsh.1                                      |    50 +-
 tools/virsh.c                                      |    13 +-
 tools/virsh.pod                                    |    44 +-
 tools/virt-host-validate.1                         |     4 +-
 tools/virt-login-shell.1                           |     4 +-
 tools/virt-pki-validate.1                          |     4 +-
 tools/virt-sanlock-cleanup.8                       |     4 +-
 tools/virt-xml-validate.1                          |     4 +-
 tools/wireshark/Makefile.in                        |     3 +-
 tools/wireshark/src/Makefile.in                    |     3 +-
 1283 files changed, 418110 insertions(+), 380555 deletions(-)
 delete mode 100644 debian/patches/lxc-Don-t-crash-on-NULL-ifname_guest_actual.patch
 delete mode 100644 debian/patches/lxc-Move-setting-ifname_guest_actual-to-virLXCSetupI.patch
 create mode 100644 debian/patches/security/CVE-2015-0236-qemu-Check-ACLs-when-dumping-securi-14.patch
 create mode 100644 debian/patches/security/CVE-2015-0236-qemu-Check-ACLs-when-dumping-security-.patch
 copy gnulib/lib/{mbtowc.c => assure.h} (58%)
 create mode 100644 src/conf/networkcommon_conf.c
 create mode 100644 src/conf/networkcommon_conf.h
 create mode 100644 src/libvirt_xenxlconfig.syms
 create mode 100644 src/qemu/qemu_interface.c
 copy src/{parallels/parallels_sdk.h => qemu/qemu_interface.h} (59%)
 create mode 100644 src/xenconfig/xen_xl.c
 copy src/{parallels/parallels_sdk.h => xenconfig/xen_xl.h} (56%)
 create mode 100644 tests/networkxml2confdata/nat-network-dns-local-domain.conf
 create mode 100644 tests/networkxml2confdata/nat-network-dns-local-domain.xml
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-cpu-host-model-features.xml
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-cpu-host-passthrough-features.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-cpu-host-passthrough-features.xml
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-hugepages-pages6.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-hugepages-pages6.xml
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pci-many.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pci-many.xml
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pmu-feature-off.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pmu-feature-off.xml
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pmu-feature.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pmu-feature.xml
 create mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-pmu-feature.xml
 copy tests/{storagevolxml2xmlout/vol-gluster-dir.xml => storagevolxml2xmlin/vol-gluster-dir-neg-uid.xml} (100%)
 copy tests/storagevolxml2xmlout/{vol-gluster-dir.xml => vol-gluster-dir-neg-uid.xml} (83%)
 create mode 100644 tests/xlconfigdata/test-new-disk.cfg
 create mode 100644 tests/xlconfigdata/test-new-disk.xml
 create mode 100644 tests/xlconfigdata/test-spice.cfg
 create mode 100644 tests/xlconfigdata/test-spice.xml
 copy tests/{xmconfigtest.c => xlconfigtest.c} (70%)
 create mode 100644 tests/xmconfigdata/test-fullvirt-default-feature.cfg
 copy tests/xmconfigdata/{test-fullvirt-force-hpet.xml => test-fullvirt-default-feature.xml} (100%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt.git



More information about the Pkg-libvirt-commits mailing list