945c648053
- Update to virt-v2v 2.4.0 * New --block-driver option which can be used to choose to install either virtio-blk or virtio-scsi drivers * The virt-v2v --key option now recognizes LVM names like /dev/mapper/rhel_bootp--73--75--123-root * The --key option also supports a new --key all:... selector to try the same key on all devices. * Conversions now set the host-model CPU in the output metadata, except where the source hypervisor overrides this. The exception is -o qemu mode which uses -cpu host. * virt-v2v will now look for bootloader configuration in /boot/grub/grub.cfg for UEFI guests * Invoke pnputil (if available) to install drivers, fixing some Windows conversions * Skip SELinux relabelling if the guest has disabled SELinux * Several output modes now generate metadata to indicate whether the guest requires the RTC to be set to UTC (Linux) or localtime (most Windows). For example with -o libvirt this generates <clock offset="utc|localtime"/>. * -i ova mode is now less strict about parsing the manifest file, which helps when converting some non-conforming OVA files. * Input modes using -it ssh now use the correct quoting * -i vmx mode now rejects VMDK files explicitly, reducing a source of user confusion * Multiple fixes to -o kubevirt mode. Also implement -oo compressed for this mode. * -o libvirt mode now supports Rocky Linux * -o openstack documentation for cloud configurations fixed * -o rhv-upload mode has an improved error when the -os parameter is invalid or missing
Charles Arnold2024-01-04 20:47:02 +00:00
28a746f2c4
- Update to virt-v2v 2.4.0 * New --block-driver option which can be used to choose to install either virtio-blk or virtio-scsi drivers * The virt-v2v --key option now recognizes LVM names like /dev/mapper/rhel_bootp--73--75--123-root * The --key option also supports a new --key all:... selector to try the same key on all devices. * Conversions now set the host-model CPU in the output metadata, except where the source hypervisor overrides this. The exception is -o qemu mode which uses -cpu host. * virt-v2v will now look for bootloader configuration in /boot/grub/grub.cfg for UEFI guests * Invoke pnputil (if available) to install drivers, fixing some Windows conversions * Skip SELinux relabelling if the guest has disabled SELinux * Several output modes now generate metadata to indicate whether the guest requires the RTC to be set to UTC (Linux) or localtime (most Windows). For example with -o libvirt this generates <clock offset="utc|localtime"/>. * -i ova mode is now less strict about parsing the manifest file, which helps when converting some non-conforming OVA files. * Input modes using -it ssh now use the correct quoting * -i vmx mode now rejects VMDK files explicitly, reducing a source of user confusion * Multiple fixes to -o kubevirt mode. Also implement -oo compressed for this mode. * -o libvirt mode now supports Rocky Linux * -o openstack documentation for cloud configurations fixed * -o rhv-upload mode has an improved error when the -os parameter is invalid or missing
Charles Arnold2024-01-04 20:47:02 +00:00
1744d19edf
- Update to virt-v2v 2.3.8 * Various fixes and enhancements to -o kubevirt * Various fixes and enhancements to -o libvirt * -o qemu: Always use -cpu host unless overridden by source hypervisor * -o qemu: Set -rtc base=localtime when guest expects RTC set to localtime * -i ova: Less strict parsing of lines from the manifest file * Introduce "block_driver" convert option * Various fixes and enhancement to detecting windows virtio * Add Inject_virtio_win.Virtio_SCSI as a possible block type * write the proper block controller PCI ID to Win registry * look for bootloader config in /boot/grub/grub.cfg in case of UEFI * mltools/libosinfo-c.c: Fix off-by-one error * Remove support for RHEL 3 * Various language translation updates * Numerous bug fixes - Drop patches fix-compiler-error-Stdlib.stderr.patch fix-linker-error.patch
Charles Arnold2024-01-03 21:07:31 +00:00
7efa04a6f5
- Update to virt-v2v 2.3.8 * Various fixes and enhancements to -o kubevirt * Various fixes and enhancements to -o libvirt * -o qemu: Always use -cpu host unless overridden by source hypervisor * -o qemu: Set -rtc base=localtime when guest expects RTC set to localtime * -i ova: Less strict parsing of lines from the manifest file * Introduce "block_driver" convert option * Various fixes and enhancement to detecting windows virtio * Add Inject_virtio_win.Virtio_SCSI as a possible block type * write the proper block controller PCI ID to Win registry * look for bootloader config in /boot/grub/grub.cfg in case of UEFI * mltools/libosinfo-c.c: Fix off-by-one error * Remove support for RHEL 3 * Various language translation updates * Numerous bug fixes - Drop patches fix-compiler-error-Stdlib.stderr.patch fix-linker-error.patch
Charles Arnold2024-01-03 21:07:31 +00:00
17422f0cef
Accepting request 1130215 from Virtualization
Ana Guerrero2023-12-01 20:26:42 +00:00
5d6a19a648
Accepting request 1130215 from Virtualization
Ana Guerrero2023-12-01 20:26:42 +00:00
217cb9fe15
Accepting request 1130163 from home:olh:branches:Virtualization
Charles Arnold2023-12-01 12:15:08 +00:00
6a108598c9
Accepting request 1130163 from home:olh:branches:Virtualization
Charles Arnold2023-12-01 12:15:08 +00:00
3d46099cfd
- Update to virt-v2v 2.2.0 * New virt-v2v-inspector(1) tool. This tool can be used before conversion to collect facts about the source guest, such as number of disks, and to estimate the disk space required after conversion. * Add support for NVMe devices and SATA hard disks when importing from VMware VMX files (Laszlo Ersek). * Add support for importing to KubeVirt using the new experimental -o kubevirt mode. * Windows 11 guests are now supported. * Rocky Linux guest support has been added (Andrey Drobyshev). * The -o json mode was removed. It was intended to be used with KubeVirt but was never actually used there. Use -o kubevirt instead. * Numerous bug fixes and build changes
Charles Arnold2023-02-08 23:24:59 +00:00
7593270df0
- Update to virt-v2v 2.2.0 * New virt-v2v-inspector(1) tool. This tool can be used before conversion to collect facts about the source guest, such as number of disks, and to estimate the disk space required after conversion. * Add support for NVMe devices and SATA hard disks when importing from VMware VMX files (Laszlo Ersek). * Add support for importing to KubeVirt using the new experimental -o kubevirt mode. * Windows 11 guests are now supported. * Rocky Linux guest support has been added (Andrey Drobyshev). * The -o json mode was removed. It was intended to be used with KubeVirt but was never actually used there. Use -o kubevirt instead. * Numerous bug fixes and build changes
Charles Arnold2023-02-08 23:24:59 +00:00
dad631b591
- jsc#PED-2113 [Virt Tools] Refresh Virtualization Tools for Xen and KVM Management fix-compiler-error-Stdlib.stderr.patch
Charles Arnold2022-10-27 15:45:17 +00:00
481e2774c9
- jsc#PED-2113 [Virt Tools] Refresh Virtualization Tools for Xen and KVM Management fix-compiler-error-Stdlib.stderr.patch
Charles Arnold2022-10-27 15:45:17 +00:00
a09d2bcbbb
Accepting request 990311 from Virtualization
Richard Brown2022-07-21 09:33:21 +00:00
f19aab3e90
Accepting request 990311 from Virtualization
Richard Brown2022-07-21 09:33:21 +00:00
7f92a5327a
- Update to version 2.0.7 * This is a bug fix release - Drop patch contained in new tarball CVE-2022-2211-options-fix-buffer-overflow-in-get_keys.patch
Charles Arnold2022-07-12 22:14:04 +00:00
0a378d0123
- Update to version 2.0.7 * This is a bug fix release - Drop patch contained in new tarball CVE-2022-2211-options-fix-buffer-overflow-in-get_keys.patch
Charles Arnold2022-07-12 22:14:04 +00:00
d5ef7948ff
- Update to version 2.0.5 * Virt-v2v has been modularised allowing external programs to examine the state of the conversion and inject their own copying step. Further enhancements will be made to this new architecture in forthcoming releases. * The command line is almost identical apart from some debugging features that were removed (see below). The only significant difference is that the output format (-of) now has to be specified if it is different from the input format, whereas previous versions of virt-v2v would use the same output format as input format automatically. * A lot of time was spent improving the performance of virt-v2v in common cases. * Implement conversion of ALT Linux guests (Mikhail Gordeev). * Many bug fixes and performance enhancements were made to oVirt imageio output (Nir Soffer). * There is a new virt-v2v-in-place(1) tool which replaces the existing virt-v2v --in-place option. * Virt-v2v can now convert guests which use LUKS encrypted logical volumes (Laszlo Ersek). * Option -oo rhv-direct has been replaced by -oo rhv-proxy, and direct mode (which is much faster) is now the default when writing to oVirt, with proxy mode available for restricted network configurations (thanks: Nir Soffer). * The following command line options were removed: --print-estimate, --debug-overlays, --no-copy. * Virt-v2v no longer installs the RHEV-APT tool in Windows guests. This tool was deprecated and then removed in oVirt 4.3. * Deprecated tool virt-v2v-copy-to-local has been removed. This was deprecated in November 2018.
Charles Arnold2022-05-13 16:34:49 +00:00
5c708a8bc3
- Update to version 2.0.5 * Virt-v2v has been modularised allowing external programs to examine the state of the conversion and inject their own copying step. Further enhancements will be made to this new architecture in forthcoming releases. * The command line is almost identical apart from some debugging features that were removed (see below). The only significant difference is that the output format (-of) now has to be specified if it is different from the input format, whereas previous versions of virt-v2v would use the same output format as input format automatically. * A lot of time was spent improving the performance of virt-v2v in common cases. * Implement conversion of ALT Linux guests (Mikhail Gordeev). * Many bug fixes and performance enhancements were made to oVirt imageio output (Nir Soffer). * There is a new virt-v2v-in-place(1) tool which replaces the existing virt-v2v --in-place option. * Virt-v2v can now convert guests which use LUKS encrypted logical volumes (Laszlo Ersek). * Option -oo rhv-direct has been replaced by -oo rhv-proxy, and direct mode (which is much faster) is now the default when writing to oVirt, with proxy mode available for restricted network configurations (thanks: Nir Soffer). * The following command line options were removed: --print-estimate, --debug-overlays, --no-copy. * Virt-v2v no longer installs the RHEV-APT tool in Windows guests. This tool was deprecated and then removed in oVirt 4.3. * Deprecated tool virt-v2v-copy-to-local has been removed. This was deprecated in November 2018.
Charles Arnold2022-05-13 16:34:49 +00:00
79e406f8d8
- Update to version 1.44.2 * This is a bug fix release virt-v2v-1.44.2.tar.gz.sig - Drop virt-v2v-1.44.0.tar.gz.sig
Charles Arnold2022-01-06 23:18:43 +00:00
f0beeb7c98
- Update to version 1.44.2 * This is a bug fix release virt-v2v-1.44.2.tar.gz.sig - Drop virt-v2v-1.44.0.tar.gz.sig
Charles Arnold2022-01-06 23:18:43 +00:00
60115e0f0c
- Fix ocaml linker error due to unresolved 'rpl_free'. For comparison, see libguestfs commit 489b14b75e. fix-linker-error.patch
Charles Arnold2021-09-16 18:09:07 +00:00
b18c7530c0
- Fix ocaml linker error due to unresolved 'rpl_free'. For comparison, see libguestfs commit 489b14b75e. fix-linker-error.patch
Charles Arnold2021-09-16 18:09:07 +00:00
28b1942ad2
- Update to version 1.44.0 Include virt-v2v-1.44.0.tar.gz.sig * windows: Allow qxldod.inf as synonym for qxl.inf * -i ova: Set LANG=C and --no-auto-compress when running tar. * Increase required free space in Windows to 100 MB * Tidy up error messages when mounting a virtio-win ISO
Charles Arnold2021-05-07 20:49:45 +00:00
516dac4a1b
- Update to version 1.44.0 Include virt-v2v-1.44.0.tar.gz.sig * windows: Allow qxldod.inf as synonym for qxl.inf * -i ova: Set LANG=C and --no-auto-compress when running tar. * Increase required free space in Windows to 100 MB * Tidy up error messages when mounting a virtio-win ISO
Charles Arnold2021-05-07 20:49:45 +00:00
9005a8d987
- Update to version 1.43.3 * Support for ALT Linux 9 and up added * Many upstream bug fixes * Language file fixes and updates
Charles Arnold2021-01-28 22:27:07 +00:00
20d1a11d47
- Update to version 1.43.3 * Support for ALT Linux 9 and up added * Many upstream bug fixes * Language file fixes and updates
Charles Arnold2021-01-28 22:27:07 +00:00
04d5627ee3
Accepting request 838921 from home:predivan:branches:Virtualization
Dirk Mueller2020-10-26 14:18:28 +00:00
406db35ac5
Accepting request 838921 from home:predivan:branches:Virtualization
Dirk Mueller2020-10-26 14:18:28 +00:00
cc3b735205
- Update to version 1.43.1 * Several bug fixes - Drop fix-redefinition-error.patch
Charles Arnold2020-07-21 19:01:32 +00:00
f8c7edfa4f
- Update to version 1.43.1 * Several bug fixes - Drop fix-redefinition-error.patch
Charles Arnold2020-07-21 19:01:32 +00:00