Re: [libvirt] [PATCH] Fix QEMU tunnelled migration FD handling

2011-04-21 Thread Eric Blake
On 04/21/2011 09:05 AM, Daniel P. Berrange wrote: > The two ends of the pipe used for feeding QEMU tunnelled > migration data were interchanged, so QEMU got given the > "write" end instead of the "read" end. > > The qemuMigrationPrepareTunnel method was also immediately > closing the "write" end o

[libvirt] [PATCH] Fix QEMU tunnelled migration FD handling

2011-04-21 Thread Daniel P. Berrange
The two ends of the pipe used for feeding QEMU tunnelled migration data were interchanged, so QEMU got given the "write" end instead of the "read" end. The qemuMigrationPrepareTunnel method was also immediately closing the "write" end of the pipe, so the stream failed to actually write anything.