All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] migration: QEMU aborts migration of "none" machine
@ 2017-01-25 10:01 Ashijeet Acharya
  2017-01-25 10:53 ` Thomas Huth
  0 siblings, 1 reply; 7+ messages in thread
From: Ashijeet Acharya @ 2017-01-25 10:01 UTC (permalink / raw)
  To: Thomas Huth; +Cc: dgilbert@redhat.com, QEMU Developers, Juan Quintela

Hi Thomas,

I was able to reproduce the bug you encountered while trying to migrate a
"none" machine.

After digging deep and debugging the problem with gdb, I found that
bitmap_new() is the function that crashes qemu as it always has zero bits
being passed to it.

I had a discussion with Dave on the IRC yesterday and he suggested the
reason of crash being the absence of RAM ( since machine is "none") while
attempting the migration.

I am not sure what the ideal solution will be in this case; Do any of the
maintainers have any suggestions or even a starting point which I can
ponder upon?

Thanks
Ashijeet

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

end of thread, other threads:[~2017-01-25 16:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-25 10:01 [Qemu-devel] migration: QEMU aborts migration of "none" machine Ashijeet Acharya
2017-01-25 10:53 ` Thomas Huth
2017-01-25 11:07   ` Daniel P. Berrange
2017-01-25 11:16     ` Juan Quintela
2017-01-25 12:58       ` Ashijeet Acharya
2017-01-25 16:10         ` Thomas Huth
2017-01-25 16:34           ` Ashijeet Acharya

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.