[Pkg-libvirt-commits] [libvirt] branch experimental updated (c7bf776 -> 6466e77)

Guido Guenther agx at moszumanska.debian.org
Mon Apr 7 10:42:59 UTC 2014


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

agx pushed a change to branch experimental
in repository libvirt.

      from  c7bf776   Update patches
       new  cca8c1e   New upstream version 1.2.3
       new  d7382f7   Merge tag 'upstream/1.2.3' into experimental
       new  11ad777   New patch Skip-vircgrouptest.patch
       new  448ab8c   Build-depend on libsystemd-daemon-dev on linux
       new  66f2a93   Refresh patches
       new  3038786   Fix test failures
       new  bbed2fd   Depend on libattr1-dev
       new  659fc63   Bump symbol versions
       new  618b64f   Adjust systemd installation to upstream changes
       new  1850e36   Bump standards version
       new  e934847   libvirt-guests: avoid bashism
       new  6466e77   Document changes and release 1.2.3-1

The 12 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 +
 ChangeLog                                          |  3637 ++++
 Makefile.in                                        |     1 +
 build-aux/git-log-fix                              |     9 +
 cfg.mk                                             |    61 +-
 config.h.in                                        |     4 +-
 configure                                          |   105 +-
 configure.ac                                       |    16 +-
 daemon/Makefile.in                                 |     1 +
 daemon/libvirtd-config.c                           |    26 +-
 daemon/libvirtd-config.h                           |     4 +-
 daemon/libvirtd.8.in                               |     2 +-
 daemon/libvirtd.aug                                |     1 +
 daemon/libvirtd.c                                  |    35 +-
 daemon/libvirtd.conf                               |    16 +-
 daemon/libvirtd.h                                  |     3 +-
 daemon/libvirtd.service.in                         |     1 +
 daemon/libvirtd.sysconf                            |    11 +-
 daemon/qemu_dispatch.h                             |    70 +
 daemon/remote.c                                    |   454 +-
 daemon/remote_dispatch.h                           |    61 +
 daemon/stream.c                                    |     6 +-
 daemon/test_libvirtd.aug.in                        |     3 +-
 debian/changelog                                   |    30 +
 debian/control                                     |     4 +-
 debian/libvirt-bin.install                         |     2 +-
 debian/libvirt0.symbols                            |     4 +-
 ...Allow-xen-toolstack-to-find-it-s-binaries.patch |     6 +-
 .../patches/Disable-failing-virnetsockettest.patch |     4 +-
 .../Don-t-fail-if-we-can-t-setup-avahi.patch       |     4 +-
 ...duce-udevadm-settle-timeout-to-10-seconds.patch |     4 +-
 debian/patches/Skip-vircgrouptest.patch            |    23 +
 .../Allow-libvirt-group-to-access-the-socket.patch |     4 +-
 .../debian/Debianize-systemd-service-files.patch   |     4 +-
 .../Don-t-enable-default-network-on-boot.patch     |     8 +-
 .../fix-Debian-specific-path-to-hvm-loader.patch   |     4 +-
 debian/patches/debian/remove-RHism.diff.patch      |     4 +-
 debian/patches/libvirt-guests-avoid-bashism.patch  |    29 +
 ...onitorTextGetMigrationStatus-to-intercept.patch |     6 +-
 debian/patches/series                              |     4 +
 ...-crash-when-creating-the-config-object-fa.patch |    37 +
 ...use-privileged-mode-if-Qemu-user-and-grou.patch |    63 +
 debian/rules                                       |     9 +-
 docs/Makefile.in                                   |     1 +
 docs/apibuild.py                                   |    30 +
 docs/apps.html                                     |     7 +
 docs/apps.html.in                                  |     9 +
 docs/cgroups.html                                  |     4 +-
 docs/cgroups.html.in                               |     4 +-
 docs/devhelp/libvirt-libvirt.html                  |    46 +-
 docs/devhelp/libvirt-virterror.html                |     3 +-
 docs/devhelp/libvirt.devhelp                       |     9 +
 docs/drvuml.html                                   |     2 +-
 docs/drvuml.html.in                                |     2 +-
 docs/formatnwfilter.html                           |     2 +-
 docs/formatnwfilter.html.in                        |    10 +
 docs/formatstorage.html                            |     6 +-
 docs/formatstorage.html.in                         |     6 +-
 docs/hacking.html                                  |    35 +-
 docs/hacking.html.in                               |    37 +-
 docs/html/libvirt-libvirt.html                     |    17 +-
 docs/html/libvirt-virterror.html                   |     2 +-
 docs/hvsupport.html                                |     2 +-
 docs/hvsupport.html.in                             |   616 +-
 docs/internals/command.html                        |    22 +-
 docs/internals/command.html.in                     |    22 +-
 docs/libvirt-api.xml                               |    59 +-
 docs/libvirt-qemu-api.xml                          |    71 +-
 docs/libvirt-qemu-refs.xml                         |   416 +-
 docs/libvirt-refs.xml                              |   159 +-
 docs/logging.html                                  |    52 +-
 docs/logging.html.in                               |    54 +-
 docs/news.html                                     |   422 +
 docs/news.html.in                                  |   434 +
 docs/schemas/Makefile.in                           |     1 +
 docs/schemas/capability.rng                        |     6 +
 docs/schemas/domaincommon.rng                      |     1 +
 docs/storage.html                                  |     8 +-
 docs/storage.html.in                               |     8 +-
 examples/apparmor/Makefile.am                      |     2 +
 examples/apparmor/Makefile.in                      |     3 +
 examples/apparmor/TEMPLATE                         |     2 +-
 examples/apparmor/libvirt-lxc                      |    17 +
 examples/apparmor/libvirt-qemu                     |     1 +
 examples/apparmor/usr.sbin.libvirtd                |     3 +
 examples/dominfo/Makefile.in                       |     1 +
 examples/dominfo/info1.c                           |     9 +-
 examples/domsuspend/Makefile.in                    |     1 +
 examples/domsuspend/suspend.c                      |     8 +-
 examples/hellolibvirt/Makefile.in                  |     1 +
 examples/hellolibvirt/hellolibvirt.c               |     8 +-
 examples/object-events/Makefile.in                 |     1 +
 examples/openauth/Makefile.in                      |     1 +
 examples/openauth/openauth.c                       |    10 +-
 examples/systemtap/Makefile.in                     |     1 +
 examples/xml/nwfilter/Makefile.in                  |     1 +
 gnulib/lib/Makefile.in                             |    43 +-
 gnulib/lib/gnulib.mk                               |     2 +-
 gnulib/lib/regex_internal.c                        |    15 +-
 gnulib/lib/stdint.in.h                             |     3 +-
 gnulib/lib/sys_types.in.h                          |     2 +
 gnulib/lib/unistd.in.h                             |    15 +
 gnulib/tests/Makefile.in                           |     1 +
 include/Makefile.in                                |     1 +
 include/libvirt/Makefile.in                        |     1 +
 include/libvirt/libvirt-qemu.h                     |    46 +-
 include/libvirt/libvirt.h                          |    38 +-
 include/libvirt/libvirt.h.in                       |    36 +-
 include/libvirt/virterror.h                        |     1 +
 libvirt.spec                                       |    34 +-
 libvirt.spec.in                                    |    32 +-
 m4/gnulib-comp.m4                                  |     1 +
 m4/spawn_h.m4                                      |    10 +-
 po/POTFILES.in                                     |     4 +-
 po/af.gmo                                          |   Bin 16830 -> 16830 bytes
 po/af.po                                           | 15995 +++++++--------
 po/am.gmo                                          |   Bin 16829 -> 16829 bytes
 po/am.po                                           | 15995 +++++++--------
 po/ar.gmo                                          |   Bin 16913 -> 16913 bytes
 po/ar.po                                           | 15995 +++++++--------
 po/as.gmo                                          |   Bin 1124589 -> 1116055 bytes
 po/as.po                                           | 16134 +++++++--------
 po/be.gmo                                          |   Bin 16904 -> 16904 bytes
 po/be.po                                           | 15995 +++++++--------
 po/bg.gmo                                          |   Bin 39398 -> 39398 bytes
 po/bg.po                                           | 16008 +++++++--------
 po/bn.gmo                                          |   Bin 16830 -> 16830 bytes
 po/bn.po                                           | 15995 +++++++--------
 po/bn_IN.gmo                                       |   Bin 443225 -> 439467 bytes
 po/bn_IN.po                                        | 16069 +++++++--------
 po/bo.gmo                                          |   Bin 455 -> 455 bytes
 po/bo.po                                           | 15978 +++++++--------
 po/bs.gmo                                          |   Bin 17908 -> 17908 bytes
 po/bs.po                                           | 15995 +++++++--------
 po/ca.gmo                                          |   Bin 36782 -> 36782 bytes
 po/ca.po                                           | 16018 +++++++--------
 po/cs.gmo                                          |   Bin 105500 -> 105429 bytes
 po/cs.po                                           | 15999 +++++++--------
 po/cy.gmo                                          |   Bin 16875 -> 16875 bytes
 po/cy.po                                           | 15995 +++++++--------
 po/da.gmo                                          |   Bin 23497 -> 23497 bytes
 po/da.po                                           | 16006 +++++++--------
 po/de.gmo                                          |   Bin 769450 -> 763357 bytes
 po/de.po                                           | 16151 +++++++--------
 po/el.gmo                                          |   Bin 28163 -> 28163 bytes
 po/el.po                                           | 16018 +++++++--------
 po/en_GB.gmo                                       |   Bin 712903 -> 707207 bytes
 po/en_GB.po                                        | 16121 +++++++--------
 po/es.gmo                                          |   Bin 764871 -> 758758 bytes
 po/es.po                                           | 16153 +++++++--------
 po/et.gmo                                          |   Bin 16830 -> 16830 bytes
 po/et.po                                           | 15995 +++++++--------
 po/eu_ES.gmo                                       |   Bin 16833 -> 16833 bytes
 po/eu_ES.po                                        | 15995 +++++++--------
 po/fa.gmo                                          |   Bin 16823 -> 16823 bytes
 po/fa.po                                           | 15995 +++++++--------
 po/fi.gmo                                          |   Bin 29536 -> 29536 bytes
 po/fi.po                                           | 16008 +++++++--------
 po/fr.gmo                                          |   Bin 129774 -> 129490 bytes
 po/fr.po                                           | 16009 +++++++--------
 po/gl.gmo                                          |   Bin 16830 -> 16830 bytes
 po/gl.po                                           | 15995 +++++++--------
 po/gu.gmo                                          |   Bin 1141391 -> 1132413 bytes
 po/gu.po                                           | 16110 +++++++--------
 po/he.gmo                                          |   Bin 16830 -> 16830 bytes
 po/he.po                                           | 15995 +++++++--------
 po/hi.gmo                                          |   Bin 650479 -> 644151 bytes
 po/hi.po                                           | 16082 +++++++--------
 po/hr.gmo                                          |   Bin 30501 -> 30501 bytes
 po/hr.po                                           | 16008 +++++++--------
 po/hu.gmo                                          |   Bin 25876 -> 25876 bytes
 po/hu.po                                           | 16006 +++++++--------
 po/hy.gmo                                          |   Bin 16830 -> 16830 bytes
 po/hy.po                                           | 15995 +++++++--------
 po/id.gmo                                          |   Bin 16672 -> 16672 bytes
 po/id.po                                           | 16008 +++++++--------
 po/is.gmo                                          |   Bin 16830 -> 16830 bytes
 po/is.po                                           | 15995 +++++++--------
 po/it.gmo                                          |   Bin 206005 -> 205457 bytes
 po/it.po                                           | 16049 +++++++--------
 po/ja.gmo                                          |   Bin 896018 -> 889080 bytes
 po/ja.po                                           | 16095 +++++++--------
 po/ka.gmo                                          |   Bin 16823 -> 16823 bytes
 po/ka.po                                           | 15995 +++++++--------
 po/kn.gmo                                          |   Bin 1266588 -> 1256202 bytes
 po/kn.po                                           | 16104 +++++++--------
 po/ko.gmo                                          |   Bin 430803 -> 427724 bytes
 po/ko.po                                           | 16089 +++++++--------
 po/ku.gmo                                          |   Bin 16830 -> 16830 bytes
 po/ku.po                                           | 15995 +++++++--------
 po/libvirt.pot                                     | 15980 +++++++--------
 po/lo.gmo                                          |   Bin 16823 -> 16823 bytes
 po/lo.po                                           | 15995 +++++++--------
 po/lt.gmo                                          |   Bin 16893 -> 16893 bytes
 po/lt.po                                           | 15995 +++++++--------
 po/lv.gmo                                          |   Bin 16865 -> 16865 bytes
 po/lv.po                                           | 15995 +++++++--------
 po/mk.gmo                                          |   Bin 36863 -> 36863 bytes
 po/mk.po                                           | 16008 +++++++--------
 po/ml.gmo                                          |   Bin 1359097 -> 1348610 bytes
 po/ml.po                                           | 16128 +++++++--------
 po/mr.gmo                                          |   Bin 1085533 -> 1076836 bytes
 po/mr.po                                           | 16106 +++++++--------
 po/ms.gmo                                          |   Bin 3156 -> 3156 bytes
 po/ms.po                                           | 15988 +++++++--------
 po/my.gmo                                          |   Bin 16823 -> 16823 bytes
 po/my.po                                           | 15995 +++++++--------
 po/nb.gmo                                          |   Bin 9818 -> 9818 bytes
 po/nb.po                                           | 15993 +++++++--------
 po/nl.gmo                                          |   Bin 298771 -> 297764 bytes
 po/nl.po                                           | 16072 +++++++--------
 po/nn.gmo                                          |   Bin 16830 -> 16830 bytes
 po/nn.po                                           | 15995 +++++++--------
 po/nso.gmo                                         |   Bin 16830 -> 16830 bytes
 po/nso.po                                          | 15995 +++++++--------
 po/or.gmo                                          |   Bin 873292 -> 867869 bytes
 po/or.po                                           | 16103 +++++++--------
 po/pa.gmo                                          |   Bin 1034621 -> 1026682 bytes
 po/pa.po                                           | 16063 +++++++--------
 po/pl.gmo                                          |   Bin 324008 -> 323020 bytes
 po/pl.po                                           | 16078 +++++++--------
 po/pt.gmo                                          |   Bin 32169 -> 32169 bytes
 po/pt.po                                           | 15997 +++++++--------
 po/pt_BR.gmo                                       |   Bin 775273 -> 769124 bytes
 po/pt_BR.po                                        | 16148 +++++++--------
 po/ro.gmo                                          |   Bin 16871 -> 16871 bytes
 po/ro.po                                           | 15995 +++++++--------
 po/ru.gmo                                          |   Bin 763916 -> 786977 bytes
 po/ru.po                                           | 16490 ++++++++--------
 po/si.gmo                                          |   Bin 16830 -> 16830 bytes
 po/si.po                                           | 15995 +++++++--------
 po/sk.gmo                                          |   Bin 16857 -> 16857 bytes
 po/sk.po                                           | 15995 +++++++--------
 po/sl.gmo                                          |   Bin 16882 -> 16882 bytes
 po/sl.po                                           | 15995 +++++++--------
 po/sq.gmo                                          |   Bin 16830 -> 16830 bytes
 po/sq.po                                           | 15995 +++++++--------
 po/sr.gmo                                          |   Bin 73418 -> 73348 bytes
 po/sr.po                                           | 16023 +++++++--------
 po/sr at latin.gmo                                    |   Bin 57949 -> 57894 bytes
 po/sr at latin.po                                     | 16023 +++++++--------
 po/sv.gmo                                          |   Bin 65646 -> 65582 bytes
 po/sv.po                                           | 16072 +++++++--------
 po/ta.gmo                                          |   Bin 1309696 -> 1299882 bytes
 po/ta.po                                           | 16118 +++++++--------
 po/te.gmo                                          |   Bin 1153510 -> 1145101 bytes
 po/te.po                                           | 16527 ++++++++--------
 po/th.gmo                                          |   Bin 16823 -> 16823 bytes
 po/th.po                                           | 15995 +++++++--------
 po/tr.gmo                                          |   Bin 16823 -> 16823 bytes
 po/tr.po                                           | 15995 +++++++--------
 po/uk.gmo                                          |   Bin 1096279 -> 1108804 bytes
 po/uk.po                                           | 16188 +++++++--------
 po/ur.gmo                                          |   Bin 16830 -> 16830 bytes
 po/ur.po                                           | 15995 +++++++--------
 po/vi.gmo                                          |   Bin 285710 -> 284792 bytes
 po/vi.po                                           | 16089 +++++++--------
 po/vi_VN.gmo                                       |   Bin 285769 -> 284852 bytes
 po/vi_VN.po                                        | 16089 +++++++--------
 po/zh_CN.gmo                                       |   Bin 592251 -> 661900 bytes
 po/zh_CN.po                                        | 19633 ++++++++++---------
 po/zh_TW.gmo                                       |   Bin 21732 -> 21732 bytes
 po/zh_TW.po                                        | 16006 +++++++--------
 po/zu.gmo                                          |   Bin 16830 -> 16830 bytes
 po/zu.po                                           | 15995 +++++++--------
 src/Makefile.am                                    |    26 +-
 src/Makefile.in                                    |   177 +-
 src/access/viraccessapicheck.c                     |    20 +
 src/access/viraccessapicheck.h                     |     1 +
 src/access/viraccessapicheckqemu.c                 |    66 +
 src/access/viraccessapicheckqemu.h                 |     3 +
 src/access/viraccessdriverpolkit.c                 |    16 +-
 src/access/viraccessmanager.c                      |     5 +-
 src/bhyve/bhyve_command.c                          |    99 +-
 src/bhyve/bhyve_command.h                          |     2 +-
 src/bhyve/bhyve_driver.c                           |   175 +-
 src/bhyve/bhyve_process.c                          |   106 +-
 src/bhyve/bhyve_process.h                          |     7 +-
 src/bhyve/bhyve_utils.h                            |     3 +
 src/conf/capabilities.c                            |   189 +-
 src/conf/cpu_conf.c                                |    23 +-
 src/conf/device_conf.c                             |     2 +-
 src/conf/domain_audit.c                            |    27 +-
 src/conf/domain_audit.h                            |     2 +-
 src/conf/domain_conf.c                             |  1455 +-
 src/conf/domain_conf.h                             |    91 +-
 src/conf/domain_event.c                            |   243 +-
 src/conf/domain_event.h                            |    23 +
 src/conf/domain_nwfilter.c                         |    13 +-
 src/conf/interface_conf.c                          |   231 +-
 src/conf/interface_conf.h                          |     2 +-
 src/conf/netdev_bandwidth_conf.c                   |    12 +-
 src/conf/netdev_vlan_conf.c                        |     8 +-
 src/conf/netdev_vport_profile_conf.c               |    10 +-
 src/conf/network_conf.c                            |   258 +-
 src/conf/network_conf.h                            |     4 +-
 src/conf/network_event.c                           |     4 +-
 src/conf/node_device_conf.c                        |   253 +-
 src/conf/node_device_conf.h                        |     2 +-
 src/conf/nwfilter_conf.c                           |   191 +-
 src/conf/nwfilter_conf.h                           |    10 +-
 src/conf/nwfilter_ipaddrmap.c                      |     4 +-
 src/conf/nwfilter_params.c                         |    41 +-
 src/conf/nwfilter_params.h                         |     2 +-
 src/conf/object_event.c                            |    62 +-
 src/conf/secret_conf.c                             |    22 +-
 src/conf/snapshot_conf.c                           |    67 +-
 src/conf/storage_conf.c                            |   267 +-
 src/conf/storage_conf.h                            |     3 +-
 src/conf/storage_encryption_conf.c                 |    12 +-
 src/conf/virchrdev.c                               |    12 +-
 src/cpu/cpu.c                                      |    10 +-
 src/cpu/cpu_arm.c                                  |    25 +-
 src/cpu/cpu_generic.c                              |     6 +-
 src/cpu/cpu_map.c                                  |    11 +-
 src/cpu/cpu_powerpc.c                              |    22 +-
 src/cpu/cpu_x86.c                                  |    52 +-
 src/datatypes.c                                    |   195 +-
 src/driver.c                                       |     6 +-
 src/driver.h                                       |    38 +-
 src/esx/esx_device_monitor.c                       |     2 -
 src/esx/esx_device_monitor.h                       |     1 -
 src/esx/esx_driver.c                               |   142 +-
 src/esx/esx_driver.h                               |     1 -
 src/esx/esx_interface_driver.c                     |     6 +-
 src/esx/esx_interface_driver.h                     |     1 -
 src/esx/esx_network_driver.c                       |    14 +-
 src/esx/esx_network_driver.h                       |     1 -
 src/esx/esx_nwfilter_driver.c                      |     2 -
 src/esx/esx_nwfilter_driver.h                      |     1 -
 src/esx/esx_private.h                              |     1 -
 src/esx/esx_secret_driver.c                        |     2 -
 src/esx/esx_secret_driver.h                        |     1 -
 src/esx/esx_storage_backend_iscsi.c                |    24 +-
 src/esx/esx_storage_backend_iscsi.h                |     1 -
 src/esx/esx_storage_backend_vmfs.c                 |    39 +-
 src/esx/esx_storage_backend_vmfs.h                 |     1 -
 src/esx/esx_storage_driver.c                       |     3 +-
 src/esx/esx_storage_driver.h                       |     1 -
 src/esx/esx_util.c                                 |     9 +-
 src/esx/esx_vi.c                                   |    89 +-
 src/esx/esx_vi.h                                   |     1 -
 src/esx/esx_vi_methods.c                           |     4 +-
 src/esx/esx_vi_methods.h                           |     1 -
 src/esx/esx_vi_types.c                             |    21 +-
 src/esx/esx_vi_types.h                             |     1 -
 src/fdstream.c                                     |    72 +-
 src/fdstream.h                                     |     5 +
 src/hyperv/hyperv_device_monitor.c                 |     2 -
 src/hyperv/hyperv_device_monitor.h                 |     1 -
 src/hyperv/hyperv_driver.c                         |    47 +-
 src/hyperv/hyperv_driver.h                         |     1 -
 src/hyperv/hyperv_interface_driver.c               |     2 -
 src/hyperv/hyperv_interface_driver.h               |     1 -
 src/hyperv/hyperv_network_driver.c                 |     2 -
 src/hyperv/hyperv_network_driver.h                 |     1 -
 src/hyperv/hyperv_nwfilter_driver.c                |     2 -
 src/hyperv/hyperv_nwfilter_driver.h                |     1 -
 src/hyperv/hyperv_private.h                        |     1 -
 src/hyperv/hyperv_secret_driver.c                  |     2 -
 src/hyperv/hyperv_secret_driver.h                  |     1 -
 src/hyperv/hyperv_storage_driver.c                 |     2 -
 src/hyperv/hyperv_storage_driver.h                 |     1 -
 src/hyperv/hyperv_util.c                           |     5 +-
 src/hyperv/hyperv_util.h                           |     1 -
 src/hyperv/hyperv_wmi.c                            |     8 +-
 src/hyperv/hyperv_wmi.h                            |     1 -
 src/hyperv/hyperv_wmi_classes.c                    |     1 -
 src/hyperv/hyperv_wmi_classes.h                    |     1 -
 src/hyperv/openwsman.h                             |     1 -
 src/interface/interface_backend_netcf.c            |    45 +-
 src/interface/interface_backend_udev.c             |    30 +-
 src/interface/interface_driver.c                   |     4 +-
 src/internal.h                                     |    79 +-
 src/libvirt-lxc.c                                  |    23 +-
 src/libvirt-qemu.c                                 |   132 +-
 src/libvirt.c                                      |   796 +-
 src/libvirt_private.syms                           |    59 +-
 src/libvirt_public.syms                            |     5 +
 src/libvirt_qemu.syms                              |     6 +
 src/libxl/libxl_conf.c                             |   187 +-
 src/libxl/libxl_conf.h                             |    11 +-
 src/libxl/libxl_domain.c                           |   720 +-
 src/libxl/libxl_domain.h                           |    50 +-
 src/libxl/libxl_driver.c                           |  1438 +-
 src/locking/domain_lock.c                          |    31 +-
 src/locking/domain_lock.h                          |     2 +-
 src/locking/lock_daemon.c                          |    36 +-
 src/locking/lock_daemon_config.c                   |    10 +-
 src/locking/lock_daemon_config.h                   |     1 -
 src/locking/lock_daemon_dispatch.c                 |    21 +-
 src/locking/lock_driver_lockd.c                    |    52 +-
 src/locking/lock_driver_nop.c                      |     2 +
 src/locking/lock_driver_sanlock.c                  |    80 +-
 src/locking/lock_manager.c                         |     4 +-
 src/locking/sanlock_helper.c                       |    30 +-
 src/locking/virtlockd.conf                         |    10 +-
 src/lxc/lxc_cgroup.c                               |    37 +-
 src/lxc/lxc_conf.c                                 |     8 +-
 src/lxc/lxc_conf.h                                 |     5 +-
 src/lxc/lxc_container.c                            |    59 +-
 src/lxc/lxc_controller.c                           |   141 +-
 src/lxc/lxc_domain.c                               |     6 +-
 src/lxc/lxc_driver.c                               |   260 +-
 src/lxc/lxc_fuse.c                                 |    11 +-
 src/lxc/lxc_hostdev.c                              |   307 +-
 src/lxc/lxc_hostdev.h                              |     2 +-
 src/lxc/lxc_monitor.c                              |     6 +-
 src/lxc/lxc_native.c                               |    29 +-
 src/lxc/lxc_process.c                              |    41 +-
 src/network/bridge_driver.c                        |   231 +-
 src/network/bridge_driver.h                        |     2 +-
 src/network/bridge_driver_linux.c                  |    85 +-
 src/network/bridge_driver_nop.c                    |    42 -
 src/network/bridge_driver_platform.h               |    25 +-
 src/node_device/node_device_driver.c               |    29 +-
 src/node_device/node_device_driver.h               |     2 +-
 src/node_device/node_device_hal.c                  |     6 +-
 src/node_device/node_device_linux_sysfs.c          |     4 +-
 src/node_device/node_device_udev.c                 |    50 +-
 src/nodeinfo.c                                     |    55 +-
 src/nodeinfo.h                                     |     2 +-
 src/nwfilter/nwfilter_dhcpsnoop.c                  |    68 +-
 src/nwfilter/nwfilter_driver.c                     |    66 +-
 src/nwfilter/nwfilter_ebiptables_driver.c          |   724 +-
 src/nwfilter/nwfilter_gentech_driver.c             |    88 +-
 src/nwfilter/nwfilter_gentech_driver.h             |     5 +-
 src/nwfilter/nwfilter_learnipaddr.c                |    51 +-
 src/openvz/openvz_conf.c                           |    53 +-
 src/openvz/openvz_conf.h                           |     2 +-
 src/openvz/openvz_driver.c                         |   142 +-
 src/openvz/openvz_util.c                           |     4 +-
 src/openvz/openvz_util.h                           |     2 +-
 src/parallels/parallels_driver.c                   |   113 +-
 src/parallels/parallels_driver.h                   |     2 +-
 src/parallels/parallels_network.c                  |    24 +-
 src/parallels/parallels_storage.c                  |   100 +-
 src/parallels/parallels_utils.c                    |     2 +-
 src/phyp/phyp_driver.c                             |   123 +-
 src/phyp/phyp_driver.h                             |     2 +-
 src/qemu/qemu.conf                                 |    10 +-
 src/qemu/qemu_agent.c                              |    35 +-
 src/qemu/qemu_bridge_filter.c                      |   104 -
 src/qemu/qemu_bridge_filter.h                      |    37 -
 src/qemu/qemu_capabilities.c                       |   592 +-
 src/qemu/qemu_capabilities.h                       |     9 +
 src/qemu/qemu_cgroup.c                             |    42 +-
 src/qemu/qemu_command.c                            |   646 +-
 src/qemu/qemu_command.h                            |     3 +-
 src/qemu/qemu_conf.c                               |   216 +-
 src/qemu/qemu_conf.h                               |    13 +-
 src/qemu/qemu_domain.c                             |   168 +-
 src/qemu/qemu_domain.h                             |     4 +
 src/qemu/qemu_driver.c                             |  1283 +-
 src/qemu/qemu_driver.h                             |     2 +-
 src/qemu/qemu_hostdev.c                            |  1205 +-
 src/qemu/qemu_hostdev.h                            |    37 +-
 src/qemu/qemu_hotplug.c                            |   324 +-
 src/qemu/qemu_migration.c                          |   226 +-
 src/qemu/qemu_migration.h                          |     3 +-
 src/qemu/qemu_monitor.c                            |    89 +-
 src/qemu/qemu_monitor.h                            |    23 +-
 src/qemu/qemu_monitor_json.c                       |   250 +-
 src/qemu/qemu_monitor_json.h                       |    11 +-
 src/qemu/qemu_monitor_text.c                       |   126 +-
 src/qemu/qemu_process.c                            |   179 +-
 src/qemu/test_libvirtd_qemu.aug.in                 |     2 +-
 src/qemu_protocol-structs                          |    22 +
 src/remote/qemu_protocol.c                         |    50 +
 src/remote/qemu_protocol.h                         |    38 +
 src/remote/qemu_protocol.x                         |    50 +-
 src/remote/remote_client_bodies.h                  |    27 +
 src/remote/remote_driver.c                         |   434 +-
 src/remote/remote_driver.h                         |     2 +-
 src/remote/remote_protocol.c                       |    15 +
 src/remote/remote_protocol.h                       |    11 +
 src/remote/remote_protocol.x                       |    15 +-
 src/remote_protocol-structs                        |     7 +
 src/rpc/gendispatch.pl                             |    13 +-
 src/rpc/virkeepalive.c                             |     9 +-
 src/rpc/virnetclient.c                             |    50 +-
 src/rpc/virnetclientprogram.c                      |     8 +-
 src/rpc/virnetclientstream.c                       |    16 +-
 src/rpc/virnetmessage.c                            |    20 +-
 src/rpc/virnetsaslcontext.c                        |    30 +-
 src/rpc/virnetserver.c                             |   207 +-
 src/rpc/virnetserver.h                             |     4 +
 src/rpc/virnetserverclient.c                       |    26 +-
 src/rpc/virnetservermdns.c                         |     2 +
 src/rpc/virnetservermdns.h                         |     2 +-
 src/rpc/virnetserverprogram.c                      |    10 +-
 src/rpc/virnetserverservice.c                      |    12 +-
 src/rpc/virnetsocket.c                             |    38 +-
 src/rpc/virnetsshsession.c                         |    28 +-
 src/rpc/virnettlscontext.c                         |    36 +-
 src/secret/secret_driver.c                         |    50 +-
 src/security/security_apparmor.c                   |    66 +-
 src/security/security_dac.c                        |    32 +-
 src/security/security_driver.c                     |     2 +
 src/security/security_manager.c                    |     3 +-
 src/security/security_selinux.c                    |    56 +-
 src/security/security_stack.c                      |     8 +-
 src/security/virt-aa-helper.c                      |   146 +-
 src/storage/storage_backend.c                      |   483 +-
 src/storage/storage_backend.h                      |    41 +-
 src/storage/storage_backend_disk.c                 |    68 +-
 src/storage/storage_backend_fs.c                   |    52 +-
 src/storage/storage_backend_gluster.c              |    30 +-
 src/storage/storage_backend_iscsi.c                |   522 +-
 src/storage/storage_backend_iscsi.h                |     4 -
 src/storage/storage_backend_logical.c              |    94 +-
 src/storage/storage_backend_mpath.c                |    50 +-
 src/storage/storage_backend_mpath.h                |     2 +-
 src/storage/storage_backend_rbd.c                  |    27 +-
 src/storage/storage_backend_scsi.c                 |    71 +-
 src/storage/storage_backend_sheepdog.c             |    11 +-
 src/storage/storage_backend_sheepdog.h             |     2 +-
 src/storage/storage_driver.c                       |   368 +-
 src/test/test_driver.c                             |   484 +-
 src/test/test_driver.h                             |     2 +-
 src/uml/uml_conf.c                                 |    12 +-
 src/uml/uml_conf.h                                 |     2 +-
 src/uml/uml_driver.c                               |   165 +-
 src/util/iohelper.c                                |     6 +-
 src/util/viralloc.c                                |     2 +
 src/util/virarch.c                                 |     2 +
 src/util/viratomic.c                               |     2 +-
 src/util/viraudit.c                                |     9 +-
 src/util/viraudit.h                                |    10 +-
 src/util/virauth.c                                 |     8 +-
 src/util/virauthconfig.c                           |     7 +-
 src/util/virbitmap.c                               |     4 +-
 src/util/vircgroup.c                               |    81 +-
 src/util/virclosecallbacks.c                       |     6 +-
 src/util/vircommand.c                              |   468 +-
 src/util/vircommand.h                              |    25 +-
 src/util/vircommandpriv.h                          |    43 +
 src/util/virconf.c                                 |     9 +-
 src/util/vircrypto.c                               |    78 +
 src/{hyperv/hyperv_private.h => util/vircrypto.h}  |    33 +-
 src/util/virdbus.c                                 |   506 +-
 src/util/virdbus.h                                 |    28 +
 src/util/virdbuspriv.h                             |     1 -
 src/util/virdnsmasq.c                              |    11 +-
 src/util/virebtables.c                             |   240 +-
 src/util/virebtables.h                             |    26 +-
 src/util/virerror.c                                |    25 +-
 src/util/virerror.h                                |     2 +-
 src/util/virevent.c                                |     2 +
 src/util/vireventpoll.c                            |    36 +-
 src/util/vireventpoll.h                            |     2 +-
 src/util/virfile.c                                 |    87 +-
 src/util/virfile.h                                 |     2 +-
 src/util/virhash.c                                 |     2 +
 src/util/virhook.c                                 |    13 +-
 src/{qemu/qemu_hostdev.c => util/virhostdev.c}     |  1480 +-
 src/util/virhostdev.h                              |   158 +
 src/util/viridentity.c                             |    27 +-
 src/util/virinitctl.c                              |     2 +-
 src/util/viriptables.c                             |    10 +-
 src/util/viriscsi.c                                |   498 +
 src/util/viriscsi.h                                |    64 +
 src/util/virjson.c                                 |    17 +-
 src/util/virkeyfile.c                              |    10 +-
 src/util/virkmod.c                                 |     6 +-
 src/util/virlockspace.c                            |    40 +-
 src/util/virlog.c                                  |   397 +-
 src/util/virlog.h                                  |    49 +-
 src/util/virnetdev.c                               |    66 +-
 src/util/virnetdev.h                               |     6 +-
 src/util/virnetdevbandwidth.c                      |    10 +-
 src/util/virnetdevbridge.c                         |    26 +-
 src/util/virnetdevmacvlan.c                        |    23 +-
 src/util/virnetdevopenvswitch.c                    |     8 +-
 src/util/virnetdevtap.c                            |    97 +-
 src/util/virnetdevtap.h                            |     9 +
 src/util/virnetdevveth.c                           |    10 +-
 src/util/virnetdevvportprofile.c                   |    23 +-
 src/util/virnetlink.c                              |    14 +-
 src/util/virnodesuspend.c                          |    10 +-
 src/util/virnuma.c                                 |     6 +-
 src/util/virobject.c                               |     5 +-
 src/util/virpci.c                                  |   104 +-
 src/util/virpci.h                                  |     9 +-
 src/util/virpidfile.c                              |    24 +-
 src/util/virpidfile.h                              |     2 +
 src/util/virportallocator.c                        |     6 +-
 src/util/virprobe.h                                |   100 +
 src/util/virprocess.c                              |   139 +-
 src/util/virprocess.h                              |     8 +-
 src/util/virrandom.c                               |     7 +-
 src/util/virscsi.c                                 |    52 +-
 src/util/virscsi.h                                 |     7 +-
 src/util/virsexpr.c                                |     4 +-
 src/util/virsocketaddr.c                           |    31 +-
 src/util/virstoragefile.c                          |    30 +-
 src/util/virstring.c                               |     6 +-
 src/util/virsysinfo.c                              |   104 +-
 src/util/virsystemd.c                              |    15 +-
 src/util/virthread.c                               |     7 +-
 src/util/virthreadpool.c                           |     9 +-
 src/util/virtpm.c                                  |     2 +-
 src/util/virtypedparam.c                           |    24 +-
 src/util/viruri.c                                  |     6 +-
 src/util/virusb.c                                  |    37 +-
 src/util/virusb.h                                  |     8 +-
 src/util/virutil.c                                 |    75 +-
 src/util/virutil.h                                 |    16 +-
 src/util/viruuid.c                                 |     9 +-
 src/util/virxml.c                                  |     8 +-
 src/util/virxml.h                                  |     2 +-
 src/vbox/vbox_MSCOMGlue.c                          |     9 +-
 src/vbox/vbox_MSCOMGlue.h                          |     1 -
 src/vbox/vbox_XPCOMCGlue.c                         |     3 +-
 src/vbox/vbox_driver.c                             |     6 +-
 src/vbox/vbox_glue.c                               |     1 -
 src/vbox/vbox_glue.h                               |     1 -
 src/vbox/vbox_tmpl.c                               |   444 +-
 src/virtlockd.8.in                                 |     2 +-
 src/vmware/vmware_conf.c                           |    32 +-
 src/vmware/vmware_conf.h                           |     6 +-
 src/vmware/vmware_driver.c                         |    38 +-
 src/vmx/vmx.c                                      |   175 +-
 src/vmx/vmx.h                                      |     1 -
 src/xen/xen_driver.c                               |   152 +-
 src/xen/xen_driver.h                               |     4 +-
 src/xen/xen_hypervisor.c                           |    13 +-
 src/xen/xen_hypervisor.h                           |     2 +-
 src/xen/xen_inotify.c                              |    21 +-
 src/xen/xen_inotify.h                              |     2 +-
 src/xen/xend_internal.c                            |    59 +-
 src/xen/xm_internal.c                              |    60 +-
 src/xen/xs_internal.c                              |    33 +-
 src/xen/xs_internal.h                              |     2 +-
 src/xenapi/xenapi_driver.c                         |    16 +-
 src/xenapi/xenapi_driver.h                         |     2 +-
 src/xenapi/xenapi_utils.c                          |    15 +-
 src/xenxs/xen_sxpr.c                               |   172 +-
 src/xenxs/xen_xm.c                                 |   185 +-
 tests/Makefile.am                                  |   109 +-
 tests/Makefile.in                                  |   616 +-
 .../bhyvexml2argvdata/bhyvexml2argv-acpiapic.args  |     3 +
 tests/bhyvexml2argvdata/bhyvexml2argv-acpiapic.xml |    24 +
 tests/bhyvexml2argvdata/bhyvexml2argv-base.args    |     3 +
 tests/bhyvexml2argvdata/bhyvexml2argv-base.xml     |    20 +
 .../bhyvexml2argv-disk-virtio.args                 |     3 +
 .../bhyvexml2argv-disk-virtio.xml                  |    20 +
 tests/bhyvexml2argvdata/bhyvexml2argv-macaddr.args |     3 +
 tests/bhyvexml2argvdata/bhyvexml2argv-macaddr.xml  |    21 +
 tests/bhyvexml2argvmock.c                          |    49 +
 tests/bhyvexml2argvtest.c                          |   151 +
 tests/commandhelper.c                              |     7 +-
 tests/commandtest.c                                |   160 +-
 tests/cputest.c                                    |    18 +-
 tests/domainconftest.c                             |     4 +-
 tests/domainsnapshotxml2xmltest.c                  |     8 +-
 tests/esxutilstest.c                               |     4 +-
 tests/eventtest.c                                  |     2 +
 tests/fchosttest.c                                 |     8 +-
 tests/fdstreamtest.c                               |     6 +-
 tests/interfacexml2xmltest.c                       |     2 +-
 tests/jsontest.c                                   |     4 +-
 tests/libvirtdconftest.c                           |    13 +-
 tests/lxcconf2xmltest.c                            |     4 +-
 tests/lxcxml2xmltest.c                             |     4 +-
 tests/metadatatest.c                               |     4 +-
 .../nat-network-dns-srv-record-minimal.conf        |     2 +-
 .../nat-network-dns-srv-record.conf                |     8 +-
 .../nat-network-dns-srv-record.xml                 |     8 +-
 tests/networkxml2conftest.c                        |     4 +-
 tests/networkxml2xmltest.c                         |     4 +-
 tests/networkxml2xmlupdatetest.c                   |     6 +-
 tests/nodedevxml2xmltest.c                         |     2 +-
 tests/nodeinfotest.c                               |    10 +-
 tests/nwfilterxml2xmltest.c                        |     4 +-
 tests/objecteventtest.c                            |    16 +-
 tests/{object-locking.ml => objectlocking.ml}      |    10 +-
 tests/openvzutilstest.c                            |     4 +-
 tests/qemuagenttest.c                              |    18 +-
 tests/qemuargv2xmltest.c                           |     7 +-
 tests/qemucapabilitiestest.c                       |     6 +-
 tests/qemucaps2xmldata/all_1.6.0-1.caps            |   142 +
 tests/qemucaps2xmldata/all_1.6.0-1.xml             |    31 +
 tests/qemucaps2xmldata/nodisksnapshot_1.6.0-1.caps |   141 +
 tests/qemucaps2xmldata/nodisksnapshot_1.6.0-1.xml  |    31 +
 tests/qemucaps2xmltest.c                           |   210 +
 tests/qemuhelptest.c                               |     2 +-
 tests/qemuhotplugtest.c                            |    13 +-
 ...qemuhotplug-console-compat-2+console-virtio.xml |    34 +-
 .../qemuhotplug-console-virtio.xml                 |     1 -
 tests/qemumonitorjsontest.c                        |   105 +-
 tests/qemumonitortestutils.c                       |    26 +-
 .../qemuxml2argv-console-compat-2.xml              |    32 +-
 ....args => qemuxml2argv-cputune-zero-shares.args} |     0
 .../qemuxml2argv-cputune-zero-shares.xml           |    35 +
 tests/qemuxml2argvtest.c                           |    19 +-
 tests/qemuxml2xmltest.c                            |     5 +-
 tests/qemuxmlnstest.c                              |     6 +-
 tests/reconnect.c                                  |     3 +-
 tests/secretxml2xmltest.c                          |     4 +-
 tests/securityselinuxhelper.c                      |   162 +-
 tests/securityselinuxhelperdata/lxc_contexts       |     5 +
 .../virtual_domain_context                         |     2 +
 .../virtual_image_context                          |     2 +
 tests/securityselinuxlabeltest.c                   |    19 +-
 tests/securityselinuxtest.c                        |     9 +-
 tests/sexpr2xmltest.c                              |     4 +-
 tests/shunloadhelper.c                             |     5 +-
 tests/sockettest.c                                 |    59 +-
 tests/statstest.c                                  |     5 +-
 tests/storagebackendsheepdogtest.c                 |     6 +-
 tests/storagepoolxml2xmltest.c                     |     4 +-
 tests/storagevolxml2argvtest.c                     |     6 +-
 tests/storagevolxml2xmltest.c                      |     4 +-
 tests/sysinfotest.c                                |     4 +-
 tests/test_conf.c                                  |     2 +-
 tests/testutils.c                                  |    25 +-
 tests/testutils.h                                  |     2 +-
 tests/testutilslxc.c                               |     5 +-
 tests/testutilslxc.h                               |     1 -
 tests/testutilsqemu.c                              |    15 +-
 tests/testutilsxen.c                               |     5 +-
 tests/testutilsxen.h                               |     1 -
 tests/virauthconfigtest.c                          |     8 +-
 tests/virbitmaptest.c                              |    18 +-
 tests/virbuftest.c                                 |     6 +-
 tests/vircapstest.c                                |     4 +-
 tests/vircgroupmock.c                              |     4 +-
 tests/vircgrouptest.c                              |    28 +-
 tests/vircryptotest.c                              |    90 +
 tests/virdbustest.c                                |   116 +-
 tests/virdrivermoduletest.c                        |     6 +-
 tests/virendiantest.c                              |     4 +-
 tests/virhashtest.c                                |    22 +-
 tests/virhostdevtest.c                             |   472 +
 tests/viridentitytest.c                            |    84 +-
 tests/viriscsitest.c                               |   220 +
 tests/virkeycodetest.c                             |     5 +-
 tests/virkeyfiletest.c                             |     7 +-
 tests/virkmodtest.c                                |    21 +-
 tests/virlockspacetest.c                           |    20 +-
 tests/virnetdevbandwidthtest.c                     |     8 +-
 tests/virnetmessagetest.c                          |    16 +-
 tests/virnetsockettest.c                           |    18 +-
 tests/virnettlscontexttest.c                       |     8 +-
 tests/virnettlshelpers.c                           |     2 +
 tests/virnettlssessiontest.c                       |     8 +-
 tests/virpcimock.c                                 |    18 +-
 tests/virpcitest.c                                 |    26 +-
 tests/virportallocatortest.c                       |    15 +-
 .../virscsidata/{0:0:0:0 => 0-0-0-0}/block/sda/dev |     0
 tests/virscsidata/{0:0:0:0 => 0-0-0-0}/model       |     0
 .../{0:0:0:0 => 0-0-0-0}/scsi_generic/sg0/dev      |     0
 tests/virscsidata/{0:0:0:0 => 0-0-0-0}/vendor      |     0
 .../virscsidata/{1:0:0:0 => 1-0-0-0}/block/sdh/dev |     0
 tests/virscsidata/{1:0:0:0 => 1-0-0-0}/model       |     0
 .../{1:0:0:0 => 1-0-0-0}/scsi_generic/sg8/dev      |     0
 tests/virscsidata/{1:0:0:0 => 1-0-0-0}/vendor      |     0
 tests/virscsitest.c                                |    74 +-
 tests/virsh-optparse                               |     4 +-
 tests/virshtest.c                                  |    58 +-
 tests/virstoragetest.c                             |     8 +-
 tests/virstringtest.c                              |    15 +-
 tests/virsystemdmock.c                             |    39 +-
 tests/virsystemdtest.c                             |    43 +-
 tests/virtimetest.c                                |     6 +-
 tests/viruritest.c                                 |     8 +-
 tests/virusbmock.c                                 |    99 +
 tests/virusbtest.c                                 |   293 +
 .../sys_bus_usb/devices/1-1.5.3.1/devnum}          |     0
 .../sys_bus_usb/devices/1-1.5.3.1/idProduct        |     1 +
 .../sys_bus_usb/devices/1-1.5.3.1/idVendor         |     1 +
 .../sys_bus_usb/devices/1-1.5.3.3/devnum}          |     0
 .../sys_bus_usb/devices/1-1.5.3.3/idProduct        |     1 +
 .../sys_bus_usb/devices/1-1.5.3.3/idVendor         |     1 +
 .../sys_bus_usb/devices/1-1.5.3/devnum}            |     0
 .../sys_bus_usb/devices/1-1.5.3/idProduct          |     1 +
 .../sys_bus_usb/devices/1-1.5.3/idVendor           |     1 +
 .../sys_bus_usb/devices/1-1.5.4/devnum             |     1 +
 .../sys_bus_usb/devices/1-1.5.4/idProduct          |     1 +
 .../sys_bus_usb/devices/1-1.5.4/idVendor           |     1 +
 .../sys_bus_usb/devices/1-1.5.5/devnum             |     1 +
 .../sys_bus_usb/devices/1-1.5.5/idProduct          |     1 +
 .../sys_bus_usb/devices/1-1.5.5/idVendor           |     1 +
 .../sys_bus_usb/devices/1-1.5.6/devnum             |     1 +
 .../sys_bus_usb/devices/1-1.5.6/idProduct          |     1 +
 .../sys_bus_usb/devices/1-1.5.6/idVendor           |     1 +
 .../sys_bus_usb/devices/1-1.5/devnum               |     1 +
 .../sys_bus_usb/devices/1-1.5/idProduct            |     1 +
 .../sys_bus_usb/devices/1-1.5/idVendor             |     1 +
 .../sys_bus_usb/devices/1-1.6/devnum}              |     0
 .../sys_bus_usb/devices/1-1.6/idProduct            |     1 +
 .../sys_bus_usb/devices/1-1.6/idVendor             |     1 +
 .../virusbtestdata/sys_bus_usb/devices/1-1/devnum  |     0
 .../sys_bus_usb/devices/1-1/idProduct              |     1 +
 .../sys_bus_usb/devices/1-1/idVendor               |     1 +
 .../sys_bus_usb/devices/2-1.2/devnum}              |     0
 .../sys_bus_usb/devices/2-1.2/idProduct            |     1 +
 .../sys_bus_usb/devices/2-1.2/idVendor             |     1 +
 .../virusbtestdata/sys_bus_usb/devices/2-1/devnum  |     0
 .../sys_bus_usb/devices/2-1/idProduct              |     1 +
 .../sys_bus_usb/devices/2-1/idVendor               |     1 +
 .../sys_bus_usb/devices/usb1/devnum}               |     0
 .../sys_bus_usb/devices/usb1/idProduct}            |     0
 .../sys_bus_usb/devices/usb1/idVendor              |     1 +
 .../sys_bus_usb/devices/usb2/devnum}               |     0
 .../sys_bus_usb/devices/usb2/idProduct}            |     0
 .../sys_bus_usb/devices/usb2/idVendor              |     1 +
 .../sys_bus_usb/devices/usb3/devnum}               |     0
 .../sys_bus_usb/devices/usb3/idProduct}            |     0
 .../sys_bus_usb/devices/usb3/idVendor              |     1 +
 .../sys_bus_usb/devices/usb4/devnum}               |     0
 .../sys_bus_usb/devices/usb4/idProduct             |     1 +
 .../sys_bus_usb/devices/usb4/idVendor              |     1 +
 tests/vmwarevertest.c                              |     2 +-
 tests/vmx2xmltest.c                                |     8 +-
 tests/xencapstest.c                                |    35 +-
 tests/xmconfigtest.c                               |     6 +-
 tests/xml2sexprtest.c                              |     5 +-
 tests/xml2vmxtest.c                                |     8 +-
 tools/Makefile.in                                  |     1 +
 tools/virsh-console.c                              |    11 +-
 tools/virsh-domain-monitor.c                       |    38 +-
 tools/virsh-domain.c                               |   476 +-
 tools/virsh-edit.c                                 |     6 +-
 tools/virsh-host.c                                 |    14 +-
 tools/virsh-interface.c                            |     8 +-
 tools/virsh-interface.h                            |     2 +-
 tools/virsh-network.c                              |    16 +-
 tools/virsh-network.h                              |     2 +-
 tools/virsh-nodedev.c                              |    14 +-
 tools/virsh-nwfilter.c                             |     8 +-
 tools/virsh-pool.c                                 |    56 +-
 tools/virsh-secret.c                               |    18 +-
 tools/virsh-snapshot.c                             |    58 +-
 tools/virsh-volume.c                               |    62 +-
 tools/virsh.1                                      |    91 +-
 tools/virsh.c                                      |   155 +-
 tools/virsh.h                                      |     5 +
 tools/virsh.pod                                    |    95 +-
 tools/virt-host-validate.1                         |     2 +-
 tools/virt-host-validate.c                         |     2 +-
 tools/virt-login-shell.1                           |    23 +-
 tools/virt-login-shell.c                           |   148 +-
 tools/virt-login-shell.pod                         |    25 +-
 tools/virt-pki-validate.1                          |     2 +-
 tools/virt-sanlock-cleanup.8                       |     2 +-
 tools/virt-xml-validate.1                          |     2 +-
 tools/wireshark/Makefile.in                        |     1 +
 tools/wireshark/src/Makefile.in                    |     1 +
 tools/wireshark/src/packet-libvirt.c               |     2 +-
 851 files changed, 650466 insertions(+), 615023 deletions(-)
 create mode 100644 build-aux/git-log-fix
 create mode 100644 debian/patches/Skip-vircgrouptest.patch
 create mode 100644 debian/patches/libvirt-guests-avoid-bashism.patch
 create mode 100644 debian/patches/tests-Don-t-crash-when-creating-the-config-object-fa.patch
 create mode 100644 debian/patches/tests-Only-use-privileged-mode-if-Qemu-user-and-grou.patch
 create mode 100644 examples/apparmor/libvirt-lxc
 delete mode 100644 src/qemu/qemu_bridge_filter.c
 delete mode 100644 src/qemu/qemu_bridge_filter.h
 create mode 100644 src/util/vircommandpriv.h
 create mode 100644 src/util/vircrypto.c
 copy src/{hyperv/hyperv_private.h => util/vircrypto.h} (58%)
 copy src/{qemu/qemu_hostdev.c => util/virhostdev.c} (58%)
 create mode 100644 src/util/virhostdev.h
 create mode 100644 src/util/viriscsi.c
 create mode 100644 src/util/viriscsi.h
 create mode 100644 src/util/virprobe.h
 create mode 100644 tests/bhyvexml2argvdata/bhyvexml2argv-acpiapic.args
 create mode 100644 tests/bhyvexml2argvdata/bhyvexml2argv-acpiapic.xml
 create mode 100644 tests/bhyvexml2argvdata/bhyvexml2argv-base.args
 create mode 100644 tests/bhyvexml2argvdata/bhyvexml2argv-base.xml
 create mode 100644 tests/bhyvexml2argvdata/bhyvexml2argv-disk-virtio.args
 create mode 100644 tests/bhyvexml2argvdata/bhyvexml2argv-disk-virtio.xml
 create mode 100644 tests/bhyvexml2argvdata/bhyvexml2argv-macaddr.args
 create mode 100644 tests/bhyvexml2argvdata/bhyvexml2argv-macaddr.xml
 create mode 100644 tests/bhyvexml2argvmock.c
 create mode 100644 tests/bhyvexml2argvtest.c
 rename tests/{object-locking.ml => objectlocking.ml} (98%)
 create mode 100644 tests/qemucaps2xmldata/all_1.6.0-1.caps
 create mode 100644 tests/qemucaps2xmldata/all_1.6.0-1.xml
 create mode 100644 tests/qemucaps2xmldata/nodisksnapshot_1.6.0-1.caps
 create mode 100644 tests/qemucaps2xmldata/nodisksnapshot_1.6.0-1.xml
 create mode 100644 tests/qemucaps2xmltest.c
 copy tests/qemuxml2argvdata/{qemuxml2argv-cputune.args => qemuxml2argv-cputune-zero-shares.args} (100%)
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-cputune-zero-shares.xml
 create mode 100644 tests/securityselinuxhelperdata/lxc_contexts
 create mode 100644 tests/securityselinuxhelperdata/virtual_domain_context
 create mode 100644 tests/securityselinuxhelperdata/virtual_image_context
 create mode 100644 tests/vircryptotest.c
 create mode 100644 tests/virhostdevtest.c
 create mode 100644 tests/viriscsitest.c
 rename tests/virscsidata/{0:0:0:0 => 0-0-0-0}/block/sda/dev (100%)
 rename tests/virscsidata/{0:0:0:0 => 0-0-0-0}/model (100%)
 rename tests/virscsidata/{0:0:0:0 => 0-0-0-0}/scsi_generic/sg0/dev (100%)
 rename tests/virscsidata/{0:0:0:0 => 0-0-0-0}/vendor (100%)
 rename tests/virscsidata/{1:0:0:0 => 1-0-0-0}/block/sdh/dev (100%)
 rename tests/virscsidata/{1:0:0:0 => 1-0-0-0}/model (100%)
 rename tests/virscsidata/{1:0:0:0 => 1-0-0-0}/scsi_generic/sg8/dev (100%)
 rename tests/virscsidata/{1:0:0:0 => 1-0-0-0}/vendor (100%)
 create mode 100644 tests/virusbmock.c
 create mode 100644 tests/virusbtest.c
 copy tests/{nodeinfodata/linux-test4/cpu/cpu13/topology/core_id => virusbtestdata/sys_bus_usb/devices/1-1.5.3.1/devnum} (100%)
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/1-1.5.3.1/idProduct
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/1-1.5.3.1/idVendor
 copy tests/{nodeinfodata/linux-test4/cpu/cpu14/topology/core_id => virusbtestdata/sys_bus_usb/devices/1-1.5.3.3/devnum} (100%)
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/1-1.5.3.3/idProduct
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/1-1.5.3.3/idVendor
 copy tests/{nodeinfodata/linux-test4/cpu/cpu12/topology/core_id => virusbtestdata/sys_bus_usb/devices/1-1.5.3/devnum} (100%)
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/1-1.5.3/idProduct
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/1-1.5.3/idVendor
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/1-1.5.4/devnum
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/1-1.5.4/idProduct
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/1-1.5.4/idVendor
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/1-1.5.5/devnum
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/1-1.5.5/idProduct
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/1-1.5.5/idVendor
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/1-1.5.6/devnum
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/1-1.5.6/idProduct
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/1-1.5.6/idVendor
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/1-1.5/devnum
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/1-1.5/idProduct
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/1-1.5/idVendor
 copy tests/{nodeinfodata/linux-test3/cpu/cpu20/topology/core_id => virusbtestdata/sys_bus_usb/devices/1-1.6/devnum} (100%)
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/1-1.6/idProduct
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/1-1.6/idVendor
 copy debian/pycompat => tests/virusbtestdata/sys_bus_usb/devices/1-1/devnum (100%)
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/1-1/idProduct
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/1-1/idVendor
 copy tests/{nodeinfodata/linux-test3/cpu/cpu16/topology/core_id => virusbtestdata/sys_bus_usb/devices/2-1.2/devnum} (100%)
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/2-1.2/idProduct
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/2-1.2/idVendor
 copy debian/pycompat => tests/virusbtestdata/sys_bus_usb/devices/2-1/devnum (100%)
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/2-1/idProduct
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/2-1/idVendor
 copy tests/{nodeinfodata/linux-test1/cpu/cpu0/online => virusbtestdata/sys_bus_usb/devices/usb1/devnum} (100%)
 copy tests/{nodeinfodata/linux-test4/cpu/cpu1/topology/thread_siblings => virusbtestdata/sys_bus_usb/devices/usb1/idProduct} (100%)
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/usb1/idVendor
 copy tests/{nodeinfodata/linux-test1/cpu/cpu0/online => virusbtestdata/sys_bus_usb/devices/usb2/devnum} (100%)
 copy tests/{nodeinfodata/linux-test4/cpu/cpu1/topology/thread_siblings => virusbtestdata/sys_bus_usb/devices/usb2/idProduct} (100%)
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/usb2/idVendor
 copy tests/{nodeinfodata/linux-test1/cpu/cpu0/online => virusbtestdata/sys_bus_usb/devices/usb3/devnum} (100%)
 copy tests/{nodeinfodata/linux-test4/cpu/cpu1/topology/thread_siblings => virusbtestdata/sys_bus_usb/devices/usb3/idProduct} (100%)
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/usb3/idVendor
 copy tests/{nodeinfodata/linux-test1/cpu/cpu0/online => virusbtestdata/sys_bus_usb/devices/usb4/devnum} (100%)
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/usb4/idProduct
 create mode 100644 tests/virusbtestdata/sys_bus_usb/devices/usb4/idVendor

-- 
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