All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [BUG] Migration broken by "e1000: port to vmstate"
@ 2009-11-24 15:04 Pierre Riteau
  2009-11-24 16:27 ` Ryan Harper
  2009-11-24 16:46 ` [Qemu-devel] " Juan Quintela
  0 siblings, 2 replies; 9+ messages in thread
From: Pierre Riteau @ 2009-11-24 15:04 UTC (permalink / raw)
  To: Juan Quintela; +Cc: qemu-devel

e482dc3eaac43f88beea133843ae38c661262e97 breaks migration of a VM using an e1000 device (which is the default...).
Origin host is Debian Lenny 32-bits, destination host is Fedora 12 32-bit. Guest is running Debian Lenny 32-bit.
Symtoms: origin finishes migration correctly, but destination prints "load of migration failed" and the VM is stopped.

This is because the origin closed the connexion, so qemu_fill_buffer reads a buffer with len == 0, which is treated as an error later (f->has_error = 1).
Reverting e482dc3eaac43f88beea133843ae38c661262e97 fixes the problem.

-- 
Pierre Riteau -- http://perso.univ-rennes1.fr/pierre.riteau/

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-12-01 13:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-24 15:04 [Qemu-devel] [BUG] Migration broken by "e1000: port to vmstate" Pierre Riteau
2009-11-24 16:27 ` Ryan Harper
2009-11-24 17:01   ` Pierre Riteau
2009-11-24 16:46 ` [Qemu-devel] " Juan Quintela
2009-11-24 17:02   ` Pierre Riteau
2009-11-30 14:10   ` Jan Kiszka
2009-11-30 14:14     ` Jan Kiszka
2009-11-30 14:20     ` Juan Quintela
2009-12-01 13:22       ` [Qemu-devel] live migration of 64-bit kvm guest (was: [BUG] Migration broken by "e1000: port to vmstate") Jan Kiszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.