
On Thu, Dec 16, 2010 at 11:21:52AM +0000, Daniel P. Berrange wrote:
A followup to
http://www.redhat.com/archives/libvir-list/2010-December/msg00051.html
Since that time
- The SASL/TLS I/O code has been integrated into the virNetSocket class directly to remove duplication between client&servers - libvirtd has been converted to use the new APIs - Error handling has been sanitized across libvirtd to use the normal virReportError APIs - A couple of test cases have been written - Many locking, ref counting & ramdom crash bugs fixed - Some basic interoperability testing against previous code
This is still not quite functionally complete, so not ready to apply. The missing pieces are
- Make the client side streams code work again - Re-integrate DTrace probes in libvirtd
To save time, the patches are also available directly on my 'rpc' branch http://gitorious.org/~berrange/libvirt/staging/commits/rpc Daniel