[Pkg-libvirt-commits] [libvirt] branch master updated (b36cebf -> 3b5b41d)

Guido Guenther agx at moszumanska.debian.org
Fri Dec 20 08:24:59 UTC 2013


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

agx pushed a change to branch master
in repository libvirt.

      from  b36cebf   Document changes and release 1.1.4-2
      adds  8bfdc7f   New upstream version 1.2.0~rc2
      adds  f72cced   Merge tag 'upstream/1.2.0_rc2' into experimental
      adds  56d17d0   Bump symbol versions
      adds  288778f   Drop atomic-pthread-link-fix
      adds  c8151f5   Rediff patches
      adds  dd5ae42   Drop python-libvirt
      adds  bafc3d6   Install API files into dev package
      adds  ac8a7cc   Document changes and release 1.2.0~rc2-1
      adds  230609e   Depend on kmod instead of module-init-tools
      adds  affb1ce   New upstream version 1.2.0
      adds  4b31afa   Merge tag 'upstream/1.2.0'
      adds  e9de7b2   Fix crashes in lxcDomain{S,G}etMemoryParameters
      adds  3b5b41d   Document changes and release 1.2.0-1

No new revisions were added by this update.

Summary of changes:
 AUTHORS                                            |     8 +
 ChangeLog                                          |  2476 +++++
 Makefile.am                                        |    10 +-
 Makefile.in                                        |    27 +-
 aclocal.m4                                         |   236 +-
 autobuild.sh                                       |     6 +-
 cfg.mk                                             |    13 +-
 config.h.in                                        |    23 +-
 configure                                          |   607 +-
 configure.ac                                       |   114 +-
 daemon/Makefile.in                                 |    17 +-
 daemon/libvirtd.8.in                               |     2 +-
 debian/changelog                                   |    23 +
 debian/control                                     |    19 +-
 debian/libvirt-dev.install                         |     1 +
 debian/libvirt0.symbols                            |     4 +-
 debian/patches/atomic-pthread-link-fix             |   110 -
 .../debian/Debianize-systemd-service-files.patch   |    25 +-
 .../Don-t-enable-default-network-on-boot.patch     |     8 +-
 ...fix-crash-in-lxcDomainGetMemoryParameters.patch |   146 +
 ...fix-crash-in-lxcDomainSetMemoryParameters.patch |   200 +
 debian/patches/series                              |     3 +-
 debian/rules                                       |     8 +-
 docs/Makefile.in                                   |    17 +-
 docs/acl.html                                      |     4 +
 docs/aclpolkit.html                                |     4 +
 docs/api.html                                      |     2 +-
 docs/api.html.in                                   |     2 +-
 docs/apps.html                                     |    24 +-
 docs/apps.html.in                                  |    34 +-
 docs/auditlog.html                                 |   362 +
 docs/auditlog.html.in                              |   321 +
 docs/auth.html                                     |     4 +
 docs/bugs.html                                     |     2 +-
 docs/bugs.html.in                                  |     2 +-
 docs/cgroups.html                                  |   224 +-
 docs/cgroups.html.in                               |   212 +-
 docs/deployment.html                               |     4 +
 docs/devhelp/libvirt-libvirt.html                  |    41 +-
 docs/devhelp/libvirt.devhelp                       |     2 +
 docs/drvlxc.html                                   |     9 +-
 docs/drvlxc.html.in                                |    10 +-
 docs/firewall.html                                 |     8 +-
 docs/firewall.html.in                              |     4 +-
 docs/formatdomain.html                             |     7 +-
 docs/formatdomain.html.in                          |    10 +-
 docs/formatnwfilter.html                           |     4 +-
 docs/formatnwfilter.html.in                        |     4 +-
 docs/formatstorage.html                            |    25 +-
 docs/formatstorage.html.in                         |    25 +-
 docs/hacking.html                                  |    38 +
 docs/hacking.html.in                               |    37 +
 docs/hooks.html                                    |     4 +
 docs/html/libvirt-libvirt.html                     |    17 +-
 docs/internals/rpc.html                            |     2 +-
 docs/internals/rpc.html.in                         |     2 +-
 docs/libvirt-api.xml                               |    49 +-
 docs/libvirt-refs.xml                              |    81 +-
 docs/locking.html                                  |     4 +
 docs/logging.html                                  |     4 +
 docs/migration.html                                |     4 +
 docs/news.html                                     |   202 +
 docs/news.html.in                                  |   214 +
 docs/remote.html                                   |     6 +-
 docs/remote.html.in                                |     2 +-
 docs/schemas/Makefile.in                           |    17 +-
 docs/schemas/basictypes.rng                        |     9 +-
 docs/schemas/domaincommon.rng                      |    14 +-
 docs/schemas/storagepool.rng                       |    31 +-
 docs/schemas/storagevol.rng                        |   144 +-
 docs/securityprocess.html                          |     2 +-
 docs/securityprocess.html.in                       |     2 +-
 docs/sitemap.html                                  |     3 +
 docs/sitemap.html.in                               |     4 +
 docs/storage.html                                  |    97 +-
 docs/storage.html.in                               |   102 +-
 docs/uri.html                                      |     4 +
 docs/windows.html                                  |     4 +
 examples/apparmor/Makefile.in                      |    17 +-
 examples/domain-events/events-c/Makefile.in        |    17 +-
 examples/domain-events/events-python/event-test.py |   591 --
 examples/dominfo/Makefile.in                       |    17 +-
 examples/domsuspend/Makefile.in                    |    17 +-
 examples/hellolibvirt/Makefile.in                  |    17 +-
 examples/openauth/Makefile.in                      |    17 +-
 examples/python/Makefile.am                        |    21 -
 examples/python/Makefile.in                        |  1893 ----
 examples/python/README                             |    33 -
 examples/python/consolecallback.py                 |    88 -
 examples/python/dominfo.py                         |    80 -
 examples/python/domrestore.py                      |    36 -
 examples/python/domsave.py                         |    40 -
 examples/python/domstart.py                        |    50 -
 examples/python/esxlist.py                         |   155 -
 examples/python/topology.py                        |    45 -
 examples/systemtap/Makefile.in                     |    17 +-
 examples/xml/nwfilter/Makefile.in                  |    17 +-
 gnulib/lib/Makefile.in                             |    17 +-
 gnulib/lib/base64.c                                |    40 +-
 gnulib/lib/getgroups.c                             |    15 +
 gnulib/lib/intprops.h                              |     3 +-
 gnulib/tests/Makefile.in                           |    17 +-
 gnulib/tests/isnan.c                               |    18 +-
 include/Makefile.in                                |    17 +-
 include/libvirt/Makefile.in                        |    17 +-
 include/libvirt/libvirt.h                          |    56 +-
 include/libvirt/libvirt.h.in                       |    54 +-
 libvirt.spec                                       |    84 +-
 libvirt.spec.in                                    |    82 +-
 m4/extern-inline.m4                                |    18 +-
 m4/libtool.m4                                      |    12 +-
 m4/virt-compile-warnings.m4                        |     8 -
 m4/virt-gluster.m4                                 |    28 +
 maint.mk                                           |     6 +-
 mingw-libvirt.spec.in                              |     1 -
 po/POTFILES.in                                     |     1 +
 po/af.gmo                                          |   Bin 16990 -> 16990 bytes
 po/af.po                                           |  6636 ++++++------
 po/am.gmo                                          |   Bin 16989 -> 16989 bytes
 po/am.po                                           |  6636 ++++++------
 po/ar.gmo                                          |   Bin 17073 -> 17073 bytes
 po/ar.po                                           |  6636 ++++++------
 po/as.gmo                                          |   Bin 1132332 -> 1130754 bytes
 po/as.po                                           |  6664 ++++++------
 po/be.gmo                                          |   Bin 17064 -> 17064 bytes
 po/be.po                                           |  6636 ++++++------
 po/bg.gmo                                          |   Bin 39665 -> 39665 bytes
 po/bg.po                                           |  6638 ++++++------
 po/bn.gmo                                          |   Bin 16990 -> 16990 bytes
 po/bn.po                                           |  6636 ++++++------
 po/bn_IN.gmo                                       |   Bin 287517 -> 287217 bytes
 po/bn_IN.po                                        |  8827 ++++++++--------
 po/bo.gmo                                          |   Bin 455 -> 455 bytes
 po/bo.po                                           |  6628 ++++++------
 po/bs.gmo                                          |   Bin 18020 -> 18020 bytes
 po/bs.po                                           |  6636 ++++++------
 po/ca.gmo                                          |   Bin 37083 -> 36991 bytes
 po/ca.po                                           |  6648 ++++++------
 po/cs.gmo                                          |   Bin 105906 -> 105752 bytes
 po/cs.po                                           |  6646 ++++++------
 po/cy.gmo                                          |   Bin 17035 -> 17035 bytes
 po/cy.po                                           |  6636 ++++++------
 po/da.gmo                                          |   Bin 23610 -> 23610 bytes
 po/da.po                                           |  6637 ++++++------
 po/de.gmo                                          |   Bin 774726 -> 773660 bytes
 po/de.po                                           |  6811 +++++++------
 po/el.gmo                                          |   Bin 28163 -> 28163 bytes
 po/el.po                                           |  6641 ++++++------
 po/en_GB.gmo                                       |   Bin 717905 -> 716955 bytes
 po/en_GB.po                                        |  6682 ++++++------
 po/es.gmo                                          |   Bin 769038 -> 767944 bytes
 po/es.po                                           |  7177 +++++++------
 po/et.gmo                                          |   Bin 16990 -> 16990 bytes
 po/et.po                                           |  6636 ++++++------
 po/eu_ES.gmo                                       |   Bin 16993 -> 16993 bytes
 po/eu_ES.po                                        |  6636 ++++++------
 po/fa.gmo                                          |   Bin 16983 -> 16983 bytes
 po/fa.po                                           |  6636 ++++++------
 po/fi.gmo                                          |   Bin 29745 -> 29745 bytes
 po/fi.po                                           |  6638 ++++++------
 po/fr.gmo                                          |   Bin 130608 -> 130251 bytes
 po/fr.po                                           |  6650 ++++++------
 po/gl.gmo                                          |   Bin 16990 -> 16990 bytes
 po/gl.po                                           |  6636 ++++++------
 po/gu.gmo                                          |   Bin 1149475 -> 1147838 bytes
 po/gu.po                                           |  6664 ++++++------
 po/he.gmo                                          |   Bin 16990 -> 16990 bytes
 po/he.po                                           |  6636 ++++++------
 po/hi.gmo                                          |   Bin 545301 -> 631994 bytes
 po/hi.po                                           | 10130 +++++++++---------
 po/hr.gmo                                          |   Bin 30715 -> 30715 bytes
 po/hr.po                                           |  6638 ++++++------
 po/hu.gmo                                          |   Bin 25997 -> 25997 bytes
 po/hu.po                                           |  6637 ++++++------
 po/hy.gmo                                          |   Bin 16990 -> 16990 bytes
 po/hy.po                                           |  6636 ++++++------
 po/id.gmo                                          |   Bin 16672 -> 16672 bytes
 po/id.po                                           |  6637 ++++++------
 po/is.gmo                                          |   Bin 16990 -> 16990 bytes
 po/is.po                                           |  6636 ++++++------
 po/it.gmo                                          |   Bin 207186 -> 206964 bytes
 po/it.po                                           |  6951 ++++++-------
 po/ja.gmo                                          |   Bin 886097 -> 888241 bytes
 po/ja.po                                           |  6702 ++++++------
 po/ka.gmo                                          |   Bin 16983 -> 16983 bytes
 po/ka.po                                           |  6636 ++++++------
 po/kn.gmo                                          |   Bin 733196 -> 732266 bytes
 po/kn.po                                           |  6656 ++++++------
 po/ko.gmo                                          |   Bin 353005 -> 352417 bytes
 po/ko.po                                           |  7247 ++++++-------
 po/ku.gmo                                          |   Bin 16990 -> 16990 bytes
 po/ku.po                                           |  6636 ++++++------
 po/libvirt.pot                                     |  6630 ++++++------
 po/lo.gmo                                          |   Bin 16983 -> 16983 bytes
 po/lo.po                                           |  6636 ++++++------
 po/lt.gmo                                          |   Bin 17053 -> 17053 bytes
 po/lt.po                                           |  6636 ++++++------
 po/lv.gmo                                          |   Bin 17025 -> 17025 bytes
 po/lv.po                                           |  6636 ++++++------
 po/mk.gmo                                          |   Bin 37132 -> 37132 bytes
 po/mk.po                                           |  6637 ++++++------
 po/ml.gmo                                          |   Bin 1369022 -> 1366906 bytes
 po/ml.po                                           |  6811 +++++++------
 po/mr.gmo                                          |   Bin 1091419 -> 1089794 bytes
 po/mr.po                                           |  7166 +++++++------
 po/ms.gmo                                          |   Bin 3156 -> 3156 bytes
 po/ms.po                                           |  6632 ++++++------
 po/my.gmo                                          |   Bin 16983 -> 16983 bytes
 po/my.po                                           |  6636 ++++++------
 po/nb.gmo                                          |   Bin 9818 -> 9818 bytes
 po/nb.po                                           |  6635 ++++++------
 po/nl.gmo                                          |   Bin 300318 -> 300084 bytes
 po/nl.po                                           |  8282 ++++++++-------
 po/nn.gmo                                          |   Bin 16990 -> 16990 bytes
 po/nn.po                                           |  6636 ++++++------
 po/nso.gmo                                         |   Bin 16990 -> 16990 bytes
 po/nso.po                                          |  6636 ++++++------
 po/or.gmo                                          |   Bin 378550 -> 377986 bytes
 po/or.po                                           |  6988 ++++++-------
 po/pa.gmo                                          |   Bin 867567 -> 1039836 bytes
 po/pa.po                                           |  8865 ++++++++--------
 po/pl.gmo                                          |   Bin 325758 -> 325510 bytes
 po/pl.po                                           |  8973 ++++++++--------
 po/pt.gmo                                          |   Bin 32395 -> 32395 bytes
 po/pt.po                                           |  6635 ++++++------
 po/pt_BR.gmo                                       |   Bin 764081 -> 779494 bytes
 po/pt_BR.po                                        |  7354 ++++++-------
 po/ro.gmo                                          |   Bin 17031 -> 17031 bytes
 po/ro.po                                           |  6636 ++++++------
 po/ru.gmo                                          |   Bin 538584 -> 537912 bytes
 po/ru.po                                           |  7072 ++++++-------
 po/si.gmo                                          |   Bin 16990 -> 16990 bytes
 po/si.po                                           |  6636 ++++++------
 po/sk.gmo                                          |   Bin 17017 -> 17017 bytes
 po/sk.po                                           |  6636 ++++++------
 po/sl.gmo                                          |   Bin 17042 -> 17042 bytes
 po/sl.po                                           |  6636 ++++++------
 po/sq.gmo                                          |   Bin 16990 -> 16990 bytes
 po/sq.po                                           |  6636 ++++++------
 po/sr.gmo                                          |   Bin 73929 -> 73681 bytes
 po/sr.po                                           |  6662 ++++++------
 po/sr at latin.gmo                                    |   Bin 58346 -> 58158 bytes
 po/sr at latin.po                                     |  6662 ++++++------
 po/sv.gmo                                          |   Bin 66000 -> 65942 bytes
 po/sv.po                                           |  6648 ++++++------
 po/ta.gmo                                          |   Bin 1290543 -> 1288761 bytes
 po/ta.po                                           |  6664 ++++++------
 po/te.gmo                                          |   Bin 966695 -> 965424 bytes
 po/te.po                                           |  7153 ++++++-------
 po/th.gmo                                          |   Bin 16983 -> 16983 bytes
 po/th.po                                           |  6636 ++++++------
 po/tr.gmo                                          |   Bin 16983 -> 16983 bytes
 po/tr.po                                           |  6636 ++++++------
 po/uk.gmo                                          |   Bin 1064366 -> 1068326 bytes
 po/uk.po                                           |  6675 ++++++------
 po/ur.gmo                                          |   Bin 16990 -> 16990 bytes
 po/ur.po                                           |  6636 ++++++------
 po/vi.gmo                                          |   Bin 286930 -> 286716 bytes
 po/vi.po                                           |  6673 ++++++------
 po/vi_VN.gmo                                       |   Bin 286989 -> 286775 bytes
 po/vi_VN.po                                        |  6673 ++++++------
 po/zh_CN.gmo                                       |   Bin 595323 -> 594531 bytes
 po/zh_CN.po                                        |  6662 ++++++------
 po/zh_TW.gmo                                       |   Bin 21821 -> 21821 bytes
 po/zh_TW.po                                        |  6637 ++++++------
 po/zu.gmo                                          |   Bin 16990 -> 16990 bytes
 po/zu.po                                           |  6636 ++++++------
 python/Makefile.am                                 |   173 -
 python/Makefile.in                                 |  2386 -----
 python/README                                      |    27 -
 python/generator.py                                |  1976 ----
 python/libvirt-lxc-override-api.xml                |    19 -
 python/libvirt-lxc-override.c                      |   142 -
 python/libvirt-override-api.xml                    |   613 --
 python/libvirt-override-virConnect.py              |   351 -
 python/libvirt-override-virDomain.py               |    49 -
 python/libvirt-override-virDomainSnapshot.py       |    19 -
 python/libvirt-override-virStoragePool.py          |    11 -
 python/libvirt-override-virStream.py               |   125 -
 python/libvirt-override.c                          |  7378 --------------
 python/libvirt-override.py                         |   220 -
 python/libvirt-qemu-override-api.xml               |    20 -
 python/libvirt-qemu-override.c                     |   154 -
 python/sanitytest.py                               |    36 -
 python/typewrappers.c                              |   524 -
 python/typewrappers.h                              |   239 -
 run.in                                             |     9 -
 src/Makefile.am                                    |    15 +-
 src/Makefile.in                                    |   537 +-
 src/check-aclrules.pl                              |     0
 src/conf/capabilities.c                            |     3 +-
 src/conf/cpu_conf.c                                |     2 +-
 src/conf/domain_conf.c                             |   528 +-
 src/conf/domain_conf.h                             |     5 +-
 src/conf/domain_event.c                            |     1 +
 src/conf/network_conf.c                            |     6 +-
 src/conf/node_device_conf.h                        |     2 +-
 src/conf/nwfilter_conf.c                           |   104 +-
 src/conf/storage_conf.c                            |   190 +-
 src/conf/storage_conf.h                            |     4 +-
 src/cpu/cpu_x86.c                                  |   350 +-
 src/cpu/cpu_x86.h                                  |     9 +
 src/cpu/cpu_x86_data.h                             |    20 +-
 src/libvirt.c                                      |    13 +-
 src/libvirt_private.syms                           |    22 +-
 src/libxl/libxl_conf.c                             |    14 +-
 src/libxl/libxl_driver.c                           |    10 +-
 src/locking/virtlockd.service.in                   |     1 -
 src/lxc/lxc_container.c                            |   223 +-
 src/lxc/lxc_controller.c                           |    43 +-
 src/lxc/lxc_fuse.c                                 |    22 +-
 src/lxc/lxc_fuse.h                                 |     1 +
 src/network/bridge_driver.c                        |    95 +-
 src/node_device/node_device_hal.c                  |     4 +-
 src/node_device/node_device_udev.c                 |     2 +-
 src/nodeinfo.c                                     |   262 +-
 src/nwfilter/nwfilter_driver.c                     |     6 +-
 src/nwfilter/nwfilter_ebiptables_driver.c          |    40 +-
 src/nwfilter/nwfilter_gentech_driver.c             |     2 +-
 src/nwfilter/nwfilter_learnipaddr.c                |     2 +-
 src/openvz/openvz_driver.c                         |     4 +-
 src/openvz/openvz_util.c                           |     3 +-
 src/qemu/qemu.conf                                 |     2 +-
 src/qemu/qemu_capabilities.c                       |    20 +-
 src/qemu/qemu_capabilities.h                       |     1 +
 src/qemu/qemu_cgroup.c                             |     2 +-
 src/qemu/qemu_command.c                            |    89 +-
 src/qemu/qemu_conf.c                               |     7 +-
 src/qemu/qemu_domain.c                             |     3 +
 src/qemu/qemu_driver.c                             |    24 +-
 src/qemu/qemu_hostdev.c                            |     3 +-
 src/qemu/qemu_hotplug.c                            |   112 +-
 src/qemu/qemu_hotplug.h                            |    12 +-
 src/qemu/qemu_migration.c                          |    45 +-
 src/qemu/qemu_monitor.c                            |    57 +-
 src/qemu/qemu_monitor.h                            |     6 +
 src/qemu/qemu_monitor_json.c                       |   187 +
 src/qemu/qemu_monitor_json.h                       |     4 +
 src/qemu/qemu_process.c                            |    81 +-
 src/remote/remote_driver.c                         |    17 +-
 src/rpc/virnetsaslcontext.c                        |     8 +-
 src/rpc/virnetsaslcontext.h                        |     2 +-
 src/security/security_selinux.c                    |     4 +-
 src/storage/storage_backend.c                      |   119 +-
 src/storage/storage_backend.h                      |    16 +-
 src/storage/storage_backend_fs.c                   |    62 +-
 src/storage/storage_backend_gluster.c              |   384 +
 .../storage_backend_gluster.h}                     |    16 +-
 src/storage/storage_backend_mpath.c                |     7 +-
 src/storage/storage_backend_rbd.c                  |     2 +-
 src/storage/storage_backend_scsi.c                 |    15 +-
 src/storage/storage_driver.c                       |     8 +-
 src/test/test_driver.c                             |    29 +-
 src/util/vircommand.c                              |     4 +-
 src/util/virfile.c                                 |   187 +
 src/util/virfile.h                                 |    20 +-
 src/util/viriptables.c                             |    32 +-
 src/util/virjson.c                                 |    12 +-
 src/util/virlog.c                                  |     2 +-
 src/util/virnetdev.c                               |     4 +-
 src/util/virnetdev.h                               |     2 +-
 src/util/virnetdevbandwidth.c                      |     4 +-
 src/util/virnetdevmacvlan.c                        |     2 +-
 src/util/virnetdevvportprofile.c                   |     2 +-
 src/util/virnetlink.c                              |     2 +-
 src/util/virnuma.c                                 |   221 +-
 src/util/virnuma.h                                 |    11 +
 src/util/virpci.c                                  |    94 +-
 src/util/virpci.h                                  |     2 +-
 src/util/virportallocator.c                        |    17 +-
 src/util/virportallocator.h                        |     3 +-
 src/util/virstoragefile.c                          |   224 +-
 src/util/virstoragefile.h                          |    16 +-
 src/util/virstring.c                               |    29 +
 src/util/virstring.h                               |     3 +
 src/util/virsysinfo.c                              |     2 +-
 src/util/virusb.c                                  |     2 +-
 src/vbox/vbox_CAPI_v4_3.h                          | 10210 +++++++++++++++++++
 src/vbox/vbox_V4_3.c                               |    13 +
 src/vbox/vbox_driver.c                             |     8 +
 src/vbox/vbox_tmpl.c                               |   496 +-
 src/virtlockd.8.in                                 |     2 +-
 src/xen/xend_internal.c                            |     2 +-
 src/xen/xs_internal.c                              |     4 +-
 src/xenapi/xenapi_driver.c                         |    20 +-
 src/xenapi/xenapi_utils.c                          |    52 +-
 src/xenxs/xen_sxpr.c                               |    22 +-
 src/xenxs/xen_xm.c                                 |    32 +-
 tests/Makefile.am                                  |    30 +-
 tests/Makefile.in                                  |   173 +-
 tests/cputest.c                                    |     2 +-
 tests/jsontest.c                                   |    26 +
 tests/lxcxml2xmldata/lxc-filesystem-ram.xml        |     4 +
 ...-filesystem-ram.xml => lxc-filesystem-root.xml} |    14 +-
 tests/lxcxml2xmloutdata/lxc-filesystem-ram.xml     |     4 +
 tests/lxcxml2xmltest.c                             |     1 +
 tests/qemuargv2xmltest.c                           |     1 +
 tests/qemucapabilitiesdata/caps_1.2.2-1.caps       |     1 +
 tests/qemucapabilitiesdata/caps_1.2.2-1.replies    |    14 +
 tests/qemucapabilitiesdata/caps_1.3.1-1.caps       |     1 +
 tests/qemucapabilitiesdata/caps_1.3.1-1.replies    |    14 +
 tests/qemucapabilitiesdata/caps_1.4.2-1.caps       |     1 +
 tests/qemucapabilitiesdata/caps_1.4.2-1.replies    |    14 +
 tests/qemucapabilitiesdata/caps_1.5.3-1.caps       |     1 +
 tests/qemucapabilitiesdata/caps_1.5.3-1.replies    |    14 +
 tests/qemucapabilitiesdata/caps_1.6.0-1.caps       |     1 +
 tests/qemucapabilitiesdata/caps_1.6.0-1.replies    |    14 +
 tests/qemucapabilitiesdata/caps_1.6.50-1.caps      |     1 +
 tests/qemucapabilitiesdata/caps_1.6.50-1.replies   |    14 +
 .../qemumonitorjson-getcpu-full.data               |     5 +
 .../qemumonitorjson-getcpu-full.json               |    46 +
 .../qemumonitorjson-getcpu-host.data               |     6 +
 .../qemumonitorjson-getcpu-host.json               |    45 +
 tests/qemumonitorjsontest.c                        |   136 +
 .../qemuxml2argv-arm-virt-virtio.args              |    14 +
 .../qemuxml2argv-arm-virt-virtio.xml               |    45 +
 .../qemuxml2argv-kvm-pit-delay.args                |     5 +
 .../qemuxml2argv-kvm-pit-delay.xml                 |    29 +
 .../qemuxml2argv-kvm-pit-device.args               |     5 +
 .../qemuxml2argv-kvm-pit-device.xml                |    29 +
 .../qemuxml2argv-pseries-disk.args                 |     5 +
 .../qemuxml2argvdata/qemuxml2argv-pseries-disk.xml |    40 +
 .../qemuxml2argv-pv-spinlock-disabled.args         |     5 +
 .../qemuxml2argv-pv-spinlock-disabled.xml          |    26 +
 .../qemuxml2argv-pv-spinlock-enabled.args          |     5 +
 .../qemuxml2argv-pv-spinlock-enabled.xml           |    26 +
 ... => qemuxml2argv-seclabel-dynamic-relabel.args} |     0
 .../qemuxml2argv-seclabel-dynamic-relabel.xml      |    28 +
 tests/qemuxml2argvtest.c                           |    14 +-
 tests/qemuxml2xmltest.c                            |     3 +
 tests/qemuxmlnstest.c                              |     2 +-
 tests/storagepoolxml2xmlin/pool-dir-naming.xml     |    18 +
 tests/storagepoolxml2xmlin/pool-gluster-sub.xml    |     9 +
 tests/storagepoolxml2xmlin/pool-gluster.xml        |     8 +
 tests/storagepoolxml2xmlin/pool-netfs-gluster.xml  |    12 +
 tests/storagepoolxml2xmlout/pool-dir-naming.xml    |    18 +
 tests/storagepoolxml2xmlout/pool-gluster-sub.xml   |    12 +
 tests/storagepoolxml2xmlout/pool-gluster.xml       |    12 +
 tests/storagepoolxml2xmlout/pool-netfs-gluster.xml |    20 +
 tests/storagepoolxml2xmltest.c                     |     4 +
 tests/storagevolxml2xmlin/vol-file-backing.xml     |    16 +-
 tests/storagevolxml2xmlin/vol-file-naming.xml      |    20 +
 tests/storagevolxml2xmlin/vol-gluster-dir.xml      |    12 +
 tests/storagevolxml2xmlin/vol-logical-backing.xml  |     2 +-
 tests/storagevolxml2xmlin/vol-logical.xml          |     2 +-
 tests/storagevolxml2xmlin/vol-partition.xml        |     2 +-
 tests/storagevolxml2xmlin/vol-sheepdog.xml         |     2 +-
 tests/storagevolxml2xmlout/vol-file-backing.xml    |     4 +-
 .../{vol-file.xml => vol-file-naming.xml}          |     7 +-
 tests/storagevolxml2xmlout/vol-file.xml            |     3 +-
 .../{vol-sheepdog.xml => vol-gluster-dir.xml}      |    12 +-
 tests/storagevolxml2xmlout/vol-logical-backing.xml |     4 +-
 tests/storagevolxml2xmlout/vol-logical.xml         |     4 +-
 tests/storagevolxml2xmlout/vol-partition.xml       |     4 +-
 tests/storagevolxml2xmlout/vol-qcow2-0.10-lazy.xml |     4 +-
 tests/storagevolxml2xmlout/vol-qcow2-1.1.xml       |     4 +-
 tests/storagevolxml2xmlout/vol-qcow2-lazy.xml      |     4 +-
 tests/storagevolxml2xmlout/vol-qcow2-nobacking.xml |     4 +-
 tests/storagevolxml2xmlout/vol-qcow2.xml           |     4 +-
 tests/storagevolxml2xmlout/vol-sheepdog.xml        |     3 +-
 tests/storagevolxml2xmltest.c                      |     2 +
 tests/sysinfotest.c                                |     3 +-
 tests/testutils.c                                  |    11 +-
 tests/testutils.h                                  |     6 +-
 tests/viratomictest.c                              |     4 +-
 tests/vircgroupmock.c                              |     2 +-
 tests/virfiledata/mounts1.txt                      |    31 +
 tests/virfiledata/mounts2.txt                      |    33 +
 tests/virfiletest.c                                |   132 +
 tests/virpcimock.c                                 |   946 ++
 tests/virpcitest.c                                 |   232 +
 tests/virpcitestdata/0000:00:01.0.config           |   Bin 0 -> 4096 bytes
 tests/virpcitestdata/0000:00:02.0.config           |   Bin 0 -> 256 bytes
 tests/virpcitestdata/0000:00:03.0.config           |   Bin 0 -> 4096 bytes
 tests/virportallocatortest.c                       |    10 +-
 tests/virstringtest.c                              |    46 +
 tools/Makefile.in                                  |    17 +-
 tools/libvirt-guests.service.in                    |     2 +-
 tools/virsh-domain.c                               |     3 +-
 tools/virsh-interface.c                            |     6 +-
 tools/virsh-network.c                              |     4 +-
 tools/virsh-nwfilter.c                             |     8 +-
 tools/virsh-pool.c                                 |    10 +-
 tools/virsh-secret.c                               |     9 +-
 tools/virsh-volume.c                               |    84 +-
 tools/virsh.1                                      |    14 +-
 tools/virsh.c                                      |     7 +-
 tools/virsh.pod                                    |    12 +-
 tools/virt-host-validate.1                         |     2 +-
 tools/virt-login-shell.1                           |     2 +-
 tools/virt-pki-validate.1                          |     2 +-
 tools/virt-sanlock-cleanup.8                       |     2 +-
 tools/virt-xml-validate.1                          |     2 +-
 493 files changed, 286512 insertions(+), 277612 deletions(-)
 delete mode 100644 debian/patches/atomic-pthread-link-fix
 create mode 100644 debian/patches/security/security-fix-crash-in-lxcDomainGetMemoryParameters.patch
 create mode 100644 debian/patches/security/security-fix-crash-in-lxcDomainSetMemoryParameters.patch
 create mode 100644 docs/auditlog.html
 create mode 100644 docs/auditlog.html.in
 delete mode 100644 examples/domain-events/events-python/event-test.py
 delete mode 100644 examples/python/Makefile.am
 delete mode 100644 examples/python/Makefile.in
 delete mode 100644 examples/python/README
 delete mode 100644 examples/python/consolecallback.py
 delete mode 100755 examples/python/dominfo.py
 delete mode 100755 examples/python/domrestore.py
 delete mode 100755 examples/python/domsave.py
 delete mode 100755 examples/python/domstart.py
 delete mode 100755 examples/python/esxlist.py
 delete mode 100755 examples/python/topology.py
 create mode 100644 m4/virt-gluster.m4
 delete mode 100644 python/Makefile.am
 delete mode 100644 python/Makefile.in
 delete mode 100644 python/README
 delete mode 100755 python/generator.py
 delete mode 100644 python/libvirt-lxc-override-api.xml
 delete mode 100644 python/libvirt-lxc-override.c
 delete mode 100644 python/libvirt-override-api.xml
 delete mode 100644 python/libvirt-override-virConnect.py
 delete mode 100644 python/libvirt-override-virDomain.py
 delete mode 100644 python/libvirt-override-virDomainSnapshot.py
 delete mode 100644 python/libvirt-override-virStoragePool.py
 delete mode 100644 python/libvirt-override-virStream.py
 delete mode 100644 python/libvirt-override.c
 delete mode 100644 python/libvirt-override.py
 delete mode 100644 python/libvirt-qemu-override-api.xml
 delete mode 100644 python/libvirt-qemu-override.c
 delete mode 100644 python/sanitytest.py
 delete mode 100644 python/typewrappers.c
 delete mode 100644 python/typewrappers.h
 mode change 100644 => 100755 src/check-aclrules.pl
 create mode 100644 src/storage/storage_backend_gluster.c
 copy src/{cpu/cpu_x86.h => storage/storage_backend_gluster.h} (68%)
 create mode 100644 src/vbox/vbox_CAPI_v4_3.h
 create mode 100644 src/vbox/vbox_V4_3.c
 copy tests/lxcxml2xmldata/{lxc-filesystem-ram.xml => lxc-filesystem-root.xml} (61%)
 create mode 100644 tests/qemumonitorjsondata/qemumonitorjson-getcpu-full.data
 create mode 100644 tests/qemumonitorjsondata/qemumonitorjson-getcpu-full.json
 create mode 100644 tests/qemumonitorjsondata/qemumonitorjson-getcpu-host.data
 create mode 100644 tests/qemumonitorjsondata/qemumonitorjson-getcpu-host.json
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-arm-virt-virtio.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-arm-virt-virtio.xml
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-kvm-pit-delay.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-kvm-pit-delay.xml
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-kvm-pit-device.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-kvm-pit-device.xml
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pseries-disk.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pseries-disk.xml
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pv-spinlock-disabled.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pv-spinlock-disabled.xml
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pv-spinlock-enabled.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pv-spinlock-enabled.xml
 copy tests/qemuxml2argvdata/{qemuxml2argv-memtune.args => qemuxml2argv-seclabel-dynamic-relabel.args} (100%)
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-seclabel-dynamic-relabel.xml
 create mode 100644 tests/storagepoolxml2xmlin/pool-dir-naming.xml
 create mode 100644 tests/storagepoolxml2xmlin/pool-gluster-sub.xml
 create mode 100644 tests/storagepoolxml2xmlin/pool-gluster.xml
 create mode 100644 tests/storagepoolxml2xmlin/pool-netfs-gluster.xml
 create mode 100644 tests/storagepoolxml2xmlout/pool-dir-naming.xml
 create mode 100644 tests/storagepoolxml2xmlout/pool-gluster-sub.xml
 create mode 100644 tests/storagepoolxml2xmlout/pool-gluster.xml
 create mode 100644 tests/storagepoolxml2xmlout/pool-netfs-gluster.xml
 create mode 100644 tests/storagevolxml2xmlin/vol-file-naming.xml
 create mode 100644 tests/storagevolxml2xmlin/vol-gluster-dir.xml
 copy tests/storagevolxml2xmlout/{vol-file.xml => vol-file-naming.xml} (73%)
 copy tests/storagevolxml2xmlout/{vol-sheepdog.xml => vol-gluster-dir.xml} (56%)
 create mode 100644 tests/virfiledata/mounts1.txt
 create mode 100644 tests/virfiledata/mounts2.txt
 create mode 100644 tests/virfiletest.c
 create mode 100644 tests/virpcimock.c
 create mode 100644 tests/virpcitest.c
 create mode 100644 tests/virpcitestdata/0000:00:01.0.config
 create mode 100644 tests/virpcitestdata/0000:00:02.0.config
 create mode 100644 tests/virpcitestdata/0000:00:03.0.config

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