* mltools: Replace jansson with json-c
* lib: OVF: Add preliminary support for Windows Server 2025
* in-place: Add a warning about checking the exit code
* -i libvirtxml: Implement disk checksumming
* v2v: Allow printing the checksum
* -i libvirt: Trim whitespace around name
* -o qemu: Replace hard-coded UEFI paths
* -o qemu: Add set -e, -x at the top of the output script
* -o qemu: Remove confusing comment about smm
* lib, input: Model UEFI secureboot property in metadata
* -i vmx: Parse uefi.secureBoot.enabled from vmx file
* -o libvirt: Add full <firmware/> section
* -o libvirt: Remove incorrect comment about secure boot
* -i libvirt: Parse UEFI secureboot flag from libvirt XML
* build: Move baseline OCaml to 4.08
* build: Depend on libnbd >= 1.14
* build: Use nbdcopy and nbdinfo from ./configure
* v2v: Implement --parallel=N for parallel disk copies
* in-place: Fix name of program in the --help output
* inspector: Reorder -O option in alphabetical order
* v2v: Ensure --parallel >= 1
* inspector: Move the code that creates XML output to a separate file
* in-place: Add new -O option to write inspector XML
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=71
* You can now use most virt-customize(1) options, such as
installing arbitrary firstboot scripts, uploading or editing
files, etc. during conversions.
* Installation of QEMU Guest Agent in Windows guests has been
revised and made much more reliable. Note that a visible effect
of this change is that Windows guests may reboot four or more
times during the first boot after conversion (which is
necessary). (Thanks Vadim Rozenfeld, Konstantin Kostiuk, Yuri
Benditovich, Yan Vugenfirer).
* We now forcibly online all virtio disks during firstboot,
working around a security mitigation in recent versions of
Windows that offlines them if they change bus (Martin Necas).
* QEMU Balloon Server (blnsvr) is now installed in Windows
guests, if found on the virtio-win ISO. This improves
statistics gathering for these guests.
* Add support for Circle Linux (Bella Zhang).
* Add some support for LoongArch guests (liuxiang).
* -i ova mode now uses the detected guest firmware, if it's not
specified in the OVA metadata (Bella Khizgiyaev).
* -o kubevirt output mode has been substantially changed to fix
multiple problems. It should be more compatible with real
KubeVirt instances now. (Thanks Arik Hadas, Bella Khizgiyaev,
Lee Yarwood, Martin Necas).
* -o libvirt mode now includes an <os firmware> attribute
specifying whether the guest needs BIOS or UEFI to boot.
* The output of virt-v2v-inspector(1) has been revised, with much
more metadata available.
* The --mac option now allows the gateway and network mask length
to be empty (Arik Hadas).
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=69
* convert: More robust qemu-ga installation, change paths
mlcustomize: Use Start-Process -Wait to run qemu-ga installer
mlcustomize: Add Firstboot.firstboot_dir function
mlcustomize: Place powershell scripts into <firstboot_dir>\Temp
* common: mlcustomize: Inject qemu-ga & blnsvr into
<firstboot_dir>/Temp
* Pull in a fix to make Windows firstboot more reliable.
mlcustomize: Add some comments to firstboot batch file
mlcustomize: Reboot Windows between each firstboot script
* convert: windows: Don't wait indefinitely for netkvm.sys
* convert: windows: Allow increasing verboseness of driver
installation
* convert: windows: Online all virtio disks at first boot
* convert: windows: Ignore sriov drivers on virtio-win disk
- Update to virt-v2v 2.5.6 (jsc#PED-8910)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=65
* -i ova: Ignore dot-underscore-files in OVA files
* mlcustomize: firstboot: Use Linux path for Powershell script path
* mlcustomize: firstboot: Use powershell.exe instead of path
* mlcustomize: firstboot: Use Powershell -NoProfile flag
* mlcustomize: Revert delay installation of qemu-ga MSI
* --mac: Allow gw and len fields to be empty
* Debugging enhancements
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=63
* -i vmx: Remove scp -T option
* -i vmx: Refactor ssh/scp code into a new module
* -i vmx: Simplify scp wrapper
* -i vmx: Add the input password to vmx_source
* -i vmx: Remove dependency of ssh.ml on Xml.uri
* -i vmx: Replace external ssh/scp with nbdkit-ssh-plugin
* input/nbdkit_ssh: Make retry filter optional
* input/nbdkit_ssh: Make password parameter optional
* input/ssh: Use nbdinfo --can connect (instead of --size)
* add CircleLinux to supported distros
* Add support for LoongArch
* -o rhv-upload: fix rhv-upload function to work with keycloak
instead of basic auth only (#43)
* -o rhv-upload: Add context if parsing params fails (#47)
* -o rhv-upload: clarify debug message
* -o rhv-upload: Dump the JSON before parsing
* -o rhv-upload: Output outside of the with block
* -o rhv-upload: Improve host id logging
* -o rhv-upload: Don't share transfer.json (#49)
* -o rhv-upload: Add O_TRUNC to truncate JSON file if it exists
* -o kubevirt: Add os firmware field in output
* -o kubevirt: Add CPU model & topology when available
* -o kubevirt: Add network interfaces to output
* -o kubevirt: Add an RNG device if virtio-rng driver in the
guest
* -o kubevirt: Use virtio-transitional for ancient guests
* -o kubevirt: Add support for sound device
* -o kubevirt: Add metadata labels
* -o kubevirt: Create a VirtualMachine instead of a
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=61
* 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
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=42
* 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
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=41
* 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
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=36