[Pkg-libvirt-commits] [libvirt] 03/06: Merge tag 'debian/1.2.9-3' into bpo/wheezy

Guido Guenther agx at moszumanska.debian.org
Tue Oct 28 17:54:32 UTC 2014


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

agx pushed a commit to annotated tag debian/1.2.9-3_bpo70+1
in repository libvirt.

commit 20c83a443a644a292ec4bea11e39a54ab03a66bb
Merge: dee3962 6600443
Author: Guido Günther <agx at sigxcpu.org>
Date:   Sat Oct 18 14:15:10 2014 +0200

    Merge tag 'debian/1.2.9-3' into bpo/wheezy
    
    libvirt Debian release 1.2.9-3
    
    Conflicts:
    	debian/control

 AUTHORS                                            |     4 +
 ChangeLog                                          | 10508 +++++++-----
 Makefile.in                                        |     4 +
 cfg.mk                                             |    28 +-
 config.h.in                                        |    31 +-
 configure                                          |   191 +-
 configure.ac                                       |    26 +-
 daemon/Makefile.am                                 |     3 +-
 daemon/Makefile.in                                 |    13 +-
 daemon/libvirtd.8.in                               |     2 +-
 daemon/libvirtd.c                                  |    64 +-
 daemon/remote.c                                    |   323 +-
 daemon/remote_dispatch.h                           |   110 +
 daemon/stream.c                                    |     6 +-
 debian/README.Debian                               |     7 +-
 debian/changelog                                   |    54 +
 debian/control                                     |     3 +-
 debian/libvirt-bin.maintscript                     |     5 +
 debian/libvirt-daemon-system.NEWS                  |    12 +
 debian/libvirt-daemon-system.dirs                  |     2 +
 debian/libvirt-daemon-system.maintscript           |     1 +
 debian/libvirt0.symbols                            |     3 +-
 ...Allow-xen-toolstack-to-find-it-s-binaries.patch |     6 +-
 .../Don-t-fail-if-we-can-t-setup-avahi.patch       |     2 +-
 ...duce-udevadm-settle-timeout-to-10-seconds.patch |     4 +-
 .../Allow-libvirt-group-to-access-the-socket.patch |    67 -
 .../debian/Debianize-systemd-service-files.patch   |     2 +-
 .../Don-t-enable-default-network-on-boot.patch     |     8 +-
 .../debian/Use-sensible-editor-as-fallback.patch   |     4 +-
 .../fix-Debian-specific-path-to-hvm-loader.patch   |     4 +-
 debian/patches/debian/remove-RHism.diff.patch      |     2 +-
 ...onitorTextGetMigrationStatus-to-intercept.patch |     2 +-
 ...emove-capabilities.monitor.sock-when-done.patch |    23 -
 ...stemd-s-TerminateMachine-to-kill-all-proc.patch |   144 +
 ...33-qemu-blkiotune-Use-correct-definition-.patch |    43 -
 debian/patches/series                              |     4 +-
 debian/polkit/60-libvirt.pkla                      |     6 +
 debian/polkit/60-libvirt.rules                     |    13 +
 debian/python-libvirt.install                      |     2 -
 debian/python.mk                                   |    38 -
 debian/rules                                       |     9 +-
 debian/tests/control                               |     2 +
 debian/tests/smoke                                 |    14 +
 docs/Makefile.in                                   |     4 +
 docs/devhelp/libvirt-libvirt.html                  |   357 +-
 docs/devhelp/libvirt-virterror.html                |     3 +-
 docs/devhelp/libvirt.devhelp                       |    42 +
 docs/drvbhyve.html                                 |    17 +
 docs/drvbhyve.html.in                              |    16 +
 docs/drvlxc.html                                   |     2 +-
 docs/drvlxc.html.in                                |     2 +
 docs/formatdomain.html                             |   100 +-
 docs/formatdomain.html.in                          |   105 +-
 docs/formatdomaincaps.html                         |    36 +
 docs/formatdomaincaps.html.in                      |    46 +
 docs/formatstorage.html                            |     7 +-
 docs/formatstorage.html.in                         |     7 +-
 docs/formatstorageencryption.html                  |     2 +-
 docs/formatstorageencryption.html.in               |     2 +-
 docs/hacking.html                                  |    29 +
 docs/hacking.html.in                               |    31 +
 docs/hooks.html                                    |    12 +-
 docs/hooks.html.in                                 |    11 +
 docs/html/libvirt-libvirt.html                     |    83 +-
 docs/html/libvirt-virterror.html                   |     2 +-
 docs/hvsupport.html                                |     2 +-
 docs/hvsupport.html.in                             |    74 +-
 docs/libvirt-api.xml                               |   368 +-
 docs/libvirt-refs.xml                              |   898 +-
 docs/news.html                                     |   299 +
 docs/news.html.in                                  |   314 +
 docs/schemas/Makefile.in                           |     4 +
 docs/schemas/basictypes.rng                        |    19 +-
 docs/schemas/capability.rng                        |    10 +-
 docs/schemas/domaincaps.rng                        |    43 +-
 docs/schemas/domaincommon.rng                      |   377 +-
 docs/schemas/interface.rng                         |    19 +-
 docs/schemas/network.rng                           |    31 +-
 docs/schemas/nwfilter.rng                          |     5 +-
 docs/schemas/secret.rng                            |    10 +-
 docs/schemas/storagepool.rng                       |     8 +-
 docs/storage.html                                  |    26 +-
 docs/storage.html.in                               |    28 +-
 examples/apparmor/Makefile.in                      |     4 +
 examples/apparmor/libvirt-qemu                     |     3 +-
 examples/dominfo/Makefile.in                       |     4 +
 examples/dommigrate/Makefile.in                    |     4 +
 examples/domsuspend/Makefile.in                    |     4 +
 examples/domtop/Makefile.in                        |     4 +
 examples/hellolibvirt/Makefile.in                  |     4 +
 examples/lxcconvert/Makefile.in                    |     4 +
 examples/object-events/Makefile.in                 |     4 +
 examples/object-events/event-test.c                |    54 +-
 examples/openauth/Makefile.in                      |     4 +
 examples/systemtap/Makefile.in                     |     4 +
 examples/xml/nwfilter/Makefile.in                  |     4 +
 gnulib/lib/Makefile.in                             |     6 +
 gnulib/lib/getdtablesize.c                         |     8 +
 gnulib/lib/getpass.c                               |     2 +
 gnulib/lib/gnulib.mk                               |     2 +
 gnulib/lib/localcharset.c                          |    37 +-
 gnulib/lib/nl_langinfo.c                           |    20 +-
 gnulib/lib/regcomp.c                               |     8 +-
 gnulib/lib/regex_internal.c                        |     4 +-
 gnulib/lib/stdlib.in.h                             |    23 +
 gnulib/lib/sys_select.in.h                         |    15 +-
 gnulib/lib/vasnprintf.c                            |   174 +-
 gnulib/tests/Makefile.in                           |     4 +
 gnulib/tests/error.c                               |    19 +-
 gnulib/tests/localename.c                          |   102 +-
 gnulib/tests/localename.h                          |     8 +-
 gnulib/tests/test-open.h                           |     8 +-
 include/Makefile.in                                |     4 +
 include/libvirt/Makefile.in                        |     4 +
 include/libvirt/libvirt.h                          |   274 +-
 include/libvirt/libvirt.h.in                       |   272 +-
 include/libvirt/virterror.h                        |     2 +
 libvirt.spec                                       |    50 +-
 libvirt.spec.in                                    |    48 +-
 m4/extern-inline.m4                                |    31 +-
 m4/gnulib-common.m4                                |    48 +-
 m4/manywarnings.m4                                 |    30 +-
 m4/pthread.m4                                      |     4 +-
 m4/pthread_sigmask.m4                              |     7 +-
 m4/stdlib_h.m4                                     |     2 +
 m4/threadlib.m4                                    |    38 +-
 maint.mk                                           |    10 +-
 po/POTFILES.in                                     |     3 +
 po/af.gmo                                          |   Bin 16877 -> 16877 bytes
 po/af.po                                           | 11592 +++++++-------
 po/am.gmo                                          |   Bin 16874 -> 16874 bytes
 po/am.po                                           | 11592 +++++++-------
 po/ar.gmo                                          |   Bin 16957 -> 16957 bytes
 po/ar.po                                           | 11592 +++++++-------
 po/as.gmo                                          |   Bin 1089460 -> 1100675 bytes
 po/as.po                                           | 15932 +++++++++----------
 po/be.gmo                                          |   Bin 16952 -> 16952 bytes
 po/be.po                                           | 11592 +++++++-------
 po/bg.gmo                                          |   Bin 38890 -> 38890 bytes
 po/bg.po                                           | 11594 +++++++-------
 po/bn.gmo                                          |   Bin 16875 -> 16875 bytes
 po/bn.po                                           | 11592 +++++++-------
 po/bn_IN.gmo                                       |   Bin 430163 -> 427947 bytes
 po/bn_IN.po                                        | 11647 +++++++-------
 po/bo.gmo                                          |   Bin 455 -> 455 bytes
 po/bo.po                                           | 11555 +++++++-------
 po/bs.gmo                                          |   Bin 17953 -> 17953 bytes
 po/bs.po                                           | 11592 +++++++-------
 po/ca.gmo                                          |   Bin 36408 -> 35890 bytes
 po/ca.po                                           | 11598 +++++++-------
 po/cs.gmo                                          |   Bin 104588 -> 103988 bytes
 po/cs.po                                           | 11605 +++++++-------
 po/cy.gmo                                          |   Bin 16918 -> 16918 bytes
 po/cy.po                                           | 11592 +++++++-------
 po/da.gmo                                          |   Bin 23343 -> 23343 bytes
 po/da.po                                           | 11593 +++++++-------
 po/de.gmo                                          |   Bin 745635 -> 743123 bytes
 po/de.po                                           | 11734 +++++++-------
 po/el.gmo                                          |   Bin 28118 -> 27527 bytes
 po/el.po                                           | 11610 +++++++-------
 po/en_GB.gmo                                       |   Bin 690703 -> 688389 bytes
 po/en_GB.po                                        | 11720 +++++++-------
 po/es.gmo                                          |   Bin 742110 -> 739711 bytes
 po/es.po                                           | 11738 +++++++-------
 po/et.gmo                                          |   Bin 16876 -> 16876 bytes
 po/et.po                                           | 11592 +++++++-------
 po/eu_ES.gmo                                       |   Bin 16888 -> 16888 bytes
 po/eu_ES.po                                        | 11592 +++++++-------
 po/fa.gmo                                          |   Bin 16868 -> 16868 bytes
 po/fa.po                                           | 11592 +++++++-------
 po/fi.gmo                                          |   Bin 29154 -> 29154 bytes
 po/fi.po                                           | 11595 +++++++-------
 po/fr.gmo                                          |   Bin 127089 -> 125666 bytes
 po/fr.po                                           | 11640 +++++++-------
 po/gl.gmo                                          |   Bin 16876 -> 16876 bytes
 po/gl.po                                           | 11592 +++++++-------
 po/gu.gmo                                          |   Bin 1105236 -> 1103516 bytes
 po/gu.po                                           | 11675 +++++++-------
 po/he.gmo                                          |   Bin 16874 -> 16874 bytes
 po/he.po                                           | 11592 +++++++-------
 po/hi.gmo                                          |   Bin 628447 -> 626257 bytes
 po/hi.po                                           | 11674 +++++++-------
 po/hr.gmo                                          |   Bin 30155 -> 30155 bytes
 po/hr.po                                           | 11595 +++++++-------
 po/hu.gmo                                          |   Bin 25674 -> 25674 bytes
 po/hu.po                                           | 11593 +++++++-------
 po/hy.gmo                                          |   Bin 16876 -> 16876 bytes
 po/hy.po                                           | 11592 +++++++-------
 po/id.gmo                                          |   Bin 16516 -> 16516 bytes
 po/id.po                                           | 11593 +++++++-------
 po/is.gmo                                          |   Bin 16877 -> 16877 bytes
 po/is.po                                           | 11592 +++++++-------
 po/it.gmo                                          |   Bin 199706 -> 198483 bytes
 po/it.po                                           | 11649 +++++++-------
 po/ja.gmo                                          |   Bin 868689 -> 865673 bytes
 po/ja.po                                           | 11699 +++++++-------
 po/ka.gmo                                          |   Bin 16869 -> 16869 bytes
 po/ka.po                                           | 11592 +++++++-------
 po/kn.gmo                                          |   Bin 1228405 -> 1223953 bytes
 po/kn.po                                           | 11701 +++++++-------
 po/ko.gmo                                          |   Bin 417424 -> 418629 bytes
 po/ko.po                                           | 11685 +++++++-------
 po/ku.gmo                                          |   Bin 16875 -> 16875 bytes
 po/ku.po                                           | 11592 +++++++-------
 po/libvirt.pot                                     | 11557 +++++++-------
 po/lo.gmo                                          |   Bin 16864 -> 16864 bytes
 po/lo.po                                           | 11592 +++++++-------
 po/lt.gmo                                          |   Bin 16941 -> 16941 bytes
 po/lt.po                                           | 11592 +++++++-------
 po/lv.gmo                                          |   Bin 16910 -> 16910 bytes
 po/lv.po                                           | 11592 +++++++-------
 po/mk.gmo                                          |   Bin 36366 -> 36366 bytes
 po/mk.po                                           | 11594 +++++++-------
 po/ml.gmo                                          |   Bin 1316798 -> 1311823 bytes
 po/ml.po                                           | 11705 +++++++-------
 po/mr.gmo                                          |   Bin 1053034 -> 1164405 bytes
 po/mr.po                                           | 12839 ++++++++-------
 po/ms.gmo                                          |   Bin 3030 -> 3030 bytes
 po/ms.po                                           | 11576 +++++++-------
 po/my.gmo                                          |   Bin 16868 -> 16868 bytes
 po/my.po                                           | 11592 +++++++-------
 po/nb.gmo                                          |   Bin 9873 -> 9873 bytes
 po/nb.po                                           | 11591 +++++++-------
 po/nl.gmo                                          |   Bin 291943 -> 290824 bytes
 po/nl.po                                           | 11654 +++++++-------
 po/nn.gmo                                          |   Bin 16885 -> 16885 bytes
 po/nn.po                                           | 11592 +++++++-------
 po/nso.gmo                                         |   Bin 16883 -> 16883 bytes
 po/nso.po                                          | 11592 +++++++-------
 po/or.gmo                                          |   Bin 848513 -> 845498 bytes
 po/or.po                                           | 11681 +++++++-------
 po/pa.gmo                                          |   Bin 1004156 -> 1000523 bytes
 po/pa.po                                           | 11700 +++++++-------
 po/pl.gmo                                          |   Bin 316453 -> 315227 bytes
 po/pl.po                                           | 11664 +++++++-------
 po/pt.gmo                                          |   Bin 31711 -> 31711 bytes
 po/pt.po                                           | 11570 +++++++-------
 po/pt_BR.gmo                                       |   Bin 751452 -> 748974 bytes
 po/pt_BR.po                                        | 11716 +++++++-------
 po/ro.gmo                                          |   Bin 16917 -> 16917 bytes
 po/ro.po                                           | 11592 +++++++-------
 po/ru.gmo                                          |   Bin 769218 -> 766290 bytes
 po/ru.po                                           | 11689 +++++++-------
 po/si.gmo                                          |   Bin 16875 -> 16875 bytes
 po/si.po                                           | 11592 +++++++-------
 po/sk.gmo                                          |   Bin 16901 -> 16901 bytes
 po/sk.po                                           | 11592 +++++++-------
 po/sl.gmo                                          |   Bin 16929 -> 16929 bytes
 po/sl.po                                           | 11592 +++++++-------
 po/sq.gmo                                          |   Bin 16876 -> 16876 bytes
 po/sq.po                                           | 11592 +++++++-------
 po/sr.gmo                                          |   Bin 72753 -> 72324 bytes
 po/sr.po                                           | 11626 +++++++-------
 po/sr at latin.gmo                                    |   Bin 57471 -> 57135 bytes
 po/sr at latin.po                                     | 11626 +++++++-------
 po/sv.gmo                                          |   Bin 66345 -> 65348 bytes
 po/sv.po                                           | 11616 +++++++-------
 po/ta.gmo                                          |   Bin 1269340 -> 1339804 bytes
 po/ta.po                                           | 12261 +++++++-------
 po/te.gmo                                          |   Bin 1119845 -> 1116323 bytes
 po/te.po                                           | 11708 +++++++-------
 po/th.gmo                                          |   Bin 16865 -> 16865 bytes
 po/th.po                                           | 11592 +++++++-------
 po/tr.gmo                                          |   Bin 16868 -> 16868 bytes
 po/tr.po                                           | 11592 +++++++-------
 po/uk.gmo                                          |   Bin 1168931 -> 1186010 bytes
 po/uk.po                                           | 11643 +++++++-------
 po/ur.gmo                                          |   Bin 16872 -> 16872 bytes
 po/ur.po                                           | 11592 +++++++-------
 po/vi.gmo                                          |   Bin 279424 -> 278178 bytes
 po/vi.po                                           | 11654 +++++++-------
 po/vi_VN.gmo                                       |   Bin 279436 -> 278190 bytes
 po/vi_VN.po                                        | 11654 +++++++-------
 po/zh_CN.gmo                                       |   Bin 647644 -> 645544 bytes
 po/zh_CN.po                                        | 11716 +++++++-------
 po/zh_TW.gmo                                       |   Bin 21529 -> 21529 bytes
 po/zh_TW.po                                        | 11593 +++++++-------
 po/zu.gmo                                          |   Bin 16872 -> 16872 bytes
 po/zu.po                                           | 11592 +++++++-------
 src/Makefile.am                                    |    20 +-
 src/Makefile.in                                    |    57 +-
 src/access/viraccessapicheck.c                     |    40 +
 src/access/viraccessapicheck.h                     |     2 +
 src/access/viraccessdriverpolkit.c                 |    89 +-
 src/bhyve/bhyve_command.c                          |     2 +-
 src/bhyve/bhyve_process.c                          |     2 +-
 src/conf/cpu_conf.c                                |    38 +-
 src/conf/cpu_conf.h                                |    17 +-
 src/conf/domain_capabilities.c                     |    57 +
 src/conf/domain_capabilities.h                     |    24 +
 src/conf/domain_conf.c                             |   746 +-
 src/conf/domain_conf.h                             |   150 +-
 src/conf/domain_event.c                            |    95 +-
 src/conf/domain_event.h                            |     9 +
 src/conf/interface_conf.c                          |    56 +-
 src/conf/network_conf.c                            |    42 +-
 src/conf/node_device_conf.c                        |     4 +-
 src/conf/nwfilter_conf.c                           |    27 +-
 src/conf/secret_conf.c                             |    12 +-
 src/conf/snapshot_conf.c                           |     8 +-
 src/conf/storage_conf.c                            |     7 +-
 src/cpu/cpu_map.xml                                |     2 +-
 src/cpu/cpu_x86.c                                  |    97 +-
 src/driver.h                                       |    16 +-
 src/esx/esx_vi_generator.py                        |     4 +-
 src/esx/esx_vi_types.c                             |     6 +-
 src/esx/esx_vi_types.generated.typefromstring      |   459 +-
 src/interface/interface_backend_netcf.c            |     9 +-
 src/libvirt.c                                      |   267 +-
 src/libvirt_private.syms                           |    34 +
 src/libvirt_public.syms                            |     5 +
 src/libxl/libxl_conf.c                             |    74 +-
 src/libxl/libxl_driver.c                           |    21 +-
 src/libxl/libxl_migration.c                        |     1 -
 src/locking/lock_daemon.c                          |    42 +-
 src/locking/lock_driver_sanlock.c                  |     2 +-
 src/lxc/lxc_container.c                            |     7 +-
 src/lxc/lxc_driver.c                               |    60 +-
 src/lxc/lxc_fuse.c                                 |    34 +-
 src/lxc/lxc_monitor_protocol.c                     |    15 +
 src/lxc/lxc_monitor_protocol.h                     |    15 +
 src/lxc/lxc_monitor_protocol.x                     |    19 +
 src/lxc/lxc_process.c                              |     4 +-
 src/network/bridge_driver.c                        |    17 +-
 src/network/leaseshelper.c                         |     3 +-
 src/node_device/node_device_hal.c                  |     3 +-
 src/node_device/node_device_udev.c                 |    27 +-
 src/nodeinfo.c                                     |    63 +-
 src/nodeinfo.h                                     |     7 +
 src/nwfilter/nwfilter_ebiptables_driver.c          |     4 +-
 src/nwfilter/nwfilter_gentech_driver.c             |     5 +-
 src/openvz/openvz_conf.h                           |     7 +-
 src/openvz/openvz_driver.c                         |   353 +-
 src/openvz/openvz_driver.h                         |    10 +
 src/parallels/parallels_driver.c                   |    16 +-
 src/parallels/parallels_sdk.c                      |   241 +
 src/{util/virstats.h => parallels/parallels_sdk.h} |    19 +-
 src/parallels/parallels_utils.h                    |     4 +
 src/phyp/phyp_driver.c                             |    45 +-
 src/qemu/libvirtd_qemu.aug                         |     3 +
 src/qemu/qemu.conf                                 |    22 +
 src/qemu/qemu_capabilities.c                       |   152 +-
 src/qemu/qemu_capabilities.h                       |     7 +-
 src/qemu/qemu_cgroup.c                             |   129 +-
 src/qemu/qemu_cgroup.h                             |     5 +
 src/qemu/qemu_command.c                            |   391 +-
 src/qemu/qemu_command.h                            |     6 +-
 src/qemu/qemu_conf.c                               |   120 +-
 src/qemu/qemu_conf.h                               |     8 +-
 src/qemu/qemu_domain.c                             |   315 +-
 src/qemu/qemu_domain.h                             |    44 +-
 src/qemu/qemu_driver.c                             |  2014 ++-
 src/qemu/qemu_hotplug.c                            |    11 +-
 src/qemu/qemu_migration.c                          |   560 +-
 src/qemu/qemu_migration.h                          |     3 +-
 src/qemu/qemu_monitor.c                            |   226 +-
 src/qemu/qemu_monitor.h                            |    59 +-
 src/qemu/qemu_monitor_json.c                       |   419 +-
 src/qemu/qemu_monitor_json.h                       |    17 +-
 src/qemu/qemu_monitor_text.c                       |    32 +-
 src/qemu/qemu_process.c                            |   318 +-
 src/qemu/test_libvirtd_qemu.aug.in                 |     3 +
 src/remote/remote_client_bodies.h                  |    33 +
 src/remote/remote_driver.c                         |   167 +-
 src/remote/remote_protocol.c                       |    64 +
 src/remote/remote_protocol.h                       |    55 +
 src/remote/remote_protocol.x                       |    51 +-
 src/remote_protocol-structs                        |    37 +
 src/rpc/virnetserver.c                             |     8 +-
 src/rpc/virnetserverclient.c                       |   115 +-
 src/rpc/virnetsocket.c                             |   164 +-
 src/rpc/virnettlscontext.c                         |     2 +-
 src/security/security_apparmor.c                   |     3 +-
 src/security/security_dac.c                        |    14 +-
 src/security/security_selinux.c                    |    55 +-
 src/security/virt-aa-helper.c                      |    20 +-
 src/storage/storage_backend_disk.c                 |     6 +-
 src/storage/storage_backend_fs.c                   |     1 -
 src/storage/storage_backend_zfs.c                  |    57 +
 src/storage/storage_driver.c                       |    42 +-
 src/storage/storage_driver.h                       |     3 +-
 src/test/test_driver.c                             |     5 +-
 src/uml/uml_conf.c                                 |     2 +-
 src/uml/uml_driver.c                               |    28 +-
 src/util/viralloc.c                                |     6 +-
 src/util/viraudit.c                                |    13 +-
 src/util/virbuffer.c                               |     6 +-
 src/util/vircgroup.c                               |    57 +-
 src/util/vircgroup.h                               |     6 +
 src/util/vircommand.c                              |    11 +
 src/util/vircommand.h                              |     1 +
 src/util/virdbus.c                                 |   278 +-
 src/util/virerror.c                                |     2 +
 src/util/virfile.c                                 |    15 +-
 src/util/virhook.c                                 |     3 +-
 src/util/virhook.h                                 |     1 +
 src/util/viridentity.c                             |   320 +-
 src/util/viridentity.h                             |    40 +
 src/util/virnetdev.c                               |     5 +-
 src/util/virnetdevmacvlan.c                        |    33 +-
 src/util/virnetdevmacvlan.h                        |    14 +-
 src/util/virnetdevtap.c                            |    37 +-
 src/util/virnetdevtap.h                            |     5 +-
 src/util/virnetdevvportprofile.c                   |     3 +-
 src/util/virnuma.c                                 |   108 +
 src/util/virnuma.h                                 |     4 +
 src/util/virpci.c                                  |    10 +-
 src/util/virpidfile.c                              |    48 +-
 src/util/virpidfile.h                              |     7 +-
 src/util/virpolkit.c                               |   255 +
 src/util/{virstats.h => virpolkit.h}               |    19 +-
 src/util/virportallocator.c                        |    19 +-
 src/util/virportallocator.h                        |     7 +-
 src/util/virprocess.c                              |    83 +-
 src/util/virsocketaddr.c                           |     8 +-
 src/util/virstats.c                                |     6 +-
 src/util/virstats.h                                |     2 +-
 src/util/virstoragefile.c                          |    53 +-
 src/util/virstoragefile.h                          |     1 +
 src/util/virstring.c                               |    17 +
 src/util/virstring.h                               |     2 +
 src/util/virtime.c                                 |    14 +-
 src/util/virtypedparam.c                           |     3 +-
 src/util/viruri.c                                  |    38 +-
 src/util/virutil.c                                 |    20 +-
 src/util/virutil.h                                 |     2 +-
 src/util/virxml.c                                  |     5 +-
 src/vbox/vbox_common.c                             |    51 +-
 src/vbox/vbox_tmpl.c                               |     3 +-
 src/virtlockd.8.in                                 |     2 +-
 src/xen/block_stats.c                              |     4 +-
 src/xen/block_stats.h                              |     2 +-
 src/xen/xen_driver.c                               |     4 +-
 src/xen/xen_hypervisor.c                           |    22 +-
 src/xen/xen_hypervisor.h                           |     4 +-
 src/xen/xend_internal.c                            |    23 +-
 src/xenapi/xenapi_driver.c                         |    16 +-
 src/xenconfig/xen_common.c                         |    17 +-
 src/xenconfig/xen_sxpr.c                           |    34 +-
 tests/Makefile.am                                  |    11 +-
 tests/Makefile.in                                  |   339 +-
 tests/bhyvexml2argvmock.c                          |     1 +
 tests/commanddata/test10.log                       |     1 +
 tests/commanddata/test11.log                       |     1 +
 tests/commanddata/test12.log                       |     1 +
 tests/commanddata/test13.log                       |     1 +
 tests/commanddata/test14.log                       |     1 +
 tests/commanddata/test15.log                       |     1 +
 tests/commanddata/test2.log                        |     1 +
 tests/commanddata/test20.log                       |     1 +
 tests/commanddata/test21.log                       |     1 +
 tests/commanddata/test24.log                       |     1 +
 tests/commanddata/test3.log                        |     1 +
 tests/commanddata/test4.log                        |     1 +
 tests/commanddata/test5.log                        |     1 +
 tests/commanddata/test6.log                        |     1 +
 tests/commanddata/test7.log                        |     1 +
 tests/commanddata/test8.log                        |     1 +
 tests/commanddata/test9.log                        |     1 +
 tests/commandhelper.c                              |    30 +-
 tests/commandtest.c                                |     3 +
 tests/cputest.c                                    |     7 +-
 tests/cputestdata/x86-host-invtsc+host-model.xml   |    22 +
 tests/cputestdata/x86-host-invtsc.xml              |    27 +
 tests/domaincapsschemadata/domaincaps-basic.xml    |     1 +
 tests/domaincapsschemadata/domaincaps-full.xml     |    15 +
 .../domaincaps-qemu_1.6.50-1.xml                   |    13 +
 tests/domaincapstest.c                             |    86 +-
 tests/domainschemadata/domain-bios-nvram-empty.xml |    40 +
 tests/objecteventtest.c                            |     3 +-
 tests/qemucapabilitiesdata/caps_1.2.2-1.caps       |     1 -
 tests/qemucapabilitiesdata/caps_1.2.2-1.replies    |    10 +
 tests/qemucapabilitiesdata/caps_1.3.1-1.replies    |    10 +
 tests/qemucapabilitiesdata/caps_1.4.2-1.replies    |    10 +
 tests/qemucapabilitiesdata/caps_1.5.3-1.replies    |    10 +
 tests/qemucapabilitiesdata/caps_1.6.0-1.caps       |     1 -
 tests/qemucapabilitiesdata/caps_1.6.0-1.replies    |    22 +
 tests/qemucapabilitiesdata/caps_1.6.50-1.replies   |    22 +
 .../{caps_1.6.0-1.caps => caps_2.1.1-1.caps}       |    15 +-
 tests/qemucapabilitiesdata/caps_2.1.1-1.replies    |  3264 ++++
 tests/qemucapabilitiestest.c                       |    25 +-
 .../qemuhotplug-hotplug-base+disk-scsi.xml         |     2 +-
 .../qemuhotplug-hotplug-base+disk-usb.xml          |     2 +-
 .../qemuhotplug-hotplug-base+disk-virtio.xml       |     2 +-
 tests/qemumonitorjsontest.c                        |    73 +-
 .../qemuxml2argvdata/qemuxml2argv-bios-nvram.args  |    10 +
 tests/qemuxml2argvdata/qemuxml2argv-bios-nvram.xml |    40 +
 .../qemuxml2argv-cpu-numa-memshared.xml            |    28 +
 .../qemuxml2argv-cputune-iothreads.xml             |    39 +
 .../qemuxml2argvdata/qemuxml2argv-disk-mirror.xml  |     4 +-
 .../qemuxml2argv-fips-enabled.args                 |     6 +
 .../qemuxml2argvdata/qemuxml2argv-fips-enabled.xml |    25 +
 .../qemuxml2argv-hostdev-scsi-rawio.xml            |    35 +
 .../qemuxml2argvdata/qemuxml2argv-hotplug-base.xml |     2 +-
 .../qemuxml2argv-hugepages-memaccess-invalid.xml   |    45 +
 .../qemuxml2argv-hugepages-pages4.xml              |    45 +
 .../qemuxml2argv-hugepages-pages5.args             |     7 +
 .../qemuxml2argv-hugepages-pages5.xml              |    32 +
 .../qemuxml2argv-hugepages-shared.args             |    16 +
 .../qemuxml2argv-hugepages-shared.xml              |    45 +
 .../qemuxml2argv-net-virtio-disable-offloads.args  |    10 +
 .../qemuxml2argv-net-virtio-disable-offloads.xml   |    35 +
 .../qemuxml2argv-seclabel-dynamic-none-relabel.xml |    53 +
 tests/qemuxml2argvdata/qemuxml2argv-tap-vhost.xml  |    52 +
 .../qemuxml2argv-vhost_queues-invalid.xml          |    32 +
 tests/qemuxml2argvtest.c                           |    23 +-
 .../qemuxml2xmlout-cputune-iothreads.xml           |    38 +
 .../qemuxml2xmlout-pci-bridge-many-disks.xml       |     2 +-
 ...emuxml2xmlout-seclabel-dynamic-none-relabel.xml |    53 +
 .../qemuxml2xmlout-seclabel-dynamic-relabel.xml    |    28 +
 .../qemuxml2xmlout-seclabel-none.xml               |    28 +
 tests/qemuxml2xmltest.c                            |    14 +-
 tests/qemuxmlnstest.c                              |     2 +-
 tests/seclabeltest.c                               |     6 +-
 tests/sexpr2xmldata/sexpr2xml-fv-autoport.xml      |     2 +-
 tests/sexpr2xmldata/sexpr2xml-fv-empty-kernel.xml  |     2 +-
 tests/sexpr2xmldata/sexpr2xml-fv-force-hpet.xml    |     2 +-
 tests/sexpr2xmldata/sexpr2xml-fv-force-nohpet.xml  |     2 +-
 tests/sexpr2xmldata/sexpr2xml-fv-kernel.xml        |     2 +-
 tests/sexpr2xmldata/sexpr2xml-fv-legacy-vfb.xml    |     2 +-
 tests/sexpr2xmldata/sexpr2xml-fv-localtime.xml     |     2 +-
 tests/sexpr2xmldata/sexpr2xml-fv-net-ioemu.xml     |     2 +-
 tests/sexpr2xmldata/sexpr2xml-fv-net-netfront.xml  |     2 +-
 tests/sexpr2xmldata/sexpr2xml-fv-parallel-tcp.xml  |     2 +-
 .../sexpr2xml-fv-serial-dev-2-ports.xml            |     2 +-
 .../sexpr2xml-fv-serial-dev-2nd-port.xml           |     2 +-
 tests/sexpr2xmldata/sexpr2xml-fv-serial-file.xml   |     2 +-
 tests/sexpr2xmldata/sexpr2xml-fv-serial-null.xml   |     2 +-
 tests/sexpr2xmldata/sexpr2xml-fv-serial-pipe.xml   |     2 +-
 tests/sexpr2xmldata/sexpr2xml-fv-serial-pty.xml    |     2 +-
 tests/sexpr2xmldata/sexpr2xml-fv-serial-stdio.xml  |     2 +-
 .../sexpr2xml-fv-serial-tcp-telnet.xml             |     2 +-
 tests/sexpr2xmldata/sexpr2xml-fv-serial-tcp.xml    |     2 +-
 tests/sexpr2xmldata/sexpr2xml-fv-serial-udp.xml    |     2 +-
 tests/sexpr2xmldata/sexpr2xml-fv-serial-unix.xml   |     2 +-
 tests/sexpr2xmldata/sexpr2xml-fv-sound-all.xml     |     2 +-
 tests/sexpr2xmldata/sexpr2xml-fv-sound.xml         |     2 +-
 tests/sexpr2xmldata/sexpr2xml-fv-usbmouse.xml      |     2 +-
 tests/sexpr2xmldata/sexpr2xml-fv-usbtablet.xml     |     2 +-
 tests/sexpr2xmldata/sexpr2xml-fv-utc.xml           |     2 +-
 tests/sexpr2xmldata/sexpr2xml-fv-v2.xml            |     2 +-
 tests/sexpr2xmldata/sexpr2xml-fv.xml               |     2 +-
 tests/sexpr2xmldata/sexpr2xml-no-source-cdrom.xml  |     2 +-
 tests/storagepoolxml2xmlin/pool-zfs-sourcedev.xml  |     8 +
 tests/storagepoolxml2xmlin/pool-zfs.xml            |     7 +
 tests/storagepoolxml2xmlout/pool-zfs-sourcedev.xml |    19 +
 tests/storagepoolxml2xmlout/pool-zfs.xml           |    18 +
 tests/storagepoolxml2xmltest.c                     |     2 +
 tests/test_conf.c                                  |     4 +-
 tests/testutils.c                                  |     4 +-
 tests/testutilsqemu.c                              |    10 +
 tests/virdbustest.c                                |   218 +-
 tests/virfirewalltest.c                            |     4 +-
 tests/virmock.h                                    |    54 +-
 tests/virnettlscontexttest.c                       |     2 +
 tests/virnettlssessiontest.c                       |     2 +
 tests/virpolkittest.c                              |   360 +
 tests/virportallocatortest.c                       |     4 +-
 tests/virstoragetest.c                             |     2 +-
 tests/virstringtest.c                              |     5 +
 tests/virsystemdtest.c                             |     4 +-
 tests/xmconfigdata/test-escape-paths.xml           |     2 +-
 tests/xmconfigdata/test-fullvirt-force-hpet.xml    |     2 +-
 tests/xmconfigdata/test-fullvirt-force-nohpet.xml  |     2 +-
 tests/xmconfigdata/test-fullvirt-localtime.xml     |     2 +-
 tests/xmconfigdata/test-fullvirt-net-ioemu.xml     |     2 +-
 tests/xmconfigdata/test-fullvirt-net-netfront.xml  |     2 +-
 tests/xmconfigdata/test-fullvirt-new-cdrom.xml     |     2 +-
 tests/xmconfigdata/test-fullvirt-old-cdrom.xml     |     2 +-
 tests/xmconfigdata/test-fullvirt-parallel-tcp.xml  |     2 +-
 .../test-fullvirt-serial-dev-2-ports.xml           |     2 +-
 .../test-fullvirt-serial-dev-2nd-port.xml          |     2 +-
 tests/xmconfigdata/test-fullvirt-serial-file.xml   |     2 +-
 tests/xmconfigdata/test-fullvirt-serial-null.xml   |     2 +-
 tests/xmconfigdata/test-fullvirt-serial-pipe.xml   |     2 +-
 tests/xmconfigdata/test-fullvirt-serial-pty.xml    |     2 +-
 tests/xmconfigdata/test-fullvirt-serial-stdio.xml  |     2 +-
 .../test-fullvirt-serial-tcp-telnet.xml            |     2 +-
 tests/xmconfigdata/test-fullvirt-serial-tcp.xml    |     2 +-
 tests/xmconfigdata/test-fullvirt-serial-udp.xml    |     2 +-
 tests/xmconfigdata/test-fullvirt-serial-unix.xml   |     2 +-
 tests/xmconfigdata/test-fullvirt-sound.xml         |     2 +-
 tests/xmconfigdata/test-fullvirt-usbmouse.xml      |     2 +-
 tests/xmconfigdata/test-fullvirt-usbtablet.xml     |     2 +-
 tests/xmconfigdata/test-fullvirt-utc.xml           |     2 +-
 tests/xmconfigdata/test-no-source-cdrom.xml        |     2 +-
 tests/xmconfigdata/test-pci-devs.xml               |     2 +-
 tools/Makefile.in                                  |     4 +
 tools/libvirt-guests.service.in                    |     2 +-
 tools/virsh-domain-monitor.c                       |    41 +-
 tools/virsh-domain.c                               |   521 +-
 tools/virsh-edit.c                                 |     9 -
 tools/virsh-host.c                                 |   206 +-
 tools/virsh-interface.c                            |     3 -
 tools/virsh-network.c                              |    14 +-
 tools/virsh-nwfilter.c                             |     3 -
 tools/virsh-pool.c                                 |     3 -
 tools/virsh-snapshot.c                             |     3 -
 tools/virsh.1                                      |   157 +-
 tools/virsh.c                                      |    40 +-
 tools/virsh.h                                      |     2 +
 tools/virsh.pod                                    |   152 +-
 tools/virt-host-validate.1                         |     2 +-
 tools/virt-login-shell.1                           |     2 +-
 tools/virt-login-shell.c                           |     2 +-
 tools/virt-pki-validate.1                          |     2 +-
 tools/virt-sanlock-cleanup.8                       |     2 +-
 tools/virt-xml-validate.1                          |     2 +-
 tools/wireshark/Makefile.in                        |     4 +
 tools/wireshark/src/Makefile.in                    |     4 +
 610 files changed, 492355 insertions(+), 431615 deletions(-)

diff --cc debian/control
index c6bb67a,59b0910..1ea1475
--- a/debian/control
+++ b/debian/control
@@@ -131,7 -138,8 +132,7 @@@ Recommends
   parted,
   pm-utils,
  Section: admin
- Suggests: policykit-1, radvd, auditd, systemtap, systemd, apparmor
+ Suggests: radvd, auditd, systemtap, systemd, apparmor
 -Breaks: avahi-daemon (<< 0.6.31-3~)
  Replaces: libvirt-bin (<< 1.2.7-4~)
  Conflicts: libvirt-bin (<< 1.2.6-1~)
  Description: Libvirt daemon configuration files

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