** Tags added: windows -- remote migration fails with message "load of migration failed" https://bugs.launchpad.net/bugs/491345 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.
Status in QEMU: New Bug description: Remote migration fails with message "load of migration failed" on the destination after migration Steps to recreate: 1) install qemu frm git clone git://git.savannah.nongnu.org/qemu.git 2)The VM image was shared using nfs 3)qemu cmdline used: Source: /usr/local/bin/qemu-system-x86_64 -name 'vm1' -drive file=win2k3sp2-32.qcow2 -m 6144 --enable-kvm -usbdevice tablet -vnc :0 -monitor stdio Destination: /usr/local/bin/qemu-system-x86_64 -name 'vm1' -drive file=win2k3sp2-32.qcow2 -m 6144 --enable-kvm -usbdevice tablet -vnc :0 -monitor stdio --incoming tcp:0:5555 5)migrate tcp:destination:5555 uname -a Linux 2.6.30.9-96.fc11.x86_64 #1 SMP Wed Nov 4 00:02:04 EST 2009 x86_64 x86_64 x86_64 GNU/Linux Distro: fedora 11 Thx yogi