Re: [Qemu-devel] RFC: exit on incoming exec migrate failure

2009-12-14 Thread Andrew Farmer
On 11 Dec 2009, at 13:19, Daniel P. Berrange wrote: On Wed, Dec 09, 2009 at 01:10:18PM -0800, Andrew Farmer wrote: Right now, if an incoming migrate through exec fails, the qemu process will end up chewing CPU indefinitely - it looks like it closes the migration FD but doesn't remove its IO

Re: [Qemu-devel] RFC: exit on incoming exec migrate failure

2009-12-11 Thread Daniel P. Berrange
On Wed, Dec 09, 2009 at 01:10:18PM -0800, Andrew Farmer wrote: Right now, if an incoming migrate through exec fails, the qemu process will end up chewing CPU indefinitely - it looks like it closes the migration FD but doesn't remove its IO handler properly. An easy way to reproduce this is

[Qemu-devel] RFC: exit on incoming exec migrate failure

2009-12-09 Thread Andrew Farmer
Right now, if an incoming migrate through exec fails, the qemu process will end up chewing CPU indefinitely - it looks like it closes the migration FD but doesn't remove its IO handler properly. An easy way to reproduce this is to try launching with -incoming exec:/bin/false. This is obviously