* 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