Re: [Qemu-devel] [PATCH v2] Fix segfault on migration completion

2011-11-01 Thread Anthony Liguori
On 10/28/2011 11:59 AM, Luiz Capitulino wrote: A simple migration reproduces it: 1. Start the source VM with: # qemu [...] -S 2. Start the destination VM with: # qemu -incoming tcp:0: 3. In the source VM: (qemu) migrate -d tcp:0: 4. The source VM will segfault as soon

Re: [Qemu-devel] [PATCH v2] Fix segfault on migration completion

2011-10-30 Thread Markus Armbruster
Luiz Capitulino writes: > A simple migration reproduces it: > > 1. Start the source VM with: > ># qemu [...] -S > > 2. Start the destination VM with: > ># qemu -incoming tcp:0: > > 3. In the source VM: > >(qemu) migrate -d tcp:0: > > 4. The source VM will segfault as soon as

Re: [Qemu-devel] [PATCH v2] Fix segfault on migration completion

2011-10-30 Thread Juan Quintela
Luiz Capitulino wrote: > A simple migration reproduces it: > > 1. Start the source VM with: > ># qemu [...] -S > > 2. Start the destination VM with: > ># qemu -incoming tcp:0: > > 3. In the source VM: > >(qemu) migrate -d tcp:0: > > 4. The source VM will segfault as soon as mi

[Qemu-devel] [PATCH v2] Fix segfault on migration completion

2011-10-28 Thread Luiz Capitulino
A simple migration reproduces it: 1. Start the source VM with: # qemu [...] -S 2. Start the destination VM with: # qemu -incoming tcp:0: 3. In the source VM: (qemu) migrate -d tcp:0: 4. The source VM will segfault as soon as migration completes (might not happen in the f