Re: [libvirt] [PATCH 2/2] netcf driver: use a single netcf handle for all connections

2013-08-28 Thread Eric Blake
On 08/28/2013 11:39 AM, Laine Stump wrote: > This resolves: https://bugzilla.redhat.com/show_bug.cgi?id=983026 > > The netcf interface driver previously had no state driver associated > with it - as a connection was opened, it would create a new netcf > instance just for that connection, and close

[libvirt] [PATCH 2/2] netcf driver: use a single netcf handle for all connections

2013-08-28 Thread Laine Stump
This resolves: https://bugzilla.redhat.com/show_bug.cgi?id=983026 The netcf interface driver previously had no state driver associated with it - as a connection was opened, it would create a new netcf instance just for that connection, and close it when it was finished. the problem with this is th