Re: [libvirt] [PATCH] Use virNetServerRun instead of custom main loop

2012-11-21 Thread Eric Blake
On 11/21/2012 06:05 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > The LXC controller code currently directly invokes the > libvirt main loop code. The problem is that this misses > the cleanup of virNetServerClient connections that > virNetServerRun takes care of. > > The result

[libvirt] [PATCH] Use virNetServerRun instead of custom main loop

2012-11-21 Thread Daniel P. Berrange
From: "Daniel P. Berrange" The LXC controller code currently directly invokes the libvirt main loop code. The problem is that this misses the cleanup of virNetServerClient connections that virNetServerRun takes care of. The result is that when libvirtd is stopped, the libvirt_lxc controller proc