Re: [Qemu-devel] [PATCH 1/2] migration: Clear fd also in error cases

2010-03-17 Thread Anthony Liguori
On 03/09/2010 05:10 PM, Juan Quintela wrote: Not clearing the fd and closing the file makes qemu spin using 100%CPU after incoming migration error. See for instance bug: https://bugzilla.redhat.com/show_bug.cgi?id=518032 Signed-off-by: Juan Quintela Applied all. Thanks. Regards, Anthon

[Qemu-devel] [PATCH 1/2] migration: Clear fd also in error cases

2010-03-09 Thread Juan Quintela
Not clearing the fd and closing the file makes qemu spin using 100%CPU after incoming migration error. See for instance bug: https://bugzilla.redhat.com/show_bug.cgi?id=518032 Signed-off-by: Juan Quintela --- migration-exec.c |4 ++-- migration-fd.c |4 ++-- migration-tcp.c |5 ++