[libvirt] [PATCH 00/11] Generic data stream handling

Daniel P. Berrange berrange at redhat.com
Tue Sep 15 17:38:40 UTC 2009


On Tue, Sep 15, 2009 at 02:35:02PM +0200, Chris Lalancette wrote:
> 
> I've uploaded the code that I'm trying out at the moment to:
> 
> http://gitorious.org/~clalance/libvirt/clalance-staging/commits/tunnelled-migration
> 
> Dan, can you take a look and make any suggestions about where I might be going
> wrong?  

I've not look at your migration code yet, but there's a mistake in your
change to the test driver.

http://gitorious.org/~clalance/libvirt/clalance-staging/commit/e77dc1f1ba4e18b4fc6a70198c2f3b253609dc42

The test driver is delibrately not using saferead/write because those
helpers do not handle  EAGAIN. If you get EGAIN they'll return -1 and
you are left with no idea how much data you've written which is not
helpful :-) At very least this will cause the stream to terminate with
an error message. If I got something wrong, perhaps its causing a crash.

Daniel
-- 
|: Red Hat, Engineering, London   -o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org  -o-  http://virt-manager.org  -o-  http://ovirt.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-  F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|




More information about the libvir-list mailing list