On 03.06.26 18:24, Mark Cave-Ayland wrote:
Open terminal A, and run:
$QEMU \
-name source \
-machine q35 \
-accel kvm \
-m 1G \
-object
memory-backend-file,id=ram0,size=1G,mem-path=/dev/shm/qemu_migration_test,share=on
\
-machine memory-backend=ram0 \
-drive file=/tmp/alpine.iso,media=cdrom,format=raw \
-device pcie-pci-bridge,id=pci.1,bus=pcie.0 \
-netdev
tap,id=netdev.1,ifname=tap0,queues=4,vnet_hdr=on,script=no,downscript=no,local-migration-supported=on
\
Looks like local-migration-supported is no longer required?
Yes in new Machine Type. So, specifying -machine q35, with current (actually
not yet finished/published 11.1) qemu make local-migration-supperted to be true
by default.
If you specify older machine tipe, like -machine pc-q35-11.0,
local-migration-supported will be false by default.
--
Best regards,
Vladimir