[Pkg-libvirt-commits] [libguestfs] 255/266: Merge tag 'upstream/1.27.35'

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:42:58 UTC 2014


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

bengen pushed a commit to annotated tag debian/1%1.27.35-1
in repository libguestfs.

commit 8ee871782109c2f43022ffa4e681c485667198ee
Merge: 228c80c e8a87ab
Author: Hilko Bengen <bengen at debian.org>
Date:   Tue Sep 2 20:35:12 2014 +0200

    Merge tag 'upstream/1.27.35'
    
    Upstream version 1.27.35

 .gitignore                                         |    14 +
 AUTHORS                                            |     1 +
 BUGS                                               |   294 +-
 ChangeLog                                          |  3069 ++++
 Makefile.am                                        |    55 +-
 Makefile.in                                        |    90 +-
 README                                             |     6 +-
 TODO                                               |     8 +
 align/virt-alignment-scan.pod                      |     7 -
 appliance/Makefile.am                              |     6 +-
 appliance/Makefile.in                              |     6 +-
 appliance/excludefiles.in                          |    10 +
 appliance/guestfs_lvm_conf.aug                     |    74 +
 appliance/hostfiles.in                             |     3 +
 appliance/init                                     |    11 +-
 appliance/packagelist.in                           |    36 +-
 bash/Makefile.am                                   |     3 +
 bash/Makefile.in                                   |     3 +
 bash/virt-log                                      |   108 +
 build-aux/config.rpath                             |    16 +-
 build-aux/git-log-fix                              |     9 -
 builder/Makefile.am                                |    14 +-
 builder/Makefile.in                                |    34 +-
 builder/builder.ml                                 |    88 +-
 builder/cache.ml                                   |    15 +-
 builder/cache.mli                                  |     2 +-
 builder/cmdline.ml                                 |    16 +-
 builder/downloader.ml                              |    16 +-
 builder/downloader.mli                             |     4 +-
 builder/get_kernel.ml                              |    31 +-
 builder/get_kernel.mli                             |     2 +-
 builder/index-parse.c                              |  1949 ---
 builder/index-parse.h                              |   128 -
 builder/index-scan.c                               |  2150 ---
 builder/index-validate.c                           |     1 +
 builder/index_parser.ml                            |     4 +-
 builder/index_parser.mli                           |     2 +-
 builder/sigchecker.ml                              |    32 +-
 builder/sigchecker.mli                             |     2 +-
 builder/sources.ml                                 |    18 +-
 builder/sources.mli                                |     2 +-
 builder/test-virt-builder.sh                       |     6 +
 builder/virt-builder.pod                           |    26 +
 builder/website/Makefile.am                        |     9 +-
 builder/website/Makefile.in                        |     9 +-
 builder/website/centos-6.xz.sig                    |    17 -
 builder/website/centos.sh                          |    21 +-
 builder/website/cirros-0.3.1.xz.sig                |    17 -
 builder/website/debian-6.xz.sig                    |    17 -
 builder/website/debian-7.xz.sig                    |    17 -
 builder/website/debian.sh                          |     1 +
 builder/website/fedora-18.xz.sig                   |    17 -
 builder/website/fedora-19.xz.sig                   |    17 -
 builder/website/fedora-20.xz.sig                   |    17 -
 builder/website/fedora.sh                          |    11 +
 builder/website/index                              |    45 +-
 builder/website/index.asc                          |    71 +-
 builder/website/rhel-7rc.xz.sig                    |    17 -
 builder/website/rhel.sh                            |    21 +-
 builder/website/scientificlinux-6.xz.sig           |    17 -
 builder/website/scientificlinux.sh                 |     1 +
 builder/website/ubuntu-10.04.xz.sig                |    17 -
 builder/website/ubuntu-12.04.xz.sig                |    17 -
 builder/website/ubuntu-14.04.xz.sig                |    17 -
 builder/website/ubuntu.sh                          |     1 +
 cat/Makefile.am                                    |    70 +-
 cat/Makefile.in                                    |   251 +-
 cat/cat.c                                          |   159 +-
 cat/log.c                                          |   478 +
 cat/ls.c                                           |    25 +-
 .../test-virt-log.sh                               |    20 +-
 cat/virt-cat.pod                                   |    59 +-
 cat/virt-filesystems.pod                           |     7 -
 cat/virt-log.pod                                   |   151 +
 cat/virt-ls.pod                                    |    43 +-
 config.h.in                                        |    14 +
 configure                                          |   168 +-
 configure.ac                                       |    15 +-
 csharp/Libguestfs.cs                               |   271 +-
 customize/Makefile.am                              |     8 +-
 customize/Makefile.in                              |     8 +-
 customize/crypt-c.c                                |     2 +
 customize/customize_main.ml                        |     2 +-
 customize/customize_run.ml                         |    27 +-
 customize/customize_run.mli                        |     2 +-
 customize/firstboot.ml                             |   285 +-
 customize/firstboot.mli                            |    11 +-
 customize/password.ml                              |    11 +-
 customize/{crypt-c.c => perl_edit-c.c}             |    40 +-
 customize/perl_edit.ml                             |    62 +-
 customize/perl_edit.mli                            |     2 +-
 customize/virt-customize.pod                       |    30 +
 daemon/actions.h                                   |     1 +
 daemon/augeas.c                                    |    23 -
 daemon/blkid.c                                     |     8 +-
 daemon/checksum.c                                  |     8 +-
 daemon/daemon.h                                    |    28 +
 daemon/dd.c                                        |     2 +-
 daemon/debug.c                                     |   168 +-
 daemon/echo-daemon.c                               |    45 +-
 daemon/file.c                                      |     6 +-
 daemon/grub.c                                      |     7 +-
 daemon/guestfs_protocol.c                          |    10 +
 daemon/guestfs_protocol.h                          |    10 +-
 daemon/guestfsd.c                                  |    29 +
 daemon/journal.c                                   |    17 +
 daemon/lvm-filter.c                                |   185 +-
 daemon/mount.c                                     |     6 +
 daemon/names.c                                     |     1 +
 daemon/optgroups.c                                 |     1 +
 daemon/optgroups.h                                 |    21 +-
 daemon/proto.c                                     |    59 +-
 daemon/stubs.c                                     |  1076 +-
 daemon/zero.c                                      |     4 +-
 df/parallel.c                                      |     3 +
 df/virt-df.pod                                     |     7 -
 edit/Makefile.am                                   |     6 +-
 edit/Makefile.in                                   |    41 +-
 edit/edit.c                                        |   408 +-
 edit/virt-edit.pod                                 |    43 +-
 erlang/erl-guestfs.c                               |   398 +-
 erlang/guestfs.erl                                 |     4 +
 fish/Makefile.am                                   |     4 +
 fish/Makefile.in                                   |    47 +-
 fish/cmds-gperf.c                                  |  1927 +--
 fish/cmds-gperf.gperf                              |     3 +
 fish/cmds.c                                        |   448 +-
 fish/completion.c                                  |     1 +
 fish/edit.c                                        |   132 +-
 fish/file-edit.c                                   |   321 +
 fish/file-edit.h                                   |    50 +
 fish/guestfish-actions.pod                         |    19 +-
 fish/guestfish.pod                                 |     1 +
 fish/options.c                                     |    16 +
 fish/options.h                                     |    10 +
 fish/test-edit.sh                                  |    12 +-
 fish/test-invalid-params.sh                        |    71 +
 fish/windows.c                                     |   135 +
 fish/windows.h                                     |    45 +
 generator/Makefile.am                              |     2 +-
 generator/Makefile.in                              |     2 +-
 generator/actions.ml                               |    58 +-
 generator/daemon.ml                                |     8 +-
 generator/fish.ml                                  |    38 +-
 generator/lua.ml                                   |     4 +-
 generator/optgroups.ml                             |     1 +
 generator/python.ml                                |     4 +-
 generator/structs.ml                               |     8 +-
 gnulib/lib/Makefile.am                             |     2 +-
 gnulib/lib/Makefile.in                             |     3 +-
 gnulib/lib/fcntl.in.h                              |    16 +
 gnulib/lib/fsusage.c                               |     5 -
 gnulib/lib/fts.c                                   |    12 +-
 gnulib/lib/mbrtowc.c                               |     7 +-
 gnulib/lib/openat-proc.c                           |     8 -
 gnulib/lib/quotearg.c                              |     2 +-
 gnulib/lib/select.c                                |    36 +-
 gnulib/lib/xalloc.h                                |    15 +-
 gnulib/lib/xstrtol.c                               |     2 +-
 gnulib/tests/test-mbrtowc.c                        |     5 +-
 gobject/Makefile.in                                |   232 +-
 gobject/Makefile.inc                               |    48 +-
 gobject/docs/guestfs-docs.sgml                     |     4 +-
 gobject/docs/guestfs-sections.txt                  |     1 +
 gobject/docs/html/GuestfsAddDomain.html            |    14 +-
 gobject/docs/html/GuestfsAddDrive.html             |    10 +
 gobject/docs/html/GuestfsApplication.html          |     4 +-
 gobject/docs/html/GuestfsApplication2.html         |     4 +-
 gobject/docs/html/GuestfsBTRFSSubvolume.html       |     8 +-
 gobject/docs/html/GuestfsDirent.html               |     8 +-
 gobject/docs/html/GuestfsHivexNode.html            |     4 +-
 gobject/docs/html/GuestfsHivexValue.html           |     4 +-
 gobject/docs/html/GuestfsINotifyEvent.html         |     8 +-
 gobject/docs/html/GuestfsISOInfo.html              |     8 +-
 gobject/docs/html/GuestfsIntBool.html              |     8 +-
 gobject/docs/html/GuestfsLV.html                   |     8 +-
 gobject/docs/html/GuestfsMDStat.html               |     8 +-
 gobject/docs/html/GuestfsPV.html                   |     4 +-
 gobject/docs/html/GuestfsPartition.html            |     8 +-
 gobject/docs/html/GuestfsSession.html              |    47 +
 gobject/docs/html/GuestfsStat.html                 |     4 +-
 gobject/docs/html/GuestfsStatVFS.html              |     4 +-
 gobject/docs/html/GuestfsTristate.html             |     4 +-
 gobject/docs/html/GuestfsUTSName.html              |     8 +-
 gobject/docs/html/GuestfsVG.html                   |     4 +-
 gobject/docs/html/GuestfsVersion.html              |     4 +-
 gobject/docs/html/GuestfsXAttr.html                |     4 +-
 gobject/docs/html/GuestfsXFSInfo.html              |     8 +-
 gobject/docs/html/api-index-full.html              |    12 +
 gobject/docs/html/ch01.html                        |    40 +-
 gobject/docs/html/guestfs.devhelp2                 |    51 +-
 gobject/docs/html/index.html                       |    42 +-
 gobject/docs/html/index.sgml                       |   147 +-
 gobject/docs/tmpl/optargs-add_domain.sgml          |     5 +
 gobject/docs/tmpl/optargs-add_drive.sgml           |     5 +
 gobject/docs/tmpl/session.sgml                     |    10 +
 gobject/include/guestfs-gobject.h                  |    24 +-
 gobject/include/guestfs-gobject/session.h          |     1 +
 gobject/src/optargs-add_domain.c                   |    29 +-
 gobject/src/optargs-add_drive.c                    |    29 +-
 gobject/src/session.c                              |    55 +
 golang/src/libguestfs.org/guestfs/guestfs.go       |   912 +-
 haskell/Guestfs.hs                                 |    13 +
 inspector/expected-fedora.img.xml                  |    21 +-
 inspector/virt-inspector.pod                       |     7 -
 java/com/redhat/et/libguestfs/GuestFS.java         |    53 +-
 java/com_redhat_et_libguestfs_GuestFS.c            |    23 +-
 java/com_redhat_et_libguestfs_GuestFS.h            |    16 +-
 lua/lua-guestfs.c                                  |  2209 +--
 m4/dup2.m4                                         |    12 +-
 m4/fcntl.m4                                        |    12 +-
 m4/gnulib-common.m4                                |    12 +-
 m4/gnulib-comp.m4                                  |     1 -
 m4/mbrtowc.m4                                      |    46 +-
 m4/po.m4                                           |     4 +-
 m4/printf.m4                                       |    18 +-
 maint.mk                                           |    11 +-
 make-fs/make-fs.c                                  |    13 +-
 mllib/Makefile.am                                  |     8 +-
 mllib/Makefile.in                                  |     8 +-
 mllib/common_utils.ml                              |    97 +-
 mllib/common_utils.mli                             |   122 +
 mllib/config.ml.in                                 |     4 +
 mllib/mkdtemp-c.c                                  |     2 +
 mllib/mkdtemp.ml                                   |     5 +
 mllib/mkdtemp.mli                                  |     7 +
 mllib/progress-c.c                                 |     2 +
 mllib/regedit.ml                                   |   101 +
 mllib/regedit.mli                                  |    64 +
 mllib/tty-c.c                                      |     2 +
 ocaml/Makefile.am                                  |     2 +-
 ocaml/Makefile.in                                  |     2 +-
 ocaml/guestfs-c-actions.c                          |   584 +-
 ocaml/guestfs.ml                                   |   240 +-
 ocaml/guestfs.mli                                  |   250 +-
 p2v/Makefile.am                                    |    17 +-
 p2v/Makefile.in                                    |   161 +-
 p2v/config.c                                       |    11 +
 p2v/conversion.c                                   |   152 +-
 p2v/kernel.c                                       |    48 +-
 p2v/main.c                                         |   166 +-
 p2v/miniexpect.c                                   |    13 +-
 p2v/p2v.h                                          |    13 +
 p2v/ssh.c                                          |    15 +-
 p2v/test-virt-p2v-ssh.sh                           |    61 +
 p2v/test-virt-p2v.sh                               |    70 +
 p2v/virt-p2v.pod                                   |    27 +-
 perl/Guestfs.xs                                    |    21 +
 perl/lib/Sys/Guestfs.pm                            |    30 +-
 php/extension/guestfs_php.c                        |    45 +-
 php/extension/php_guestfs_php.h                    |     1 +
 po-docs/ja.po                                      | 15413 +++++++++---------
 po-docs/ja/Makefile.am                             |     1 +
 po-docs/ja/Makefile.in                             |     1 +
 po-docs/ja/guestfish-actions.pod                   |    18 +-
 po-docs/ja/guestfish.1                             |    33 +-
 po-docs/ja/guestfish.pod                           |    10 +-
 po-docs/ja/guestfs-actions.pod                     |    19 +
 po-docs/ja/guestfs-availability.pod                |    14 +-
 po-docs/ja/guestfs-erlang.3                        |     4 +-
 po-docs/ja/guestfs-examples.3                      |     4 +-
 po-docs/ja/guestfs-faq.1                           |     4 +-
 po-docs/ja/guestfs-golang.3                        |     4 +-
 po-docs/ja/guestfs-java.3                          |     4 +-
 po-docs/ja/guestfs-lua.3                           |     4 +-
 po-docs/ja/guestfs-ocaml.3                         |     4 +-
 po-docs/ja/guestfs-performance.1                   |     4 +-
 po-docs/ja/guestfs-perl.3                          |     4 +-
 po-docs/ja/guestfs-python.3                        |     4 +-
 po-docs/ja/guestfs-recipes.1                       |     4 +-
 po-docs/ja/guestfs-release-notes.1                 |     4 +-
 po-docs/ja/guestfs-ruby.3                          |     4 +-
 po-docs/ja/guestfs-testing.1                       |     4 +-
 po-docs/ja/guestfs.3                               |    60 +-
 po-docs/ja/guestfs.pod                             |    15 +-
 po-docs/ja/guestfsd.8                              |     4 +-
 po-docs/ja/guestmount.1                            |     4 +-
 po-docs/ja/guestunmount.1                          |     4 +-
 po-docs/ja/libguestfs-make-fixed-appliance.1       |     4 +-
 po-docs/ja/libguestfs-test-tool.1                  |     4 +-
 po-docs/ja/libguestfs-tools.conf.5                 |     4 +-
 po-docs/ja/virt-alignment-scan.1                   |    10 +-
 po-docs/ja/virt-alignment-scan.pod                 |     7 -
 po-docs/ja/virt-builder.1                          |    29 +-
 po-docs/ja/virt-builder.pod                        |    26 +
 po-docs/ja/virt-cat.1                              |    61 +-
 po-docs/ja/virt-cat.pod                            |    52 +-
 po-docs/ja/virt-copy-in.1                          |     4 +-
 po-docs/ja/virt-copy-out.1                         |     4 +-
 po-docs/ja/virt-customize.pod                      |    30 +
 po-docs/ja/virt-df.1                               |    10 +-
 po-docs/ja/virt-df.pod                             |     7 -
 po-docs/ja/virt-edit.1                             |    42 +-
 po-docs/ja/virt-edit.pod                           |    36 +-
 po-docs/ja/virt-filesystems.1                      |    10 +-
 po-docs/ja/virt-filesystems.pod                    |     7 -
 po-docs/ja/virt-format.1                           |     4 +-
 po-docs/ja/virt-index-validate.1                   |     4 +-
 po-docs/ja/virt-inspector.1                        |    10 +-
 po-docs/ja/virt-inspector.pod                      |     7 -
 po-docs/ja/virt-list-filesystems.1                 |    10 +-
 po-docs/ja/virt-list-filesystems.pod               |     7 -
 po-docs/ja/virt-list-partitions.1                  |    10 +-
 po-docs/ja/virt-list-partitions.pod                |     7 -
 po-docs/ja/{virt-cat.1 => virt-log.1}              |   150 +-
 po-docs/ja/virt-log.pod                            |   138 +
 po-docs/ja/virt-ls.1                               |    42 +-
 po-docs/ja/virt-ls.pod                             |    36 +-
 po-docs/ja/virt-make-fs.1                          |     4 +-
 po-docs/ja/virt-p2v.pod                            |    27 +-
 po-docs/ja/virt-rescue.1                           |    10 +-
 po-docs/ja/virt-rescue.pod                         |     7 -
 po-docs/ja/virt-resize.1                           |    13 +-
 po-docs/ja/virt-resize.pod                         |    11 +-
 po-docs/ja/virt-sparsify.1                         |    46 +-
 po-docs/ja/virt-sparsify.pod                       |    48 +-
 po-docs/ja/virt-sysprep.1                          |    36 +-
 po-docs/ja/virt-sysprep.pod                        |    37 +-
 po-docs/ja/virt-tar-in.1                           |     4 +-
 po-docs/ja/virt-tar-out.1                          |     4 +-
 po-docs/ja/virt-tar.1                              |    10 +-
 po-docs/ja/virt-tar.pod                            |     7 -
 po-docs/ja/virt-v2v.pod                            |   600 +-
 po-docs/ja/virt-win-reg.1                          |     9 +-
 po-docs/ja/virt-win-reg.pod                        |     5 -
 po-docs/libguestfs-docs.pot                        | 12535 ++++++++-------
 po-docs/podfiles                                   |     1 +
 po-docs/uk.po                                      | 15814 ++++++++++---------
 po-docs/uk/Makefile.am                             |     1 +
 po-docs/uk/Makefile.in                             |     1 +
 po-docs/uk/customize-options.pod                   |    14 +-
 po-docs/uk/guestfish-actions.pod                   |    18 +-
 po-docs/uk/guestfish.1                             |    33 +-
 po-docs/uk/guestfish.pod                           |    10 +-
 po-docs/uk/guestfs-actions.pod                     |    33 +-
 po-docs/uk/guestfs-availability.pod                |    14 +-
 po-docs/uk/guestfs-erlang.3                        |     4 +-
 po-docs/uk/guestfs-examples.3                      |     4 +-
 po-docs/uk/guestfs-faq.1                           |     4 +-
 po-docs/uk/guestfs-golang.3                        |     4 +-
 po-docs/uk/guestfs-java.3                          |     4 +-
 po-docs/uk/guestfs-lua.3                           |     4 +-
 po-docs/uk/guestfs-ocaml.3                         |     4 +-
 po-docs/uk/guestfs-performance.1                   |     4 +-
 po-docs/uk/guestfs-perl.3                          |     4 +-
 po-docs/uk/guestfs-python.3                        |     4 +-
 po-docs/uk/guestfs-recipes.1                       |     4 +-
 po-docs/uk/guestfs-release-notes.1                 |    43 +-
 po-docs/uk/guestfs-release-notes.pod               |    35 +-
 po-docs/uk/guestfs-ruby.3                          |     4 +-
 po-docs/uk/guestfs-testing.1                       |     4 +-
 po-docs/uk/guestfs.3                               |   117 +-
 po-docs/uk/guestfs.pod                             |    44 +-
 po-docs/uk/guestfsd.8                              |     4 +-
 po-docs/uk/guestmount.1                            |     4 +-
 po-docs/uk/guestunmount.1                          |     4 +-
 po-docs/uk/libguestfs-make-fixed-appliance.1       |     4 +-
 po-docs/uk/libguestfs-test-tool.1                  |     4 +-
 po-docs/uk/libguestfs-tools.conf.5                 |     4 +-
 po-docs/uk/virt-alignment-scan.1                   |    10 +-
 po-docs/uk/virt-alignment-scan.pod                 |     7 -
 po-docs/uk/virt-builder.1                          |    61 +-
 po-docs/uk/virt-builder.pod                        |    28 +-
 po-docs/uk/virt-cat.1                              |    65 +-
 po-docs/uk/virt-cat.pod                            |    56 +-
 po-docs/uk/virt-copy-in.1                          |     4 +-
 po-docs/uk/virt-copy-out.1                         |     4 +-
 po-docs/uk/virt-customize.pod                      |    31 +
 po-docs/uk/virt-df.1                               |    10 +-
 po-docs/uk/virt-df.pod                             |     7 -
 po-docs/uk/virt-edit.1                             |    46 +-
 po-docs/uk/virt-edit.pod                           |    40 +-
 po-docs/uk/virt-filesystems.1                      |    10 +-
 po-docs/uk/virt-filesystems.pod                    |     7 -
 po-docs/uk/virt-format.1                           |     4 +-
 po-docs/uk/virt-index-validate.1                   |     4 +-
 po-docs/uk/virt-inspector.1                        |    14 +-
 po-docs/uk/virt-inspector.pod                      |     9 +-
 po-docs/uk/virt-list-filesystems.1                 |    10 +-
 po-docs/uk/virt-list-filesystems.pod               |     7 -
 po-docs/uk/virt-list-partitions.1                  |    10 +-
 po-docs/uk/virt-list-partitions.pod                |     7 -
 po-docs/uk/{virt-format.1 => virt-log.1}           |   150 +-
 po-docs/uk/virt-log.pod                            |   151 +
 po-docs/uk/virt-ls.1                               |    46 +-
 po-docs/uk/virt-ls.pod                             |    40 +-
 po-docs/uk/virt-make-fs.1                          |     6 +-
 po-docs/uk/virt-make-fs.pod                        |     2 +-
 po-docs/uk/virt-p2v.pod                            |    27 +-
 po-docs/uk/virt-rescue.1                           |    10 +-
 po-docs/uk/virt-rescue.pod                         |     7 -
 po-docs/uk/virt-resize.1                           |    15 +-
 po-docs/uk/virt-resize.pod                         |    13 +-
 po-docs/uk/virt-sparsify.1                         |    50 +-
 po-docs/uk/virt-sparsify.pod                       |    52 +-
 po-docs/uk/virt-sysprep.1                          |    37 +-
 po-docs/uk/virt-sysprep.pod                        |    38 +-
 po-docs/uk/virt-tar-in.1                           |     4 +-
 po-docs/uk/virt-tar-out.1                          |     4 +-
 po-docs/uk/virt-tar.1                              |    10 +-
 po-docs/uk/virt-tar.pod                            |     7 -
 po-docs/uk/virt-v2v.pod                            |   600 +-
 po-docs/uk/virt-win-reg.1                          |     9 +-
 po-docs/uk/virt-win-reg.pod                        |     5 -
 po/POTFILES                                        |     5 +
 po/POTFILES-ml                                     |    19 +-
 po/en_GB.gmo                                       |   Bin 8160 -> 6694 bytes
 po/en_GB.po                                        |  3384 ++--
 po/es.gmo                                          |   Bin 67801 -> 66107 bytes
 po/es.po                                           |  3390 ++--
 po/gu.gmo                                          |   Bin 48824 -> 48828 bytes
 po/gu.po                                           |  3369 ++--
 po/hi.gmo                                          |   Bin 39735 -> 39739 bytes
 po/hi.po                                           |  3369 ++--
 po/kn.gmo                                          |   Bin 48001 -> 48005 bytes
 po/kn.po                                           |  3369 ++--
 po/libguestfs.pot                                  |  3365 ++--
 po/ml.gmo                                          |   Bin 51826 -> 51830 bytes
 po/ml.po                                           |  3367 ++--
 po/mr.gmo                                          |   Bin 85591 -> 83307 bytes
 po/mr.po                                           |  3386 ++--
 po/nl.gmo                                          |   Bin 120221 -> 87462 bytes
 po/nl.po                                           |  3848 ++---
 po/or.gmo                                          |   Bin 47615 -> 47619 bytes
 po/or.po                                           |  3369 ++--
 po/pa.gmo                                          |   Bin 74712 -> 73082 bytes
 po/pa.po                                           |  3386 ++--
 po/pl.gmo                                          |   Bin 88401 -> 80561 bytes
 po/pl.po                                           |  3477 ++--
 po/ta.gmo                                          |   Bin 42869 -> 42873 bytes
 po/ta.po                                           |  3369 ++--
 po/te.gmo                                          |   Bin 45450 -> 45454 bytes
 po/te.po                                           |  3369 ++--
 po/uk.gmo                                          |   Bin 276128 -> 190546 bytes
 po/uk.po                                           |  4399 +++---
 podwrapper.pl.in                                   |     4 +-
 python/guestfs-py.c                                |  1014 +-
 python/guestfs.py                                  |    25 +-
 rescue/Makefile.am                                 |     1 +
 rescue/Makefile.in                                 |     1 +
 rescue/rescue.c                                    |    71 +-
 rescue/virt-rescue.pod                             |     7 -
 resize/Makefile.am                                 |     2 +-
 resize/Makefile.in                                 |     2 +-
 resize/resize.ml                                   |    58 +-
 resize/virt-resize.pod                             |    11 +-
 ruby/ext/guestfs/_guestfs.c                        |    52 +
 run.in                                             |     4 +-
 sparsify/Makefile.am                               |     6 +-
 sparsify/Makefile.in                               |    39 +-
 sparsify/cmdline.ml                                |    20 +-
 sparsify/copying.ml                                |   142 +-
 sparsify/sparsify.ml                               |     4 +-
 sparsify/statvfs-c.c                               |     2 +
 sparsify/virt-sparsify.pod                         |    50 +-
 src/MAX_PROC_NR                                    |     2 +-
 src/actions-0.c                                    |     5 +-
 src/actions-2.c                                    |     5 +-
 src/actions-3.c                                    |    86 +
 src/actions-variants.c                             |     6 +
 src/cleanup.c                                      |    18 +
 src/drives.c                                       |    24 +-
 src/fuse.c                                         |    55 +-
 src/guestfs-actions.pod                            |    20 +
 src/guestfs-availability.pod                       |    21 +-
 src/guestfs-internal-frontend.h                    |    24 +-
 src/guestfs-internal.h                             |     2 +
 src/guestfs.h                                      |   650 +-
 src/guestfs.pod                                    |     7 +-
 src/guestfs_protocol.c                             |    10 +
 src/guestfs_protocol.h                             |    10 +-
 src/guestfs_protocol.x                             |     9 +-
 src/handle.c                                       |    13 +-
 src/inspect-apps.c                                 |     2 +-
 src/inspect-fs-unix.c                              |     5 -
 src/inspect-fs.c                                   |     1 +
 src/launch-direct.c                                |    45 +-
 src/launch-libvirt.c                               |    45 +-
 src/launch-uml.c                                   |    13 +-
 src/launch.c                                       |    62 +-
 src/libguestfs.syms                                |     1 +
 src/libvirt-domain.c                               |    16 +
 src/libvirt-is-version.c                           |     1 +
 sysprep/Makefile.am                                |     5 +-
 sysprep/Makefile.in                                |     5 +-
 sysprep/main.ml                                    |    29 +-
 sysprep/sysprep_operation.ml                       |    10 +-
 sysprep/sysprep_operation.mli                      |     8 +-
 sysprep/sysprep_operation_abrt_data.ml             |     2 +-
 sysprep/sysprep_operation_bash_history.ml          |     2 +-
 sysprep/sysprep_operation_blkid_tab.ml             |     2 +-
 sysprep/sysprep_operation_ca_certificates.ml       |     2 +-
 sysprep/sysprep_operation_crash_data.ml            |     2 +-
 sysprep/sysprep_operation_cron_spool.ml            |     2 +-
 sysprep/sysprep_operation_customize.ml             |     4 +-
 sysprep/sysprep_operation_dhcp_client_state.ml     |     2 +-
 sysprep/sysprep_operation_dhcp_server_state.ml     |     2 +-
 sysprep/sysprep_operation_dovecot_data.ml          |     2 +-
 sysprep/sysprep_operation_firewall_rules.ml        |     2 +-
 sysprep/sysprep_operation_flag_reconfiguration.ml  |     2 +-
 sysprep/sysprep_operation_fs_uuids.ml              |     8 +-
 sysprep/sysprep_operation_kerberos_data.ml         |     2 +-
 sysprep/sysprep_operation_logfiles.ml              |     2 +-
 sysprep/sysprep_operation_lvm_uuids.ml             |     2 +-
 sysprep/sysprep_operation_machine_id.ml            |     2 +-
 sysprep/sysprep_operation_mail_spool.ml            |     2 +-
 sysprep/sysprep_operation_net_hostname.ml          |     2 +-
 sysprep/sysprep_operation_net_hwaddr.ml            |     2 +-
 sysprep/sysprep_operation_pacct_log.ml             |     2 +-
 sysprep/sysprep_operation_package_manager_cache.ml |     2 +-
 sysprep/sysprep_operation_pam_data.ml              |     2 +-
 sysprep/sysprep_operation_puppet_data_log.ml       |     2 +-
 .../sysprep_operation_rh_subscription_manager.ml   |     2 +-
 sysprep/sysprep_operation_rhn_systemid.ml          |     2 +-
 sysprep/sysprep_operation_rpm_db.ml                |     2 +-
 sysprep/sysprep_operation_samba_db_log.ml          |     2 +-
 sysprep/sysprep_operation_script.ml                |     4 +-
 sysprep/sysprep_operation_smolt_uuid.ml            |     2 +-
 sysprep/sysprep_operation_ssh_hostkeys.ml          |     2 +-
 sysprep/sysprep_operation_ssh_userdir.ml           |     2 +-
 sysprep/sysprep_operation_sssd_db_log.ml           |     2 +-
 sysprep/sysprep_operation_tmp_files.ml             |     2 +-
 sysprep/sysprep_operation_udev_persistent_net.ml   |     2 +-
 sysprep/sysprep_operation_user_account.ml          |     2 +-
 sysprep/sysprep_operation_utmp.ml                  |     2 +-
 sysprep/sysprep_operation_yum_uuid.ml              |     2 +-
 sysprep/virt-sysprep.pod                           |    37 +-
 test-tool/test-tool.c                              |     2 -
 tests/9p/test-9p.sh                                |     2 +-
 tests/c-api/tests-main.c                           |     7 +-
 tests/c-api/tests.c                                |  5611 +++----
 tests/guests/Makefile.am                           |     1 +
 tests/guests/Makefile.in                           |     1 +
 tests/guests/guest-aux/debian-syslog               |     5 +
 tests/guests/guest-aux/fedora-name.db              |   Bin 12288 -> 12288 bytes
 tests/guests/guest-aux/fedora-name.db.txt          |     6 +-
 tests/guests/guest-aux/fedora-packages.db          |   Bin 12288 -> 12288 bytes
 tests/guests/guest-aux/fedora-packages.db.txt      |    12 +-
 tests/guests/guest-aux/make-debian-img.sh          |     3 +
 tests/guests/guest-aux/make-guests-all-good.pl     |     2 +-
 tests/guests/guests.xml.in                         |    26 +-
 tests/hotplug/test-hot-add.pl                      |     2 +
 tests/hotplug/test-hot-remove.pl                   |     2 +
 tests/lvm/test-lvm-filtering.sh                    |     5 +
 tests/protocol/Makefile.am                         |    31 +-
 tests/protocol/Makefile.in                         |   226 +-
 .../test-cancellation-upload-daemoncancels.sh      |     5 +-
 tests/protocol/test-error-messages.c               |    83 +
 tests/qemu/Makefile.am                             |    47 +-
 tests/qemu/Makefile.in                             |   289 +-
 tests/qemu/qemu-boot.c                             |   276 +
 tests/qemu/qemu-force-tcg.sh                       |    49 +
 tests/qemu/qemu-speed-test.c                       |   479 +
 tests/regressions/rhbz557655-expected.stdout       |     7 +-
 tests/regressions/rhbz557655.sh                    |     8 +-
 tests/regressions/rhbz690819.sh                    |     2 +-
 tests/regressions/rhbz975797.sh                    |     2 +-
 tests/regressions/test-noexec-stack.pl             |     5 +
 tests/syslinux/test-syslinux.pl                    |     3 +-
 tools/virt-list-filesystems                        |     7 -
 tools/virt-list-partitions                         |     7 -
 tools/virt-tar                                     |     7 -
 tools/virt-win-reg                                 |     5 -
 v2v/DOM.ml                                         |   130 +
 v2v/DOM.mli                                        |    53 +
 v2v/Makefile.am                                    |   140 +-
 v2v/Makefile.in                                    |   282 +-
 v2v/README                                         |    23 -
 v2v/TODO                                           |    40 +
 v2v/cmdline.ml                                     |   127 +-
 v2v/convert_linux.ml                               |  1226 ++
 ...vert_linux_enterprise.mli => convert_linux.mli} |     2 +-
 v2v/convert_linux_common.ml                        |   236 -
 v2v/convert_linux_enterprise.ml                    |   637 -
 v2v/convert_linux_grub.ml                          |   330 -
 v2v/convert_linux_grub.mli                         |    43 -
 v2v/convert_windows.ml                             |   463 +-
 v2v/convert_windows.mli                            |     2 +-
 v2v/domainxml-c.c                                  |   178 +
 v2v/{convert_windows.ml => domainxml.ml}           |     6 +-
 v2v/{utils.ml => domainxml.mli}                    |    34 +-
 v2v/input_disk.ml                                  |    92 +
 v2v/{convert_windows.ml => input_disk.mli}         |     8 +-
 v2v/input_libvirt.ml                               |    90 +
 v2v/{convert_windows.ml => input_libvirt.mli}      |     8 +-
 v2v/input_libvirtxml.ml                            |   279 +
 v2v/input_libvirtxml.mli                           |    39 +
 v2v/lib_esx.ml                                     |   219 +
 v2v/{convert_windows.ml => lib_esx.mli}            |     7 +-
 v2v/lib_linux.ml                                   |   154 +
 v2v/{convert_linux_common.mli => lib_linux.mli}    |    18 +-
 v2v/link.sh.in                                     |     2 +-
 v2v/output_RHEV.ml                                 |   722 +
 v2v/{source_libvirt.mli => output_RHEV.mli}        |    19 +-
 v2v/output_glance.ml                               |   128 +
 v2v/{target_local.mli => output_glance.mli}        |     7 +-
 v2v/output_libvirt.ml                              |   277 +
 v2v/{source_libvirt.mli => output_libvirt.mli}     |    14 +-
 v2v/{utils.ml => output_local.ml}                  |    36 +-
 v2v/{convert_windows.ml => output_local.mli}       |     8 +-
 v2v/source_libvirt.ml                              |   149 -
 v2v/{convert_windows.ml => stringMap.ml}           |     5 +-
 v2v/target_local.ml                                |    86 -
 v2v/test-v2v-i-disk.sh                             |    59 +
 .../test-v2v-machine-readable.sh                   |    26 +-
 v2v/test-v2v-networks-and-bridges-expected.xml     |    41 +
 v2v/test-v2v-networks-and-bridges.sh               |    74 +
 v2v/test-v2v-networks-and-bridges.xml.in           |    87 +
 v2v/test-v2v-no-copy.sh                            |    81 +
 v2v/test-v2v-o-glance.sh                           |    58 +
 v2v/test-v2v-o-libvirt.sh                          |    82 +
 v2v/test-v2v-o-rhev-options.sh                     |    88 +
 v2v/test-v2v-o-rhev.sh                             |    78 +
 v2v/test-v2v-of-option.sh                          |    64 +
 v2v/test-v2v-on-option.sh                          |    62 +
 v2v/test-v2v-print-source.sh                       |    72 +
 v2v/test-v2v-real-conversions.sh                   |    82 +
 v2v/test-v2v-windows-conversion.sh                 |    85 +
 v2v/types.ml                                       |   179 +-
 v2v/types.mli                                      |   132 +-
 v2v/utils-c.c                                      |     2 +
 v2v/utils.ml                                       |    71 +-
 v2v/v2v.ml                                         |   333 +-
 v2v/virt-v2v.pod                                   |   612 +-
 v2v/xml-c.c                                        |   119 +-
 v2v/xml.ml                                         |    17 +-
 v2v/xml.mli                                        |    27 +-
 valgrind-suppressions                              |    16 +
 628 files changed, 81770 insertions(+), 60994 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list