[Pkg-libvirt-commits] [libvirt] branch debian/sid updated (439afb5 -> 06cc5cd)

Guido Guenther agx at moszumanska.debian.org
Sat Oct 8 08:40:59 UTC 2016


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

agx pushed a change to branch debian/sid
in repository libvirt.

      from  439afb5   Run testsuite on arm architectures
      adds  6c294c5   Bump symbol versions
      adds  d7e6337   Rediff patches
      adds  f9ce70a   Build with numctl on arm64
      adds  4ab7ff4   build-test: add missing dep on pkg-config
      adds  6858d33   New upstream version 2.3.0~rc1
      adds  0db0034   Merge tag 'upstream/2.3.0_rc1' into debian/experimental
      adds  2e88760   Rediff patches
      adds  0d8ad49   Document changes and release 2.3.0~rc1-1
      adds  dc7e4d4   New upstream version 2.3.0~rc2
      adds  0c51753   Merge tag 'upstream/2.3.0_rc2' into debian/experimental
      adds  b1fcbde   Document changes and release 2.3.0~rc2-1
      adds  512ba55   New upstream version 2.3.0
      adds  4146251   Merge tag 'upstream/2.3.0' into debian/sid
      adds  06cc5cd   Document changes and release 2.3.0-1

No new revisions were added by this update.

Summary of changes:
 AUTHORS                                            |    7 +
 ChangeLog                                          | 2295 ++++++
 Makefile.in                                        |   61 +-
 NEWS                                               |  276 +
 aclocal.m4                                         |    3 +
 config-post.h                                      |    2 +-
 config.h.in                                        |   68 +-
 configure                                          |  461 +-
 configure.ac                                       |    2 +-
 daemon/Makefile.in                                 |   61 +-
 daemon/libvirtd.service.in                         |    1 +
 daemon/stream.c                                    |    2 +-
 debian/changelog                                   |   29 +
 debian/control                                     |    2 +-
 debian/libvirt0.symbols                            |    5 +-
 ...duce-udevadm-settle-timeout-to-10-seconds.patch |    2 +-
 debian/patches/Set-defaults-for-zfs-tools.patch    |    2 +-
 .../debian/Debianize-systemd-service-files.patch   |    8 +-
 .../Don-t-enable-default-network-on-boot.patch     |    4 +-
 .../debian/apparmor_profiles_local_include.patch   |   13 +-
 debian/patches/debian/remove-RHism.diff.patch      |    2 +-
 ...-helper-apparmor-allow-usr-share-OVMF-too.patch |    4 +-
 debian/rules                                       |    2 +-
 debian/tests/control                               |    2 +-
 docs/Makefile.in                                   |   61 +-
 docs/aclpolkit.html                                |    2 +-
 docs/aclpolkit.html.in                             |    4 +
 docs/auditlog.html                                 |   10 +
 docs/auditlog.html.in                              |   19 +
 docs/bindings.html                                 |    3 +
 docs/bindings.html.in                              |    4 +
 docs/devhelp/libvirt-virterror.html                |    1 +
 docs/devhelp/libvirt.devhelp                       |    7 +
 docs/formatdomain.html                             |   33 +-
 docs/formatdomain.html.in                          |   55 +-
 docs/formatdomaincaps.html                         |   56 +
 docs/formatdomaincaps.html.in                      |   65 +
 docs/formatsecret.html                             |   59 +-
 docs/formatsecret.html.in                          |   59 +-
 docs/html/libvirt-libvirt-domain.html              |   18 +-
 docs/html/libvirt-libvirt-host.html                |    2 +-
 docs/html/libvirt-libvirt-nodedev.html             |    2 +-
 docs/html/libvirt-libvirt-secret.html              |    2 +-
 docs/html/libvirt-virterror.html                   |    2 +-
 docs/hvsupport.html                                |   14 +-
 docs/hvsupport.html.in                             |   14 +-
 docs/libvirt-admin-api.xml                         |    2 +-
 docs/libvirt-admin-refs.xml                        |    4 +-
 docs/libvirt-api.xml                               |   63 +-
 docs/libvirt-refs.xml                              |  160 +-
 docs/migration.html                                |    5 +-
 docs/migration.html.in                             |    5 +-
 docs/news.html                                     |  270 +
 docs/news.html.in                                  |  281 +
 docs/remote.html                                   |   23 +-
 docs/remote.html.in                                |   41 +-
 docs/schemas/cputypes.rng                          |  135 +
 docs/schemas/domaincaps.rng                        |   60 +
 docs/schemas/domaincommon.rng                      |  152 +-
 docs/schemas/secret.rng                            |   10 +
 examples/Makefile.in                               |   61 +-
 examples/apparmor/libvirt-qemu                     |   19 -
 examples/apparmor/usr.sbin.libvirtd                |   18 +
 gnulib/lib/Makefile.in                             |  153 +-
 gnulib/lib/canonicalize-lgpl.c                     |    2 +-
 gnulib/lib/flexmember.h                            |   42 +
 gnulib/lib/fnmatch.c                               |    2 +
 gnulib/lib/fnmatch_loop.c                          |    4 +-
 gnulib/lib/gnulib.mk                               |   36 +
 gnulib/lib/intprops.h                              |   58 +-
 gnulib/lib/limits.in.h                             |   63 +
 gnulib/lib/stdint.in.h                             |  747 +-
 gnulib/lib/xalloc-oversized.h                      |   12 +-
 gnulib/tests/Makefile.in                           |  234 +-
 gnulib/tests/error.c                               |    6 +-
 gnulib/tests/getprogname.c                         |   49 +
 gnulib/tests/{test-xalloc-die.c => getprogname.h}  |   32 +-
 gnulib/tests/gnulib.mk                             |   30 +-
 gnulib/tests/localename.c                          |    6 +-
 gnulib/tests/progname.c                            |   92 -
 gnulib/tests/progname.h                            |   62 -
 gnulib/tests/test-c-strncasecmp.c                  |    3 +
 .../{test-xalloc-die.c => test-getprogname.c}      |   19 +-
 gnulib/tests/test-limits-h.c                       |   46 +
 gnulib/tests/test-nonblocking-pipe-main.c          |    3 -
 gnulib/tests/test-nonblocking-socket-main.c        |    3 -
 gnulib/tests/test-sigpipe.sh                       |    2 +-
 gnulib/tests/test-stdint.c                         |   58 +
 gnulib/tests/test-xalloc-die.c                     |    2 -
 include/libvirt/Makefile.in                        |   61 +-
 include/libvirt/libvirt-common.h                   |    4 +-
 include/libvirt/libvirt-common.h.in                |    2 +-
 include/libvirt/libvirt-domain.h                   |   40 +
 include/libvirt/libvirt-secret.h                   |    1 +
 include/libvirt/virterror.h                        |    2 +
 libvirt.spec                                       |    3 +-
 libvirt.spec.in                                    |    1 +
 m4/extensions.m4                                   |   44 +-
 m4/flexmember.m4                                   |   43 +
 m4/getprogname.m4                                  |   13 +
 m4/gnulib-comp.m4                                  |   26 +-
 m4/limits-h.m4                                     |   29 +
 m4/manywarnings.m4                                 |    1 +
 m4/stdint.m4                                       |   48 +-
 m4/stdio_h.m4                                      |   12 +-
 m4/sys_types_h.m4                                  |   27 +-
 m4/virt-sanlock.m4                                 |   14 +-
 maint.mk                                           |    9 -
 mingw-libvirt.spec.in                              |    2 +
 po/POTFILES.in                                     |    1 +
 po/af.gmo                                          |  Bin 411 -> 411 bytes
 po/af.po                                           | 8481 +++++++++----------
 po/am.gmo                                          |  Bin 408 -> 408 bytes
 po/am.po                                           | 8481 +++++++++----------
 po/anp.gmo                                         |  Bin 409 -> 409 bytes
 po/anp.po                                          | 8481 +++++++++----------
 po/ar.gmo                                          |  Bin 16919 -> 16919 bytes
 po/ar.po                                           | 8518 +++++++++----------
 po/as.gmo                                          |  Bin 996057 -> 992387 bytes
 po/as.po                                           | 8575 +++++++++----------
 po/ast.gmo                                         |  Bin 411 -> 411 bytes
 po/ast.po                                          | 8481 +++++++++----------
 po/bal.gmo                                         |  Bin 403 -> 403 bytes
 po/bal.po                                          | 8481 +++++++++----------
 po/be.gmo                                          |  Bin 486 -> 486 bytes
 po/be.po                                           | 8481 +++++++++----------
 po/bg.gmo                                          |  Bin 38338 -> 38338 bytes
 po/bg.po                                           | 8518 +++++++++----------
 po/bn.gmo                                          |  Bin 16837 -> 16837 bytes
 po/bn.po                                           | 8518 +++++++++----------
 po/bn_IN.gmo                                       |  Bin 392936 -> 391674 bytes
 po/bn_IN.po                                        | 8531 +++++++++----------
 po/bo.gmo                                          |  Bin 402 -> 402 bytes
 po/bo.po                                           | 8481 +++++++++----------
 po/br.gmo                                          |  Bin 407 -> 407 bytes
 po/br.po                                           | 8481 +++++++++----------
 po/brx.gmo                                         |  Bin 407 -> 407 bytes
 po/brx.po                                          | 8481 +++++++++----------
 po/bs.gmo                                          |  Bin 17903 -> 17903 bytes
 po/bs.po                                           | 8518 +++++++++----------
 po/ca.gmo                                          |  Bin 39163 -> 39163 bytes
 po/ca.po                                           | 8510 +++++++++----------
 po/cs.gmo                                          |  Bin 99969 -> 99843 bytes
 po/cs.po                                           | 8526 +++++++++----------
 po/cy.gmo                                          |  Bin 16874 -> 16874 bytes
 po/cy.po                                           | 8518 +++++++++----------
 po/da.gmo                                          |  Bin 22917 -> 22917 bytes
 po/da.po                                           | 8518 +++++++++----------
 po/de.gmo                                          |  Bin 665500 -> 663051 bytes
 po/de.po                                           | 8578 +++++++++----------
 po/de_CH.gmo                                       |  Bin 425 -> 425 bytes
 po/de_CH.po                                        | 8481 +++++++++----------
 po/el.gmo                                          |  Bin 26421 -> 26421 bytes
 po/el.po                                           | 8514 +++++++++----------
 po/en_GB.gmo                                       |  Bin 615428 -> 613066 bytes
 po/en_GB.po                                        | 8587 +++++++++----------
 po/eo.gmo                                          |  Bin 411 -> 411 bytes
 po/eo.po                                           | 8481 +++++++++----------
 po/es.gmo                                          |  Bin 662234 -> 659631 bytes
 po/es.po                                           | 8583 +++++++++----------
 po/et.gmo                                          |  Bin 16838 -> 16838 bytes
 po/et.po                                           | 8518 +++++++++----------
 po/eu.gmo                                          |  Bin 16847 -> 16847 bytes
 po/eu.po                                           | 8518 +++++++++----------
 po/fa.gmo                                          |  Bin 402 -> 402 bytes
 po/fa.po                                           | 8481 +++++++++----------
 po/fi.gmo                                          |  Bin 28712 -> 28712 bytes
 po/fi.po                                           | 8518 +++++++++----------
 po/fr.gmo                                          |  Bin 116452 -> 116097 bytes
 po/fr.po                                           | 8515 +++++++++----------
 po/gl.gmo                                          |  Bin 16838 -> 16838 bytes
 po/gl.po                                           | 8518 +++++++++----------
 po/gu.gmo                                          |  Bin 986328 -> 982386 bytes
 po/gu.po                                           | 8574 +++++++++----------
 po/he.gmo                                          |  Bin 16836 -> 16836 bytes
 po/he.po                                           | 8518 +++++++++----------
 po/hi.gmo                                          |  Bin 571498 -> 568828 bytes
 po/hi.po                                           | 8556 +++++++++----------
 po/hr.gmo                                          |  Bin 484 -> 484 bytes
 po/hr.po                                           | 8481 +++++++++----------
 po/hu.gmo                                          |  Bin 25196 -> 25196 bytes
 po/hu.po                                           | 8518 +++++++++----------
 po/ia.gmo                                          |  Bin 413 -> 413 bytes
 po/ia.po                                           | 8481 +++++++++----------
 po/id.gmo                                          |  Bin 16247 -> 16247 bytes
 po/id.po                                           | 8517 +++++++++----------
 po/ilo.gmo                                         |  Bin 401 -> 401 bytes
 po/ilo.po                                          | 8481 +++++++++----------
 po/is.gmo                                          |  Bin 16839 -> 16839 bytes
 po/is.po                                           | 8518 +++++++++----------
 po/it.gmo                                          |  Bin 184602 -> 183255 bytes
 po/it.po                                           | 8517 +++++++++----------
 po/ja.gmo                                          |  Bin 764534 -> 761477 bytes
 po/ja.po                                           | 8584 +++++++++----------
 po/ka.gmo                                          |  Bin 16831 -> 16831 bytes
 po/ka.po                                           | 8518 +++++++++----------
 po/kk.gmo                                          |  Bin 401 -> 401 bytes
 po/kk.po                                           | 8481 +++++++++----------
 po/km.gmo                                          |  Bin 400 -> 400 bytes
 po/km.po                                           | 8481 +++++++++----------
 po/kn.gmo                                          |  Bin 1095653 -> 1091604 bytes
 po/kn.po                                           | 8576 +++++++++----------
 po/ko.gmo                                          |  Bin 376450 -> 375350 bytes
 po/ko.po                                           | 8540 +++++++++----------
 po/kw.gmo                                          |  Bin 444 -> 444 bytes
 po/kw.po                                           | 8481 +++++++++----------
 po/kw at kkcor.gmo                                    |  Bin 471 -> 471 bytes
 po/kw at kkcor.po                                     | 8481 +++++++++----------
 po/kw at uccor.gmo                                    |  Bin 472 -> 472 bytes
 po/kw at uccor.po                                     | 8481 +++++++++----------
 po/kw_GB.gmo                                       |  Bin 464 -> 464 bytes
 po/kw_GB.po                                        | 8481 +++++++++----------
 po/ky.gmo                                          |  Bin 402 -> 402 bytes
 po/ky.po                                           | 8481 +++++++++----------
 po/libvirt.pot                                     | 8483 +++++++++----------
 po/lt.gmo                                          |  Bin 16903 -> 16903 bytes
 po/lt.po                                           | 8518 +++++++++----------
 po/lv.gmo                                          |  Bin 16872 -> 16872 bytes
 po/lv.po                                           | 8518 +++++++++----------
 po/mai.gmo                                         |  Bin 411 -> 411 bytes
 po/mai.po                                          | 8481 +++++++++----------
 po/mk.gmo                                          |  Bin 35794 -> 35794 bytes
 po/mk.po                                           | 8518 +++++++++----------
 po/ml.gmo                                          |  Bin 1168447 -> 1164080 bytes
 po/ml.po                                           | 8571 +++++++++----------
 po/mn.gmo                                          |  Bin 411 -> 411 bytes
 po/mn.po                                           | 8481 +++++++++----------
 po/mr.gmo                                          |  Bin 1053003 -> 1048755 bytes
 po/mr.po                                           | 8580 +++++++++----------
 po/ms.gmo                                          |  Bin 3080 -> 3080 bytes
 po/ms.po                                           | 8506 +++++++++----------
 po/nb.gmo                                          |  Bin 9923 -> 9923 bytes
 po/nb.po                                           | 8517 +++++++++----------
 po/nds.gmo                                         |  Bin 406 -> 406 bytes
 po/nds.po                                          | 8481 +++++++++----------
 po/ne.gmo                                          |  Bin 408 -> 408 bytes
 po/ne.po                                           | 8481 +++++++++----------
 po/nl.gmo                                          |  Bin 270746 -> 269361 bytes
 po/nl.po                                           | 8546 +++++++++----------
 po/nn.gmo                                          |  Bin 16847 -> 16847 bytes
 po/nn.po                                           | 8518 +++++++++----------
 po/nso.gmo                                         |  Bin 16845 -> 16845 bytes
 po/nso.po                                          | 8518 +++++++++----------
 po/or.gmo                                          |  Bin 881992 -> 879426 bytes
 po/or.po                                           | 8553 +++++++++----------
 po/pa.gmo                                          |  Bin 894591 -> 891189 bytes
 po/pa.po                                           | 8571 +++++++++----------
 po/pl.gmo                                          |  Bin 293078 -> 291565 bytes
 po/pl.po                                           | 8547 +++++++++----------
 po/pt.gmo                                          |  Bin 31287 -> 31287 bytes
 po/pt.po                                           | 8507 +++++++++----------
 po/pt_BR.gmo                                       |  Bin 666009 -> 663535 bytes
 po/pt_BR.po                                        | 8579 +++++++++----------
 po/ro.gmo                                          |  Bin 16879 -> 16879 bytes
 po/ro.po                                           | 8518 +++++++++----------
 po/ru.gmo                                          |  Bin 777802 -> 774784 bytes
 po/ru.po                                           | 8570 +++++++++----------
 po/si.gmo                                          |  Bin 16837 -> 16837 bytes
 po/si.po                                           | 8518 +++++++++----------
 po/sk.gmo                                          |  Bin 16863 -> 16863 bytes
 po/sk.po                                           | 8518 +++++++++----------
 po/sl.gmo                                          |  Bin 16891 -> 16891 bytes
 po/sl.po                                           | 8518 +++++++++----------
 po/sq.gmo                                          |  Bin 16838 -> 16838 bytes
 po/sq.po                                           | 8518 +++++++++----------
 po/sr.gmo                                          |  Bin 70078 -> 70078 bytes
 po/sr.po                                           | 8525 +++++++++----------
 po/sr at latin.gmo                                    |  Bin 55376 -> 55376 bytes
 po/sr at latin.po                                     | 8525 +++++++++----------
 po/sv.gmo                                          |  Bin 62206 -> 62099 bytes
 po/sv.po                                           | 8512 +++++++++----------
 po/ta.gmo                                          |  Bin 1138806 -> 1134135 bytes
 po/ta.po                                           | 8587 +++++++++----------
 po/te.gmo                                          |  Bin 996146 -> 992200 bytes
 po/te.po                                           | 8573 +++++++++----------
 po/tg.gmo                                          |  Bin 400 -> 400 bytes
 po/tg.po                                           | 8481 +++++++++----------
 po/th.gmo                                          |  Bin 16827 -> 16827 bytes
 po/th.po                                           | 8518 +++++++++----------
 po/tr.gmo                                          |  Bin 16830 -> 16830 bytes
 po/tr.po                                           | 8518 +++++++++----------
 po/tw.gmo                                          |  Bin 398 -> 398 bytes
 po/tw.po                                           | 8481 +++++++++----------
 po/uk.gmo                                          |  Bin 1206710 -> 1201453 bytes
 po/uk.po                                           | 8627 ++++++++++----------
 po/ur.gmo                                          |  Bin 16834 -> 16834 bytes
 po/ur.po                                           | 8518 +++++++++----------
 po/vi.gmo                                          |  Bin 260243 -> 259272 bytes
 po/vi.po                                           | 8554 +++++++++----------
 po/wba.gmo                                         |  Bin 399 -> 399 bytes
 po/wba.po                                          | 8481 +++++++++----------
 po/yo.gmo                                          |  Bin 408 -> 408 bytes
 po/yo.po                                           | 8481 +++++++++----------
 po/zh_CN.gmo                                       |  Bin 621812 -> 619564 bytes
 po/zh_CN.po                                        | 8572 +++++++++----------
 po/zh_HK.gmo                                       |  Bin 427 -> 427 bytes
 po/zh_HK.po                                        | 8481 +++++++++----------
 po/zh_TW.gmo                                       |  Bin 21141 -> 21141 bytes
 po/zh_TW.po                                        | 8518 +++++++++----------
 po/zu.gmo                                          |  Bin 16834 -> 16834 bytes
 po/zu.po                                           | 8518 +++++++++----------
 src/Makefile.in                                    |   61 +-
 src/access/viraccessdriverpolkit.c                 |   13 +
 src/bhyve/bhyve_domain.c                           |    6 +-
 src/bhyve/bhyve_driver.c                           |    9 +-
 src/conf/cpu_conf.c                                |   64 +-
 src/conf/cpu_conf.h                                |   21 +
 src/conf/domain_addr.c                             |    5 +-
 src/conf/domain_audit.c                            |   45 +-
 src/conf/domain_audit.h                            |    4 +
 src/conf/domain_capabilities.c                     |  198 +
 src/conf/domain_capabilities.h                     |   47 +
 src/conf/domain_conf.c                             |  259 +-
 src/conf/domain_conf.h                             |   70 +-
 src/conf/node_device_conf.c                        |    2 +-
 src/conf/secret_conf.c                             |   23 +-
 src/conf/secret_conf.h                             |    1 +
 src/conf/snapshot_conf.c                           |    2 +-
 src/conf/storage_conf.c                            |    2 +-
 src/conf/virdomainobjlist.c                        |    2 +-
 src/conf/virsecretobj.c                            |    5 +
 src/cpu/cpu.c                                      |  256 +-
 src/cpu/cpu.h                                      |   72 +-
 src/cpu/cpu_arm.c                                  |   77 +-
 src/cpu/cpu_ppc64.c                                |   48 +-
 src/cpu/cpu_s390.c                                 |    1 -
 src/cpu/cpu_x86.c                                  |  429 +-
 src/driver-hypervisor.h                            |    2 +-
 src/driver.c                                       |    2 +-
 src/esx/esx_driver.c                               |    8 +-
 src/esx/esx_vi.c                                   |    2 +-
 src/hyperv/hyperv_wmi.generated.c                  |  208 +
 src/hyperv/hyperv_wmi.generated.h                  |  104 +
 src/hyperv/hyperv_wmi_classes.generated.c          |  518 ++
 src/hyperv/hyperv_wmi_classes.generated.h          |  739 ++
 src/hyperv/hyperv_wmi_classes.generated.typedef    |   26 +
 src/hyperv/hyperv_wmi_generator.input              |  487 ++
 src/hyperv/hyperv_wmi_generator.py                 |    4 +-
 src/interface/interface_backend_udev.c             |    2 +-
 src/libvirt-admin.c                                |    2 +-
 src/libvirt-domain.c                               |   28 +
 src/libvirt-host.c                                 |    3 +-
 src/libvirt-nodedev.c                              |    4 +-
 src/libvirt_private.syms                           |   36 +-
 src/libxl/libxl_capabilities.c                     |  168 +-
 src/libxl/libxl_conf.c                             |  225 +-
 src/libxl/libxl_conf.h                             |    8 +
 src/libxl/libxl_domain.c                           |  112 +-
 src/libxl/libxl_driver.c                           |   82 +-
 src/libxl/libxl_migration.c                        |   26 +
 src/libxl/libxl_migration.h                        |    1 +
 src/locking/lock_driver_sanlock.c                  |   79 +-
 src/logging/virtlogd.service.in                    |    1 +
 src/logging/virtlogd.socket.in                     |    1 +
 src/lxc/lxc_controller.c                           |    2 +-
 src/lxc/lxc_domain.c                               |    6 +-
 src/lxc/lxc_driver.c                               |    6 +-
 src/lxc/lxc_native.c                               |    2 +-
 src/lxc/lxc_process.c                              |    7 +-
 src/openvz/openvz_conf.c                           |    2 +-
 src/openvz/openvz_driver.c                         |   11 +-
 src/phyp/phyp_driver.c                             |    7 +-
 src/qemu/libvirtd_qemu.aug                         |   16 +-
 src/qemu/qemu.conf                                 |  115 +-
 src/qemu/qemu_agent.c                              |   93 +-
 src/qemu/qemu_alias.c                              |   48 +-
 src/qemu/qemu_alias.h                              |    7 +
 src/qemu/qemu_capabilities.c                       |  400 +-
 src/qemu/qemu_capabilities.h                       |   27 +-
 src/qemu/qemu_capspriv.h                           |   13 +-
 src/qemu/qemu_cgroup.c                             |   92 +-
 src/qemu/qemu_cgroup.h                             |   11 +
 src/qemu/qemu_command.c                            |  579 +-
 src/qemu/qemu_command.h                            |   12 +-
 src/qemu/qemu_conf.c                               |  158 +-
 src/qemu/qemu_conf.h                               |   13 +
 src/qemu/qemu_domain.c                             |  147 +-
 src/qemu/qemu_domain.h                             |   10 +
 src/qemu/qemu_domain_address.c                     |    2 +-
 src/qemu/qemu_driver.c                             |  577 +-
 src/qemu/qemu_hotplug.c                            |   68 +-
 src/qemu/qemu_migration.c                          |   24 +-
 src/qemu/qemu_monitor.c                            |   72 +-
 src/qemu/qemu_monitor.h                            |   15 +-
 src/qemu/qemu_monitor_json.c                       |   35 +-
 src/qemu/qemu_monitor_json.h                       |    2 +-
 src/qemu/qemu_parse_command.c                      |    4 +-
 src/qemu/qemu_process.c                            |  187 +-
 src/qemu/test_libvirtd_qemu.aug.in                 |    7 +
 src/security/virt-aa-helper.c                      |   14 +-
 src/storage/storage_backend_fs.c                   |   16 +-
 src/storage/storage_backend_rbd.c                  |    4 +-
 src/test/test_driver.c                             |  183 +-
 src/uml/uml_conf.h                                 |    2 +-
 src/uml/uml_driver.c                               |   24 +-
 src/util/vircgroup.c                               |    2 +-
 src/util/virclosecallbacks.c                       |    3 +
 src/util/vircommand.c                              |   14 +
 src/util/vircommand.h                              |    1 +
 src/util/virerror.c                                |    6 +
 src/util/virhostcpu.c                              |   42 +-
 src/util/virhostcpu.h                              |    4 +
 src/util/virhostdev.c                              |    2 +-
 src/util/virhostdev.h                              |    6 +
 src/util/virlog.c                                  |    3 +-
 src/util/virnuma.c                                 |   18 +-
 src/util/virnuma.h                                 |    2 +-
 src/util/virpci.c                                  |  151 +-
 src/util/virperf.c                                 |  230 +-
 src/util/virperf.h                                 |   14 +-
 src/util/virprocess.c                              |   39 +
 src/util/virprocess.h                              |    1 +
 src/util/virstoragefile.c                          |   33 +-
 src/util/virutil.c                                 |    2 +-
 src/vbox/vbox_common.c                             |    8 +-
 src/vbox/vbox_common.h                             |    2 +-
 src/vmware/vmware_conf.c                           |    6 +-
 src/vmware/vmware_driver.c                         |   10 +-
 src/vmx/vmx.c                                      |    8 +-
 src/vz/vz_driver.c                                 |    9 +-
 src/xen/xen_driver.c                               |   11 +-
 src/xen/xm_internal.c                              |    1 +
 src/xenapi/xenapi_driver.c                         |    8 +-
 src/xenconfig/xen_common.c                         |   21 +-
 src/xenconfig/xen_sxpr.c                           |    2 +-
 src/xenconfig/xen_xl.c                             |  178 +-
 src/xenconfig/xen_xm.c                             |    2 +-
 tests/Makefile.am                                  |    1 +
 tests/Makefile.in                                  |   73 +-
 tests/bhyvexml2argvtest.c                          |    2 +-
 tests/cputest.c                                    |   24 +-
 .../cputestdata/x86-host+host-model-nofallback.xml |    2 +-
 tests/cputestdata/x86-host+host-model.xml          |    2 +-
 .../x86-host+host-passthrough-features.xml         |    4 +
 tests/cputestdata/x86-host+host-passthrough.xml    |   19 +-
 tests/cputestdata/x86-host+min.xml                 |   27 +-
 tests/cputestdata/x86-host+pentium3.xml            |   39 +-
 tests/cputestdata/x86-host-invtsc+host-model.xml   |    2 +-
 .../cputestdata/x86-host-passthrough-features.xml  |    4 +
 tests/domaincapsschemadata/basic.xml               |    5 +
 tests/domaincapsschemadata/full.xml                |   12 +
 tests/domaincapsschemadata/libxl-xenfv-usb.xml     |    5 +
 tests/domaincapsschemadata/libxl-xenfv.xml         |    5 +
 tests/domaincapsschemadata/libxl-xenpv-usb.xml     |    5 +
 tests/domaincapsschemadata/libxl-xenpv.xml         |    5 +
 tests/domaincapsschemadata/qemu_1.7.0.x86_64.xml   |   32 +
 .../qemu_2.6.0-gicv2-virt.aarch64.xml              |   36 +
 .../qemu_2.6.0-gicv3-virt.aarch64.xml              |   36 +
 tests/domaincapsschemadata/qemu_2.6.0.aarch64.xml  |   36 +
 tests/domaincapsschemadata/qemu_2.6.0.ppc64le.xml  |   10 +
 tests/domaincapsschemadata/qemu_2.6.0.x86_64.xml   |   36 +
 tests/domaincapstest.c                             |   78 +-
 tests/domainconftest.c                             |    2 +-
 tests/genericxml2xmlindata/generic-perf.xml        |    4 +
 tests/qemuagenttest.c                              |    2 +-
 .../qemucapabilitiesdata/caps_2.7.0.x86_64.replies |   39 +-
 tests/qemucapabilitiesdata/caps_2.7.0.x86_64.xml   |    7 +-
 tests/qemucapabilitiestest.c                       |    2 +-
 tests/qemucapsprobe.c                              |    2 +-
 tests/qemuhelpdata/qemu-0.12.1                     |    7 +-
 tests/qemuhelpdata/qemu-0.12.1-device              |   62 +
 tests/qemuhelpdata/qemu-1.0                        |    1 +
 tests/qemuhelpdata/qemu-1.0-device                 |  146 +-
 tests/qemuhelpdata/qemu-1.1.0                      |    1 +
 tests/qemuhelpdata/qemu-1.1.0-device               |   20 +-
 tests/qemuhelpdata/qemu-1.2.0                      |    1 +
 tests/qemuhelpdata/qemu-1.2.0-device               |  226 -
 tests/qemuhelpdata/qemu-kvm-0.12.1.2-rhel60        |  227 -
 tests/qemuhelpdata/qemu-kvm-0.12.1.2-rhel60-device |   57 -
 tests/qemuhelpdata/qemu-kvm-0.12.1.2-rhel61        |  229 -
 tests/qemuhelpdata/qemu-kvm-0.12.1.2-rhel61-device |   99 -
 tests/qemuhelpdata/qemu-kvm-0.12.1.2-rhel62-beta   |  230 -
 .../qemu-kvm-0.12.1.2-rhel62-beta-device           |  120 -
 tests/qemuhelpdata/qemu-kvm-0.12.3                 |    7 +-
 tests/qemuhelpdata/qemu-kvm-0.12.3-device          |   63 +
 tests/qemuhelpdata/qemu-kvm-0.13.0                 |    1 -
 tests/qemuhelpdata/qemu-kvm-0.13.0-device          |    4 +-
 tests/qemuhelpdata/qemu-kvm-1.2.0                  |    1 +
 tests/qemuhelptest.c                               |  150 +-
 tests/qemuhotplugtest.c                            |    3 +-
 .../qemumonitorjson-cpuinfo-ppc64-basic.data       |   48 +
 .../qemumonitorjson-cpuinfo-ppc64-hotplug-1.data   |   48 +
 .../qemumonitorjson-cpuinfo-ppc64-hotplug-2.data   |   48 +
 .../qemumonitorjson-cpuinfo-ppc64-hotplug-4.data   |   48 +
 .../qemumonitorjson-cpuinfo-ppc64-no-threads.data  |   32 +
 ...emumonitorjson-cpuinfo-x86-basic-pluggable.data |   16 +
 .../qemumonitorjson-cpuinfo-x86-full.data          |   22 +
 tests/qemumonitorjsontest.c                        |   13 +-
 .../qemuxml2argv-aarch64-video-virtio-gpu-pci.args |   26 +
 .../qemuxml2argv-aarch64-video-virtio-gpu-pci.xml  |   36 +
 .../qemuxml2argvdata/qemuxml2argv-cpu-Haswell2.xml |    2 +-
 .../qemuxml2argv-cpu-Haswell3.args                 |    2 +-
 tests/qemuxml2argvdata/qemuxml2argv-cpu-exact1.xml |   12 +-
 .../qemuxml2argv-cpu-exact2-nofallback.args        |    3 +-
 .../qemuxml2argv-cpu-exact2-nofallback.xml         |   14 +-
 .../qemuxml2argvdata/qemuxml2argv-cpu-exact2.args  |    3 +-
 tests/qemuxml2argvdata/qemuxml2argv-cpu-exact2.xml |   14 +-
 .../qemuxml2argv-cpu-fallback.args                 |    2 +-
 .../qemuxml2argv-cpu-host-model-cmt.args           |    2 +-
 .../qemuxml2argv-cpu-host-model-fallback.args      |    2 +-
 .../qemuxml2argv-cpu-minimum2.args                 |    2 +-
 .../qemuxml2argvdata/qemuxml2argv-cpu-minimum2.xml |    6 +-
 .../qemuxml2argvdata/qemuxml2argv-cpu-strict1.args |    3 +-
 .../qemuxml2argvdata/qemuxml2argv-cpu-strict1.xml  |   20 +-
 .../qemuxml2argv-graphics-spice-timeout.xml        |   24 +-
 .../qemuxml2argv-hugepages-pages2.args             |   10 +-
 ...args => qemuxml2argv-machine-core-cfg-off.args} |    0
 ...c.xml => qemuxml2argv-machine-core-cfg-off.xml} |    0
 ...ml2argv-net-virtio-rxqueuesize-invalid-size.xml |   29 +
 .../qemuxml2argv-net-virtio-rxqueuesize.args       |   25 +
 .../qemuxml2argv-net-virtio-rxqueuesize.xml        |   29 +
 .../qemuxml2argv-pseries-cpu-exact.args            |    2 +-
 .../qemuxml2argv-pseries-cpu-exact.xml             |    2 +-
 .../qemuxml2argv-serial-tcp-tlsx509-chardev.args   |   33 +
 .../qemuxml2argv-serial-tcp-tlsx509-chardev.xml    |   41 +
 tests/qemuxml2argvdata/qemuxml2argv-shmem.args     |   16 +-
 tests/qemuxml2argvtest.c                           |  334 +-
 ...qemuxml2xmlout-aarch64-video-virtio-gpu-pci.xml |   45 +
 .../qemuxml2xmlout-graphics-spice-timeout.xml      |   24 +-
 .../qemuxml2xmlout-net-virtio-rxqueuesize.xml      |   41 +
 .../qemuxml2xmlout-serial-tcp-tlsx509-chardev.xml  |   50 +
 tests/qemuxml2xmltest.c                            |    7 +
 tests/secretxml2xmlin/usage-tls.xml                |    7 +
 tests/secretxml2xmltest.c                          |    1 +
 tests/securityselinuxlabeltest.c                   |    2 +-
 tests/testutils.c                                  |    9 +-
 tests/testutilsqemu.c                              |  128 +-
 tests/testutilsqemu.h                              |   11 +-
 tests/virsh-self-test                              |   21 +-
 tests/virstoragetest.c                             |   10 +-
 tests/{virsh-self-test => virt-admin-self-test}    |   21 +-
 tests/xlconfigdata/test-channel-pty.cfg            |   13 +
 tests/xlconfigdata/test-channel-pty.xml            |   33 +
 tests/xlconfigdata/test-channel-unix.cfg           |   13 +
 tests/xlconfigdata/test-channel-unix.xml           |   34 +
 .../test-fullvirt-multiserial.cfg}                 |    8 +-
 .../test-fullvirt-multiserial.xml}                 |   25 +-
 tests/xlconfigtest.c                               |   11 +-
 .../test-fullvirt-serial-dev-2nd-port.cfg          |   27 -
 .../test-fullvirt-serial-dev-2nd-port.xml          |   61 -
 tests/xmconfigtest.c                               |    4 +-
 tests/xml2sexprtest.c                              |    2 +-
 tests/xml2vmxtest.c                                |    2 +-
 tools/Makefile.in                                  |   61 +-
 tools/libvirt-guests.service.in                    |    7 +-
 tools/virsh-domain.c                               |   10 +-
 tools/virsh-host.c                                 |   40 +-
 tools/virsh-network.c                              |    2 +-
 tools/virsh-nodedev.c                              |    8 +-
 tools/virsh-pool.c                                 |    2 +-
 tools/virsh-volume.c                               |    4 +-
 tools/virsh.1.in                                   |   54 +-
 tools/virsh.c                                      |   45 +-
 tools/virsh.pod                                    |   50 +-
 tools/virt-admin.1.in                              |   48 +-
 tools/virt-admin.c                                 |   29 +-
 tools/virt-admin.pod                               |   46 +-
 tools/vsh.c                                        |  398 +-
 tools/vsh.h                                        |   15 +-
 559 files changed, 428536 insertions(+), 409519 deletions(-)
 create mode 100644 docs/schemas/cputypes.rng
 create mode 100644 gnulib/lib/flexmember.h
 create mode 100644 gnulib/lib/limits.in.h
 create mode 100644 gnulib/tests/getprogname.c
 copy gnulib/tests/{test-xalloc-die.c => getprogname.h} (63%)
 delete mode 100644 gnulib/tests/progname.c
 delete mode 100644 gnulib/tests/progname.h
 copy gnulib/tests/{test-xalloc-die.c => test-getprogname.c} (70%)
 create mode 100644 gnulib/tests/test-limits-h.c
 create mode 100644 m4/flexmember.m4
 create mode 100644 m4/getprogname.m4
 create mode 100644 m4/limits-h.m4
 create mode 100644 tests/cputestdata/x86-host+host-passthrough-features.xml
 create mode 100644 tests/cputestdata/x86-host-passthrough-features.xml
 delete mode 100644 tests/qemuhelpdata/qemu-1.2.0-device
 delete mode 100644 tests/qemuhelpdata/qemu-kvm-0.12.1.2-rhel60
 delete mode 100644 tests/qemuhelpdata/qemu-kvm-0.12.1.2-rhel60-device
 delete mode 100644 tests/qemuhelpdata/qemu-kvm-0.12.1.2-rhel61
 delete mode 100644 tests/qemuhelpdata/qemu-kvm-0.12.1.2-rhel61-device
 delete mode 100644 tests/qemuhelpdata/qemu-kvm-0.12.1.2-rhel62-beta
 delete mode 100644 tests/qemuhelpdata/qemu-kvm-0.12.1.2-rhel62-beta-device
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-aarch64-video-virtio-gpu-pci.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-aarch64-video-virtio-gpu-pci.xml
 copy tests/qemuxml2argvdata/{qemuxml2argv-machine-core-off.args => qemuxml2argv-machine-core-cfg-off.args} (100%)
 copy tests/qemuxml2argvdata/{qemuxml2argv-clock-utc.xml => qemuxml2argv-machine-core-cfg-off.xml} (100%)
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-net-virtio-rxqueuesize-invalid-size.xml
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-net-virtio-rxqueuesize.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-net-virtio-rxqueuesize.xml
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-serial-tcp-tlsx509-chardev.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-serial-tcp-tlsx509-chardev.xml
 create mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-aarch64-video-virtio-gpu-pci.xml
 create mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-net-virtio-rxqueuesize.xml
 create mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-serial-tcp-tlsx509-chardev.xml
 create mode 100644 tests/secretxml2xmlin/usage-tls.xml
 copy tests/{virsh-self-test => virt-admin-self-test} (67%)
 create mode 100644 tests/xlconfigdata/test-channel-pty.cfg
 create mode 100644 tests/xlconfigdata/test-channel-pty.xml
 create mode 100644 tests/xlconfigdata/test-channel-unix.cfg
 create mode 100644 tests/xlconfigdata/test-channel-unix.xml
 rename tests/{xmconfigdata/test-fullvirt-serial-dev-2-ports.cfg => xlconfigdata/test-fullvirt-multiserial.cfg} (61%)
 rename tests/{xmconfigdata/test-fullvirt-serial-dev-2-ports.xml => xlconfigdata/test-fullvirt-multiserial.xml} (77%)
 delete mode 100644 tests/xmconfigdata/test-fullvirt-serial-dev-2nd-port.cfg
 delete mode 100644 tests/xmconfigdata/test-fullvirt-serial-dev-2nd-port.xml

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