[Pkg-libvirt-commits] [libvirt] branch experimental updated (b63da98 -> dd5ae42)

Guido Guenther agx at moszumanska.debian.org
Sun Dec 1 21:31:41 UTC 2013


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

agx pushed a change to branch experimental
in repository libvirt.

      from  b63da98   Document changes and release 1.1.4~rc2-1
      adds  54c6758   New upstream version 1.1.4
      adds  0e8d116   Merge tag 'upstream/1.1.4' into experimental
      adds  cfdc731   Document changes and release 1.1.4-1
      adds  78cadf5   Rados storage backend needs --with-storage-rbd
      adds  a384975   Explicitly disable phyp support
      adds  9d8f3c5   Check correct dirs for existence
      adds  1ede11d   Document new cgroup rrequirements
      adds  719aa2e   Imported Debian patch 1.1.4-1.1
      adds  e08112e   Merge branch 'nmu/sid'
      adds  b36cebf   Document changes and release 1.1.4-2
       new  8bfdc7f   New upstream version 1.2.0~rc2
       new  f72cced   Merge tag 'upstream/1.2.0_rc2' into experimental
       new  56d17d0   Bump symbol versions
       new  288778f   Drop atomic-pthread-link-fix
       new  c8151f5   Rediff patches
       new  dd5ae42   Drop python-libvirt

The 6 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                                          |  2372 +++++
 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                                   |    27 +
 debian/control                                     |    18 +-
 debian/libvirt-bin.NEWS                            |    14 +
 debian/libvirt-bin.postinst                        |     8 +-
 debian/libvirt0.symbols                            |     4 +-
 .../debian/Debianize-systemd-service-files.patch   |    25 +-
 .../Don-t-enable-default-network-on-boot.patch     |     8 +-
 debian/rules                                       |    16 +-
 debian/source/local-options                        |     1 -
 docs/Makefile.in                                   |    17 +-
 docs/apps.html                                     |     5 +
 docs/apps.html.in                                  |     7 +
 docs/cgroups.html                                  |   220 +-
 docs/cgroups.html.in                               |   212 +-
 docs/devhelp/libvirt-libvirt.html                  |    41 +-
 docs/devhelp/libvirt.devhelp                       |     2 +
 docs/drvlxc.html                                   |     7 +
 docs/drvlxc.html.in                                |     8 +
 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/html/libvirt-libvirt.html                     |    17 +-
 docs/libvirt-api.xml                               |    49 +-
 docs/libvirt-refs.xml                              |    81 +-
 docs/news.html                                     |   277 +
 docs/news.html.in                                  |   290 +
 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/storage.html                                  |    95 +-
 docs/storage.html.in                               |   100 +-
 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                          |    44 +-
 include/libvirt/libvirt.h.in                       |    42 +-
 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                                           |  6671 ++++++------
 po/am.gmo                                          |   Bin 16989 -> 16989 bytes
 po/am.po                                           |  6671 ++++++------
 po/ar.gmo                                          |   Bin 17073 -> 17073 bytes
 po/ar.po                                           |  6671 ++++++------
 po/as.gmo                                          |   Bin 1131143 -> 1130754 bytes
 po/as.po                                           |  6858 +++++++------
 po/be.gmo                                          |   Bin 17064 -> 17064 bytes
 po/be.po                                           |  6671 ++++++------
 po/bg.gmo                                          |   Bin 39665 -> 39665 bytes
 po/bg.po                                           |  6673 ++++++------
 po/bn.gmo                                          |   Bin 16990 -> 16990 bytes
 po/bn.po                                           |  6671 ++++++------
 po/bn_IN.gmo                                       |   Bin 287655 -> 287218 bytes
 po/bn_IN.po                                        |  6706 ++++++------
 po/bo.gmo                                          |   Bin 455 -> 455 bytes
 po/bo.po                                           |  6659 ++++++------
 po/bs.gmo                                          |   Bin 18020 -> 18020 bytes
 po/bs.po                                           |  6671 ++++++------
 po/ca.gmo                                          |   Bin 37083 -> 36991 bytes
 po/ca.po                                           |  6682 ++++++------
 po/cs.gmo                                          |   Bin 105990 -> 105752 bytes
 po/cs.po                                           |  6684 ++++++------
 po/cy.gmo                                          |   Bin 17035 -> 17035 bytes
 po/cy.po                                           |  6671 ++++++------
 po/da.gmo                                          |   Bin 23610 -> 23610 bytes
 po/da.po                                           |  6672 ++++++------
 po/de.gmo                                          |   Bin 774810 -> 773637 bytes
 po/de.po                                           |  6714 ++++++------
 po/el.gmo                                          |   Bin 28163 -> 28163 bytes
 po/el.po                                           |  6676 ++++++------
 po/en_GB.gmo                                       |   Bin 717987 -> 716955 bytes
 po/en_GB.po                                        |  6719 ++++++------
 po/es.gmo                                          |   Bin 769131 -> 767921 bytes
 po/es.po                                           |  6718 ++++++------
 po/et.gmo                                          |   Bin 16990 -> 16990 bytes
 po/et.po                                           |  6671 ++++++------
 po/eu_ES.gmo                                       |   Bin 16993 -> 16993 bytes
 po/eu_ES.po                                        |  6671 ++++++------
 po/fa.gmo                                          |   Bin 16983 -> 16983 bytes
 po/fa.po                                           |  6671 ++++++------
 po/fi.gmo                                          |   Bin 29745 -> 29745 bytes
 po/fi.po                                           |  6673 ++++++------
 po/fr.gmo                                          |   Bin 130708 -> 130251 bytes
 po/fr.po                                           |  6688 ++++++------
 po/gl.gmo                                          |   Bin 16990 -> 16990 bytes
 po/gl.po                                           |  6671 ++++++------
 po/gu.gmo                                          |   Bin 1134995 -> 1147838 bytes
 po/gu.po                                           |  7017 ++++++-------
 po/he.gmo                                          |   Bin 16990 -> 16990 bytes
 po/he.po                                           |  6671 ++++++------
 po/hi.gmo                                          |   Bin 545444 -> 544730 bytes
 po/hi.po                                           |  6718 ++++++------
 po/hr.gmo                                          |   Bin 30715 -> 30715 bytes
 po/hr.po                                           |  6673 ++++++------
 po/hu.gmo                                          |   Bin 25997 -> 25997 bytes
 po/hu.po                                           |  6672 ++++++------
 po/hy.gmo                                          |   Bin 16990 -> 16990 bytes
 po/hy.po                                           |  6671 ++++++------
 po/id.gmo                                          |   Bin 16672 -> 16672 bytes
 po/id.po                                           |  6672 ++++++------
 po/is.gmo                                          |   Bin 16990 -> 16990 bytes
 po/is.po                                           |  6671 ++++++------
 po/it.gmo                                          |   Bin 207271 -> 206941 bytes
 po/it.po                                           |  6693 ++++++------
 po/ja.gmo                                          |   Bin 882944 -> 884873 bytes
 po/ja.po                                           |  6896 +++++++------
 po/ka.gmo                                          |   Bin 16983 -> 16983 bytes
 po/ka.po                                           |  6671 ++++++------
 po/kn.gmo                                          |   Bin 705348 -> 732266 bytes
 po/kn.po                                           |  7633 +++++++-------
 po/ko.gmo                                          |   Bin 353111 -> 352417 bytes
 po/ko.po                                           |  6706 ++++++------
 po/ku.gmo                                          |   Bin 16990 -> 16990 bytes
 po/ku.po                                           |  6671 ++++++------
 po/libvirt.pot                                     |  6661 ++++++------
 po/lo.gmo                                          |   Bin 16983 -> 16983 bytes
 po/lo.po                                           |  6671 ++++++------
 po/lt.gmo                                          |   Bin 17053 -> 17053 bytes
 po/lt.po                                           |  6671 ++++++------
 po/lv.gmo                                          |   Bin 17025 -> 17025 bytes
 po/lv.po                                           |  6671 ++++++------
 po/mk.gmo                                          |   Bin 37132 -> 37132 bytes
 po/mk.po                                           |  6672 ++++++------
 po/ml.gmo                                          |   Bin 1369190 -> 1366875 bytes
 po/ml.po                                           |  6714 ++++++------
 po/mr.gmo                                          |   Bin 1091565 -> 1089794 bytes
 po/mr.po                                           |  6716 ++++++------
 po/ms.gmo                                          |   Bin 3156 -> 3156 bytes
 po/ms.po                                           |  6663 ++++++------
 po/my.gmo                                          |   Bin 16983 -> 16983 bytes
 po/my.po                                           |  6671 ++++++------
 po/nb.gmo                                          |   Bin 9818 -> 9818 bytes
 po/nb.po                                           |  6670 ++++++------
 po/nl.gmo                                          |   Bin 300396 -> 300084 bytes
 po/nl.po                                           |  6697 ++++++------
 po/nn.gmo                                          |   Bin 16990 -> 16990 bytes
 po/nn.po                                           |  6671 ++++++------
 po/nso.gmo                                         |   Bin 16990 -> 16990 bytes
 po/nso.po                                          |  6671 ++++++------
 po/or.gmo                                          |   Bin 378687 -> 377986 bytes
 po/or.po                                           |  6692 ++++++------
 po/pa.gmo                                          |   Bin 822023 -> 866216 bytes
 po/pa.po                                           |  7383 +++++++-------
 po/pl.gmo                                          |   Bin 325842 -> 325511 bytes
 po/pl.po                                           |  6716 ++++++------
 po/pt.gmo                                          |   Bin 32395 -> 32395 bytes
 po/pt.po                                           |  6670 ++++++------
 po/pt_BR.gmo                                       |   Bin 764167 -> 762987 bytes
 po/pt_BR.po                                        |  6716 ++++++------
 po/ro.gmo                                          |   Bin 17031 -> 17031 bytes
 po/ro.po                                           |  6671 ++++++------
 po/ru.gmo                                          |   Bin 538704 -> 537889 bytes
 po/ru.po                                           |  6707 ++++++------
 po/si.gmo                                          |   Bin 16990 -> 16990 bytes
 po/si.po                                           |  6671 ++++++------
 po/sk.gmo                                          |   Bin 17017 -> 17017 bytes
 po/sk.po                                           |  6671 ++++++------
 po/sl.gmo                                          |   Bin 17042 -> 17042 bytes
 po/sl.po                                           |  6671 ++++++------
 po/sq.gmo                                          |   Bin 16990 -> 16990 bytes
 po/sq.po                                           |  6671 ++++++------
 po/sr.gmo                                          |   Bin 74064 -> 73681 bytes
 po/sr.po                                           |  6699 ++++++------
 po/sr at latin.gmo                                    |   Bin 58462 -> 58158 bytes
 po/sr at latin.po                                     |  6699 ++++++------
 po/sv.gmo                                          |   Bin 66087 -> 65942 bytes
 po/sv.po                                           |  6685 ++++++------
 po/ta.gmo                                          |   Bin 1271041 -> 1288761 bytes
 po/ta.po                                           |  7369 ++++++-------
 po/te.gmo                                          |   Bin 966845 -> 965424 bytes
 po/te.po                                           |  6710 ++++++------
 po/th.gmo                                          |   Bin 16983 -> 16983 bytes
 po/th.po                                           |  6671 ++++++------
 po/tr.gmo                                          |   Bin 16983 -> 16983 bytes
 po/tr.po                                           |  6671 ++++++------
 po/uk.gmo                                          |   Bin 1057183 -> 1062648 bytes
 po/uk.po                                           |  6896 +++++++------
 po/ur.gmo                                          |   Bin 16990 -> 16990 bytes
 po/ur.po                                           |  6671 ++++++------
 po/vi.gmo                                          |   Bin 287016 -> 286716 bytes
 po/vi.po                                           |  6710 ++++++------
 po/vi_VN.gmo                                       |   Bin 287075 -> 286775 bytes
 po/vi_VN.po                                        |  6710 ++++++------
 po/zh_CN.gmo                                       |   Bin 595373 -> 594531 bytes
 po/zh_CN.po                                        |  6842 +++++++------
 po/zh_TW.gmo                                       |   Bin 21821 -> 21821 bytes
 po/zh_TW.po                                        |  6672 ++++++------
 po/zu.gmo                                          |   Bin 16990 -> 16990 bytes
 po/zu.po                                           |  6671 ++++++------
 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                             |   535 +-
 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                           |    92 +-
 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                           |    18 +-
 src/libxl/libxl_conf.c                             |    14 +-
 src/libxl/libxl_driver.c                           |    31 +-
 src/locking/virtlockd.service.in                   |     1 -
 src/lxc/lxc_container.c                            |   124 +-
 src/lxc/lxc_controller.c                           |    43 +-
 src/lxc/lxc_fuse.c                                 |    22 +-
 src/lxc/lxc_fuse.h                                 |     1 +
 src/network/bridge_driver.c                        |    47 +-
 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                          |    47 +-
 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/virnetmessage.c                            |     4 +-
 src/rpc/virnetsaslcontext.c                        |     8 +-
 src/rpc/virnetsaslcontext.h                        |     2 +-
 src/rpc/virnetsocket.c                             |    21 +-
 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                                 |    73 +
 src/util/virfile.h                                 |    11 +-
 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/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                               |   485 +-
 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                                  |    24 +-
 tests/Makefile.in                                  |   165 +-
 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/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 +-
 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                                      |     2 +-
 tools/virsh.c                                      |     7 +-
 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 +-
 462 files changed, 281877 insertions(+), 270689 deletions(-)
 delete mode 100644 debian/source/local-options
 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/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