[Pkg-libvirt-commits] [libguestfs] annotated tag upstream/1.27.26 created (now ab8d013)

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:49:46 UTC 2014


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

bengen pushed a change to annotated tag upstream/1.27.26
in repository libguestfs.

        at  ab8d013   (tag)
   tagging  40e65045d1dc879901dbdc698882090ef3a51146 (commit)
  replaces  upstream/1.27.25
 tagged by  Hilko Bengen
        on  Mon Sep 1 11:56:12 2014 +0200

- Log -----------------------------------------------------------------
Upstream version 1.27.26

Hilko Bengen (1):
      Imported Upstream version 1.27.26

Pino Toscano (14):
      daemon: add and use a reply_with_unavailable_feature macro
      lua: always return luaL_error in actions
      src: always check value passed to set_memsize
      rescue: fix sscanf placeholders for --smp and --memsize
      daemon: initialize memory when handling DeviceList params
      tests: c-api: do not crash w/ missing hash entry
      daemon: blkid: fix memory issues in "no -p/-i" mode
      daemon: add CLEANUP_CLOSE
      daemon: use CLEANUP_CLOSE
      df: unlock retire_mutex on early exit
      p2v: check results of strndup and sscanf
      python: fix possible free on uninit memory with OStringList optargs
      fish: add test-invalid-params.sh to EXTRA_DIST
      build: manually drop flex-/bison-generated files from dist

Richard W.M. Jones (22):
      aarch64: Add common function for getting the CPU model.
      p2v: Move libutils before libxml2 in the list of libraries (RHBZ#1102447).
      lib: Typo in comment.
      builder: Missing include of <locale.h>.
      p2v: Call the remote libvirt XML file 'guest.xml'.
      p2v: Clean up and fix the code for excluding the root device.
      v2v: Don't disable trace/debug set by environment variables.
      v2v: `-o ovirt' is an alias for `-o rhev', document it.
      v2v: -o rhev: Fix error message.
      v2v: Combine miscellaneous RHEV command line options into a single structure.
      v2v: Allow RHEV UUIDs to be specified on the command line.
      v2v: Nothing uses ov_target_file_tmp, remove this.
      v2v: Add --no-copy option.
      v2v: Fix libvirt source to parse the format of a disk properly.
      tests/guests: Define the disk format of our test guests in the test XML.
      v2v: Add fedora to "RHEL family".
      tests/guests: Fix RPM database in phony Fedora guest.
      tests/guests: Add Windows/Drivers directory to phony Windows guest.
      v2v: Add tests.
      Add a separate TODO file for virt-v2v and virt-p2v.
      lib: Missing include of <locale.h>.
      Version 1.27.26.

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  a791e08   RHEL 6: p2v: Add fix for older PCRE.
       new  66aa982   appliance: init: run ldconfig
       new  9b47a53   sparsify: Add --tmp prebuilt:file option.
       new  f955fec   docs: Remove useless "SHELL QUOTING" section from manual pages.
       new  82cf3c9   customize: Update copyright messages.
       new  f913ca5   customize: Use Common_utils.error function instead of failwith.
       new  9d8ede1   sysprep: Standard exception handling, taken from virt-builder & virt-v2v.
       new  57c7417   aarch64: Use console=ttyAMA0 instead of console=ttyS0.
       new  d71ec21   aarch64: Add some earlyprintk debugging.
       new  fe9d3f7   ocaml: Ignore Warning 3: deprecated feature: String.* functions.
       new  2d01e06   tests: regressions: Skip test on aarch64 which also does not support IDE.
       new  9e01541   tests: 9p: aarch64 also uses virtio-mmio (instead of virtio-pci).
       new  9cdaaee   tests: regressions: Allow non-exec stack test to be skipped.
       new  fa3d6e5   tests: qemu: Fix TCG test.
       new  00c94d8   tests: Remove tests/protocol/test-qemudie-launchfail.sh
       new  4d3953f   Warn about large stack frames, and fix a few places with excessive stack usage.
       new  4106c97   daemon: Truncate long error messages so XDR encoding doesn't fail.
       new  333ddf2   tests: Add a protocol regression test for long error messages.
       new  8379096   valgrind: Tweak the suppression matching OCaml leak in caml_search_in_path.
       new  de5924a   tests: Add test program to run qemu/appliance repeatedly.
       new  f4026d7   configure: look for "default-java" as directory for Java
       new  5326689   aarch64: efi-rtc=noprobe is needed to fix boot of upstream kernel on VM.
       new  e7ae071   Version 1.27.22.
       new  897b136   Update translations from Transifex.
       new  12b54ef   sparsify: Relax requirement that output device cannot be block device (RHBZ#1122557).
       new  9c49590   customize: firstboot: Move Linux-specific functions into Linux submodule.
       new  199fa26   mllib: Add regedit mini-library.
       new  f469857   customize: Add the ability to use --firstboot for Windows guests.
       new  bcdbe64   v2v: Add support for converting Windows guests.
       new  d682dad   aarch64: Add comment about efi-rtc=noprobe option.
       new  7f826e1   Version 1.27.23.
       new  6449803   tests: lvm: Allow test to be skipped.
       new  d268de9   tests: hotplug: Allow tests to be skipped.
       new  146cc78   aarch64: Use a smaller test file for test-cancellation-upload-daemoncancels.sh
       new  fc7da04   daemon: Add extra debugging to umount_all command.
       new  81cafdc   virt-resize: Unmount filesystem after testing size.
       new  f184649   tests: builder: Allow test to be skipped.
       new  115fcc3   launch: Close file descriptors after fork (RHBZ#1123007).
       new  7378edb   Add qemu-speed-test program to test speed of qemu.
       new  d8b9ce6   p2v: properly call va_end
       new  9e7f530   cleanups: add CLEANUP_FCLOSE (fclose on FILE*)
       new  9c3ce65   make-fs: use CLEANUP_FCLOSE
       new  08bfd9e   p2v: close the mexp handle if mexp_spawnv fails
       new  1b925a0   build: Add `maintainer-commit' rule to create a new version commit.
       new  50e3ef3   Version 1.27.24.
       new  2fe93bd   make-fs: respect libguestfs' temporary dir
       new  8ea6b3e   make-fs: do not leak the fd from mkstemp
       new  043cf4f   launch: direct: check for null paths in make_uri
       new  f342cfc   tests: qemu-boot: Error if extra command line arguments are given.
       new  1c7da06   tests: qemu-speed-test: Allow tests to be run selectively.
       new  1d596eb   tests: qemu-speed-test: Allow test time to be adjusted with -t option.
       new  286f116   Revert "launch: Close file descriptors after fork (RHBZ#1123007)."
       new  e0ba785   html: Don't build HTMLFILES for disabled features.
       new  e1c508c   launch: Close file descriptors after fork (RHBZ#1123007).
       new  b6cb67d   ./run: chcon the tmp directory in the builddir.
       new  e82c0c5   v2v: Fix bytecode build.
       new  95c3b78   v2v: Keep more inspection data in the inspect struct.
       new  40cecb4   v2v: Add RHEV target.
       new  59584e1   Version 1.27.25.
       new  f5c7463   daemon: add and use a reply_with_unavailable_feature macro
       new  5ce1234   aarch64: Add common function for getting the CPU model.
       new  5fddd93   lua: always return luaL_error in actions
       new  7912759   src: always check value passed to set_memsize
       new  d1f5805   rescue: fix sscanf placeholders for --smp and --memsize
       new  8d23fb3   daemon: initialize memory when handling DeviceList params
       new  fef0881   tests: c-api: do not crash w/ missing hash entry
       new  ad4ba59   daemon: blkid: fix memory issues in "no -p/-i" mode
       new  4249ddd   daemon: add CLEANUP_CLOSE
       new  bb12455   daemon: use CLEANUP_CLOSE
       new  a26a9e6   df: unlock retire_mutex on early exit
       new  bbae613   p2v: Move libutils before libxml2 in the list of libraries (RHBZ#1102447).
       new  abbbc83   p2v: check results of strndup and sscanf
       new  841b20c   python: fix possible free on uninit memory with OStringList optargs
       new  34feb37   lib: Typo in comment.
       new  6a51ae5   builder: Missing include of <locale.h>.
       new  577ec51   fish: add test-invalid-params.sh to EXTRA_DIST
       new  40fbd44   build: manually drop flex-/bison-generated files from dist
       new  67da00d   p2v: Call the remote libvirt XML file 'guest.xml'.
       new  5d89c0f   p2v: Clean up and fix the code for excluding the root device.
       new  0a816c0   v2v: Don't disable trace/debug set by environment variables.
       new  3f53dc4   v2v: `-o ovirt' is an alias for `-o rhev', document it.
       new  83c314d   v2v: -o rhev: Fix error message.
       new  ba63916   v2v: Combine miscellaneous RHEV command line options into a single structure.
       new  295086e   v2v: Allow RHEV UUIDs to be specified on the command line.
       new  bfcda1b   v2v: Nothing uses ov_target_file_tmp, remove this.
       new  cec3b42   v2v: Add --no-copy option.
       new  8941721   v2v: Fix libvirt source to parse the format of a disk properly.
       new  b743fe2   tests/guests: Define the disk format of our test guests in the test XML.
       new  f0b7181   v2v: Add fedora to "RHEL family".
       new  5b6a2e6   tests/guests: Fix RPM database in phony Fedora guest.
       new  7beb9f2   tests/guests: Add Windows/Drivers directory to phony Windows guest.
       new  ef10da8   v2v: Add tests.
       new  d1e5611   Add a separate TODO file for virt-v2v and virt-p2v.
       new  8a23c1d   lib: Missing include of <locale.h>.
       new  6ae0e96   Version 1.27.26.
       new  e59c154   Imported Upstream version 1.27.22
       new  4ff08e2   Imported Upstream version 1.27.23
       new  98803f7   Imported Upstream version 1.27.24
       new  368e2e7   Imported Upstream version 1.27.25
       new  40e6504   Imported Upstream version 1.27.26

The 100 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.


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