qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [KVM] guest remote migration fails
@ 2011-02-07 14:52 pradeep
  0 siblings, 0 replies; only message in thread
From: pradeep @ 2011-02-07 14:52 UTC (permalink / raw)
  To: kvm, qemu-devel, raharper, anantyog

Migration of guest(both local and remote) fails with 2.6.37-rc8 host

Test Procedure:
-----------------------
A is the source host, B is the destination host:
1. Start the VM on B with the exact same parameters as the VM on A, in
migration-listen mode:
B: <qemu-command-line> -incoming tcp:0:4444 (or other PORT))
2. Start the migration (always on the source host):
A: migrate -d tcp:B:4444 (or other PORT)
3. Check the status (on A only):
A: (qemu) info migrate                   


Expected results:
-------------------------
Migration should complete without any error

Actual results:
--------------------
qemu-system-x86_64: VQ 2 size 0x40 Guest index 0xf000 inconsistent with
Host index 0x0: delta 0xf000
load of migration failed

Guest OS:
------------------
windows

Host Kernel:
-----------------------
2.6.37.rc8 on HS22

command used:
-------------------------
Source(A):
 /usr/local/bin/qemu-system-x86_64  -enable-kvm -m 4096 -smp 4  -name
win32 -monitor stdio  -boot c -drive
file=/home/storage/yogi/kvm_autotest_root/images/win7-32.raw,if=none,id=drive-ide0-0-0,boot=on,format=raw,cache=none
-device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0
-netdev
tap,script=/home/yog/autotest/client/tests/kvm/scripts/qemu-ifup,id=hostnet0
-device virtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:00:86:e4:97
-usb -device usb-tablet,id=input0 -vnc :0


Destination (B):
/usr/local/bin/qemu-system-x86_64  -enable-kvm -m 4096 -smp 4  -name
win32 -monitor stdio  -boot c -drive
file=/home/storage/yogi/kvm_autotest_root/images /win7-32.raw,if=none,id=drive-ide0-0-0,boot=on,format=raw,cache=none
-device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0
-netdev tap,script=/home/yog/autot
est/client/tests/kvm/scripts/qemu-ifup,id=hostnet0 -device
virtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:00:86:e4:97 -usb
-device usb-tablet,id=input0 -vnc :5 -incoming 
tcp:0:4444

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-07 14:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-07 14:52 [Qemu-devel] [KVM] guest remote migration fails pradeep

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).