[Pkg-libvirt-commits] [libguestfs] annotated tag upstream/1.27.33 created (now 3403efd)
Hilko Bengen
bengen at moszumanska.debian.org
Fri Oct 3 14:50:47 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a change to annotated tag upstream/1.27.33
in repository libguestfs.
at 3403efd (tag)
tagging 355383fbb8f05c5072f7f83ff605bc87c3d06121 (commit)
replaces upstream/1.27.31
tagged by Hilko Bengen
on Mon Sep 1 11:58:41 2014 +0200
- Log -----------------------------------------------------------------
Upstream version 1.27.33
Hilko Bengen (1):
Imported Upstream version 1.27.33
Pino Toscano (3):
daemon: add add_sprintf
daemon: move AUGEAS_ERROR to the common header
daemon: lvm-filter: use augeas for setting the filter
Richard W.M. Jones (34):
v2v: Trivial fix to documentation in internal interface to libxml2.
v2v: -o rhev: Move inspection functions.
v2v: Add comments to DOM module.
v2v: Remove Types.overlay ov_preallocation field.
v2v: Remove the Types.overlay ov_source_format field.
v2v: Inline the initialize_target function.
v2v: Update TODO.
v2v: Simplify conversion dispatch code.
v2v: Change "Trimming the filesystems" message to something less scary.
v2v: types.mli: Fix typo in comment.
v2v: Split Types.overlay into Types.target and Types.overlay structures.
v2v: -o local: Use /var/tmp instead of /tmp for examples.
v2v: -i libvirtxml: Add example libvirt XML.
Enable warnings in C code linked to virt-sparsify and virt-v2v.
v2v: -o libvirt: Mistakenly we were calling `virsh dumpxml' instead of `virsh pool-dumpxml'.
v2v: Work around buggy `virsh dumpxml'.
v2v: Implement binding for `virsh pool-dumpxml'.
v2v: Remove bogus %systemroot%\Drivers path.
v2v: utils: Don't need to use module name (Common_utils.) here.
v2v: utils: Permit more safe/unquoted characters in url_quote function.
v2v: -i libvirt: Don't access remote -ic URIs during object creation.
v2v: -o libvirt: Fix <features> XML in output.
v2v: -i libvirt/libvirtxml: Check that domain type, name, arch are not missing.
v2v: Remove lazy_refcounts option.
sparsify: Remove obsolete comment.
v2v: Display a %-done progress bar when copying the disk image to the target.
v2v: -i libvirt: Add whitespace to make the code clearer.
v2v: -i libvirt: Allow map_source* functions to map the format as well as the path.
v2v: esx: Add / fix ability to import guests from vCenter Server.
v2v: Fix bugs in conversion when uninstalling VMware drivers.
Version 1.27.32.
Add suppression for memory leak in libvirt testDomainGenerateIfnames.
v2v: Fix real conversions test by setting architecture in libvirt XML.
Version 1.27.33.
Shahar Havivi (1):
v2v: add xmlXPathRegisterNs for libxml2 binding
-----------------------------------------------------------------------
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 6f045f8 v2v: Skip virt-v2v tests if rhsrvany.exe is not installed.
new d9a4c48 appliance: update distros in comments
new c211763 appliance: add libc-bin to Debian's packagelist
new 9609521 launch: direct: Only issue Debian /dev/kvm group warning if /dev/kvm wasn't openable (RHBZ#1130189).
new 1d9388b configure: add java-8-openjdk and java-7-openjdk as locations for java
new ddfe82e configure: look for "java-default-runtime" as directory for Java
new 483b4b7 v2v: Update TODO.
new 93c7842 p2v: Rewrite /proc/cmdline reading code to use getline.
new 9fa9d39 utils: Add new CLEANUP_PCLOSE cleanup. It calls pclose(3).
new 991c4e3 p2v: Find ACPI, APIC and PAE flags and add them to target libvirt XML.
new 5e872db v2v: Pass acpi, apic, pae features through to libvirt XML output.
new 7ab495b v2v: When outputting XML, write "<element/>" for nodes with no children.
new e95a1c7 v2v: Move libvirt XML generation into common module, and use DOM module.
new 8ba605c v2v: Display message when intializing the target.
new e2fcc23 v2v: Add -o libvirt target (creates guest directly in libvirt).
new 3243da3 v2v: Add a test of -o libvirt target.
new df88e30 appliance: add mtools to Archlinux' packagelist
new 787c42d tests/syslinux: add /usr/lib/syslinux/bios as directory for mbr.bin
new a5e2485 website: Add virt-p2v(1) and guestfs-p2v-iso(1) to the website.
new cca6f25 Version 1.27.27.
new eaadf5c v2v: Rename -o (target) tests.
new 7c7caae v2v: Add new -i disk to allow direct import of disk images with no metadata.
new 25b3334 v2v: Make -i local be an alias for -i disk.
new 0327036 v2v: Fix typo in manual page.
new c5b0e59 v2v: Fix formatting of --vmtype option in the man page.
new 1866fc4 v2v: Add some more man pages that may be relevant to "SEE ALSO" section.
new 54887a3 v2v: Update instructions for uploading a volume.
new 06aa1bf daemon: zfile: call pclose instead of fclose
new b53286a drives: fix deletion of servers on error
new 0fd95e2 drives: Add comments about fragile string handling.
new 6b2bf2c builder: do not use xz --block-size for the test images
new 4a4256b tests: make the scratch disk used for scratch much larger
new 0ed91a7 appliance: initial packagelist for OpenSUSE
new 8b3b7cc daemon: Fix echo-daemon so it doesn't fail on empty array input.
new df47109 v2v: Update TODO file.
new 3d1cb74 v2v: Add display, removable disks, and network interfaces.
new bcce760 Version 1.27.28.
new b6ba844 v2v: Add some examples to the manual page.
new 3ceff73 appliance: add cdrkit-isotools and mtools for Mageia
new c5c3a23 appliance: add mkisofs on OpenSUSE
new 7800150 v2v: Add binding for libxml2 xmlParseURI.
new 2fc9fdd v2v: Don't attempt to make block device paths absolute.
new bc037d9 v2v: source_libvirt: Replace create_xml ?dir parameter hack.
new 0539c20 v2v: VMware returns MAC all zeroes. Map this to None.
new ccb47f9 v2v: Add support for remote ESX connections.
new cf714fc v2v: Update TODO.
new e787c7f v2v: Let source.s_name be the renamed guest name (in case we use -on option).
new aaf84ab v2v: Add --network and --bridge options to perform network name mapping.
new 3a6dc32 v2v: Add --print-source option.
new 640109e v2v: Reorder sections in the manual more logically.
new c7e56a5 appliance: add glibc-locale on OpenSUSE
new ca05d75 v2v: Change input and output variants into classes.
new d1c8240 v2v: Print log message when opening the source.
new c3dda31 v2v: Pass verbose flag into every input and output subclass.
new 3903f97 v2v: Replace strings with variants for extra type safety.
new f5fda27 v2v: Remove ov_vol_uuid hack.
new 1d0ef02 v2v: Fix check-valgrind on --print-source option.
new 1e1ceb5 Version 1.27.29.
new 4389702 v2v: Remove build path which inadvertently appeared in test data.
new f71d62f Version 1.27.30.
new 350e328 v2v: Update documentation for input & output classes.
new b9e591f v2v: Tests can use guests.xml not guests-all-good.xml.
new 1e1605d mllib: Export output_spaces function.
new 53e7888 v2v: DOM: Produce pretty-printed XML.
new 9fa27d4 v2v: -o libvirt: <source file=...> must always be an absolute path.
new 02b6534 v2v: -o rhev: Improve the error message when you pass a bogus -os parameter.
new 6e1e960 v2v: Add a test of --network and --bridge command line options.
new d629b52 v2v: DOM: Add XML comments (<!-- .. -->) to the model.
new 78f725f v2v: Store original vnet, and add comment to output metadata when mapping it.
new 318a1b1 v2v: -i libvirt: Select sensible defaults if <memory> or <vcpu> is missing from input XML.
new 066eb69 v2v: int64 -> int fix for previous commit.
new ce59aa8 Version 1.27.31.
new 86a1f55 v2v: Trivial fix to documentation in internal interface to libxml2.
new 613ae49 v2v: -o rhev: Move inspection functions.
new 4c492e2 v2v: Add comments to DOM module.
new 938fe04 v2v: Remove Types.overlay ov_preallocation field.
new 5800d96 v2v: Remove the Types.overlay ov_source_format field.
new 862a27c v2v: Inline the initialize_target function.
new 0f2b503 v2v: Update TODO.
new 93943a0 v2v: Simplify conversion dispatch code.
new 4d30b82 v2v: Change "Trimming the filesystems" message to something less scary.
new 29b8fb6 v2v: types.mli: Fix typo in comment.
new 97f634e v2v: Split Types.overlay into Types.target and Types.overlay structures.
new 8e7cf61 v2v: -o local: Use /var/tmp instead of /tmp for examples.
new 880bf5f v2v: -i libvirtxml: Add example libvirt XML.
new 3f315f54 Enable warnings in C code linked to virt-sparsify and virt-v2v.
new b56b90b v2v: add xmlXPathRegisterNs for libxml2 binding
new 9b501fa daemon: add add_sprintf
new abb0b47 daemon: move AUGEAS_ERROR to the common header
new c916ea5 daemon: lvm-filter: use augeas for setting the filter
new 53999bd v2v: -o libvirt: Mistakenly we were calling `virsh dumpxml' instead of `virsh pool-dumpxml'.
new 8dc4532 v2v: Work around buggy `virsh dumpxml'.
new f527c22 v2v: Implement binding for `virsh pool-dumpxml'.
new 715020e v2v: Remove bogus %systemroot%\Drivers path.
new a18629c v2v: utils: Don't need to use module name (Common_utils.) here.
new f54aff9 v2v: utils: Permit more safe/unquoted characters in url_quote function.
new 4132680 v2v: -i libvirt: Don't access remote -ic URIs during object creation.
new e112e9a v2v: -o libvirt: Fix <features> XML in output.
new 7aced6f v2v: -i libvirt/libvirtxml: Check that domain type, name, arch are not missing.
new 53e0d3e v2v: Remove lazy_refcounts option.
new e3a02c4 sparsify: Remove obsolete comment.
new abbb636 v2v: Display a %-done progress bar when copying the disk image to the target.
new 04121c4 v2v: -i libvirt: Add whitespace to make the code clearer.
new 3fa4fff v2v: -i libvirt: Allow map_source* functions to map the format as well as the path.
new 155a6f0 v2v: esx: Add / fix ability to import guests from vCenter Server.
new d8e04d4 v2v: Fix bugs in conversion when uninstalling VMware drivers.
new 620d20c Version 1.27.32.
new 591911f Add suppression for memory leak in libvirt testDomainGenerateIfnames.
new ed6173f v2v: Fix real conversions test by setting architecture in libvirt XML.
new 2ab7906 Version 1.27.33.
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
new e4fb32d Imported Upstream version 1.27.27
new a498b06 Imported Upstream version 1.27.28
new f7c9298 Imported Upstream version 1.27.30
new 2ee7e59 Imported Upstream version 1.27.31
new 355383f Imported Upstream version 1.27.33
The 215 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