Hi I am trying to do offline migration, I created a snapshot using migration command
MigrationQemu0.8.2 - KVM (linux-kvm.org)<https://www.linux-kvm.org/page/MigrationQemu0.8.2> In source stop migrate_set_speed 4095m migrate "exec:gzip -c > STATEFILE.gz" In the Target gpg -q -d -r KEY STATEFILE.gpg | <qemu-command-line> -incoming "exec:cat" When I set -incoming "exec:cat" the VM doesn't boot. Its in hanging state Qemu version home/gta/qemu/bin/debug/native# ./qemu-system-x86_64 --version QEMU emulator version 8.1.92 (v8.2.0-rc2-48-gd451e32ce8) Copyright (c) 2003-2023 Fabrice Bellard and the QEMU Project developers root@DUT7141ATSM:/home/gta/qemu/bin/debug/native# regards Sobin Thomas