Re: [libvirt] [PATCH 4/4] qemu: Avoid bogus error at the end of tunnelled migration

2012-04-26 Thread Peter Krempa
On 04/25/2012 02:07 PM, Jiri Denemark wrote: Once qemu monitor reports migration has completed, we just closed our end of the pipe and let migration tunnel die. This generated bogus error in case we did so before the thread saw EOF on the pipe and migration was aborted even though it was in fact

[libvirt] [PATCH 4/4] qemu: Avoid bogus error at the end of tunnelled migration

2012-04-25 Thread Jiri Denemark
Once qemu monitor reports migration has completed, we just closed our end of the pipe and let migration tunnel die. This generated bogus error in case we did so before the thread saw EOF on the pipe and migration was aborted even though it was in fact successful. With this patch we first wake up t