[Pkg-libvirt-commits] [libguestfs] annotated tag upstream/1.27.41 created (now eb929f8)
Hilko Bengen
bengen at moszumanska.debian.org
Fri Oct 3 14:53:13 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a change to annotated tag upstream/1.27.41
in repository libguestfs.
at eb929f8 (tag)
tagging 5d3643b7c36e33b289be793efde731e56247e61b (commit)
replaces upstream/1.27.39
tagged by Hilko Bengen
on Tue Sep 9 22:04:31 2014 +0200
- Log -----------------------------------------------------------------
Upstream version 1.27.41
Hilko Bengen (1):
Imported Upstream version 1.27.41
Pino Toscano (1):
tests: sysprep: slightly improve output
Richard W.M. Jones (7):
p2v: Whitespace change in options list.
p2v: Use matchbox (window manager) in the virt-p2v ISO.
v2v: Check if there is sufficient free space for conversion (RHBZ#1139543).
v2v: Calculate dracut/mkinitrd kernel version correctly (RHBZ#1138182).
Version 1.27.40.
daemon: Run 'udevadm settle' with debugging and warn if the command fails.
Version 1.27.41.
-----------------------------------------------------------------------
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 7523e30 edit: move windows path code to common file
new de62583 fish, edit: specifies whether mount Windows as readonly
new 73ed317 fish, edit: move the exit-on-case-sensitive-error behaviour to virt-edit
new 582a8fc cat: use the common Windows path handling code
new 7b9f0cf fish: isolate file editing (w/ editor) code in own file
new 511275a fish: edit: improve the editor execution
new f79ee54 fish: edit: bring backup extension to file editing w/ editor
new c9b6c8d fish: edit: return 1 for unchanged file
new f1c6d5d fish: edit: bring the fast-time-edit protection
new b53126e fish: edit: add perl file editing
new 2d217eb edit: switch to common editing functions
new 57b3a35 fish: edit: add verbose parameter
new c6b7e6c customize: use the common perl file editing code
new 8aea6d8 v2v: More esx:// -> vpx:// changes.
new 6a3147a v2v: esx: Add note to documentation about being asked for the password twice.
new 180e3c3 Add support for qemu copy_on_read feature.
new 1ce930e v2v: Use copy_on_read in the overlays.
new f01f641 v2v: Output to OpenStack Glance (-o glance option).
new 0d2f4c5 v2v: Minor correction to -o glance documentation.
new 5c48754 Version 1.27.34.
new 94cffee -o glance: Multiple fixes.
new 1fb19fc customize: perl_edit: Type of Guestfs_val() param is a Guestfs.t not the object wrapper.
new 705e4bf builder: Add test of the --edit option.
new 5103299 v2v: -o glance: Write potentially huge temporary images to /var/tmp by default.
new b1a6488 fish: edit: factor out download and reupload phases
new 356fe58 fish: edit: centralize the EDITOR handling
new ca9930e test-tool: stop printing the FEBOOTSTRAP_* envvars
new 431cdfd fish: edit: write to the real file name
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
new 7fa35e0 Imported Upstream version 1.27.34
new 9fb2b82 v2v: Add some defensive code to test for the broken qcow2 overlay bug.
new 8e52337 v2v: Update TODO file.
new b1125a9 p2v: Allow -EIO error when reading pty to mean the writer has closed the connection.
new 04740c5 p2v: Send SIGHUP (not SIGTERM) to kill child process.
new 0136f50 p2v: Add a status message for when we detect the control connection has been closed.
new b16e98b p2v: Fix p2v.disks (etc) parsing on kernel command line.
new c516d2d p2v: Add p2v.output* controls so we can control where the output ends up.
new 22a5560 p2v: Add a test of virt-p2v.
new 3c1b81d Version 1.27.35.
new c435053 Improve diagrams on various manual pages using Unicode box drawing characters.
new a388144 Use ocamldep -all option.
new 6582231 generator: Don't use ocamldep -all option in this directory.
new c004e46 appliance: exclude a lvm2 rule on Ubuntu (RHBZ#1111662).
new 379f335 v2v: Give a reasonable, early failure if output format is not raw or qcow2.
new 81d3aee p2v: Change p2v.output -> p2v.o etc and add p2v.oc
new 750e819 p2v: Add GUI controls for -o, -oc etc options on virt-v2v command line.
new f0e1f58 p2v: Add some spacing on the conversion dialog.
new fc52f98 v2v: Update TODO file.
new c902ede p2v: Use libxml2 to write the libvirt XML document instead of printfs.
new 128d474 sysprep: user-account: select which users to remove or keep
new 1ce65ee p2v: Print config->output_connection field in conversion debug.
new 10f6206 p2v: Support for interface to network map.
new 03d848a Version 1.27.36.
new e8a87ab Imported Upstream version 1.27.35
new 03ed5a7 p2v/v2v: List output drivers in `virt-v2v --machine-readable', and use that in virt-p2v.
new e050648 v2v: Review 3-X comments in TODO file and remove any which are not short-term goals to fix.
new 11b1e28 v2v: Update TODO.
new ee5470d v2v: Clarify documentation for -o local.
new e52742e sysprep: user-account: remove the correct home
new bb362f6 OCaml virt-* tools: Handle pretty printing of exceptions through a common library function.
new 711c32b mllib: Wrap errors at column 76 instead of column 72.
new 941ebaa mllib: error: Clearer message about how to enable debugging.
new 82b7385 v2v: Update TODO.
new 5791197 v2v: Don't hard-code list of -i and -o options in help output.
new 44ca9d5 launch: libvirt / p2v: Fix empty_element macro.
new 90b1e98 v2v: adding input -i ova
new d5662fe -i ova: Tidy up the description in the manual page.
new 27a5ef9 v2v: Move json-generating code into separate module.
new 0c295c8 v2v: -i libvirtxml: Detect disk format using any <driver type=...> field.
new f243418 v2v: Add support for access to remote RHEL 5 Xen hosts over ssh.
new 5edb78d v2v: docs: Clarify how ESX & Xen imports happen through libvirt.
new ba65af3 customize: fix locking accounts with passwords
new c3b3f68 v2v: Add test OVF file to EXTRA_DIST.
new 03c9834 Version 1.27.37.
new 0fc7cbe v2v: skip test-v2v-i-ova.sh if rhsrvany.exe is not installed
new 5499551 Update gnulib to latest.
new d12f1ee v2v: -i disk: Don't fail if filename has no extension.
new 922da70 v2v: -i disk: Add a clearer error message if the disk doesn't exist or is not readable.
new a935db3 v2v: R_OK is in Unix module
new de93b90 daemon: make aug_close cleanup available for all
new 096c05a v2v: -i libvirt: Check the domain is not running (RHBZ#1138586).
new 35d49cd v2v: When locating initramfs, ignore kdump initramfs images (RHBZ#1138184).
new 54e32eb v2v: -i libvirt, -i libvirtxml: Print libvirt XML when debugging.
new d01fbe8 daemon: add a way to check for the version of augeas
new 6191713 appliance: daemon: import and use upstream shadow lens
new a0cf4b3 sysprep: remove comment and notes about /etc/shadow lens
new 5536773 customize: use augeas to change passwords
new d85c381 appliance: Add guestfs_shadow.aug to EXTRA_DIST.
new 255ec57 Version 1.27.38.
new d82cf08 daemon: Check return value of end_stringsbuf.
new d7edde6 p2v: Success message should have info logo, not error logo.
new a743f57 p2v: Ensure the current version of virt-p2v is always displayed.
new e1ee037 p2v: Temporarily remove Configure Network button.
new 8e6478d p2v: Remove p2v-iso directory.
new 0866d22 p2v: Add scripts to make disk or kickstart-based P2V ISO.
new a12745a Version 1.27.39.
new e52ec0a p2v: Whitespace change in options list.
new 4fc333d p2v: Use matchbox (window manager) in the virt-p2v ISO.
new a790733 Imported Upstream version 1.27.36
new 006b9ce Imported Upstream version 1.27.37
new 94e2966 Imported Upstream version 1.27.38
new 587ea39 Imported Upstream version 1.27.39
new be1c696 v2v: Check if there is sufficient free space for conversion (RHBZ#1139543).
new e89ab6d tests: sysprep: slightly improve output
new 5913651 v2v: Calculate dracut/mkinitrd kernel version correctly (RHBZ#1138182).
new 6b379ab Version 1.27.40.
new a210798 daemon: Run 'udevadm settle' with debugging and warn if the command fails.
new aebe00e Version 1.27.41.
new 5d3643b Imported Upstream version 1.27.41
The 323 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