[libvirt] [PATCH] Let remoteClientStream only do RX if requested.

2009-09-30 Thread Chris Lalancette
Right now, the stream stuff assumes that a stream is always going to be used for transmit. This is not the case, and in fact doesn't work with the tunnelled migration stuff. Add a flag to remoteClientStream() to allow it to do RX only. Signed-off-by: Chris Lalancette clala...@redhat.com ---

Re: [libvirt] [PATCH] Let remoteClientStream only do RX if requested.

2009-09-30 Thread Daniel P. Berrange
On Wed, Sep 30, 2009 at 01:27:18PM +0200, Chris Lalancette wrote: Right now, the stream stuff assumes that a stream is always going to be used for transmit. This is not the case, and in fact doesn't work with the tunnelled migration stuff. Add a flag to remoteClientStream() to allow it to do