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: # qemusource VM cmd-line -incoming tcp:0: 3. In the source VM: (qemu) migrate -d tcp:0: 4. The source VM

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

2011-10-31 Thread Markus Armbruster
Luiz Capitulino lcapitul...@redhat.com writes: A simple migration reproduces it: 1. Start the source VM with: # qemu [...] -S 2. Start the destination VM with: # qemu source VM cmd-line -incoming tcp:0: 3. In the source VM: (qemu) migrate -d tcp:0: 4. The source VM

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

2011-10-30 Thread Juan Quintela
Luiz Capitulino lcapitul...@redhat.com wrote: A simple migration reproduces it: 1. Start the source VM with: # qemu [...] -S 2. Start the destination VM with: # qemu source VM cmd-line -incoming tcp:0: 3. In the source VM: (qemu) migrate -d tcp:0: 4. The source VM

[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 source VM cmd-line -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