Re: [libvirt] [PATCH 03/14] Refactor creation of lock manager plugins

2012-12-13 Thread Daniel P. Berrange
On Tue, Dec 11, 2012 at 02:57:10PM -0700, Eric Blake wrote: > On 12/11/2012 01:41 PM, Daniel P. Berrange wrote: > > From: "Daniel P. Berrange" > > > > Refactor virLockManagerPluginNew() so that the caller does > > not need to pass in the config file path itself - just the > > config directory and

Re: [libvirt] [PATCH 03/14] Refactor creation of lock manager plugins

2012-12-11 Thread Eric Blake
On 12/11/2012 01:41 PM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > Refactor virLockManagerPluginNew() so that the caller does > not need to pass in the config file path itself - just the > config directory and driver name. > > Fix QEMU to actually pass in a config file when creat

[libvirt] [PATCH 03/14] Refactor creation of lock manager plugins

2012-12-11 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Refactor virLockManagerPluginNew() so that the caller does not need to pass in the config file path itself - just the config directory and driver name. Fix QEMU to actually pass in a config file when creating the default lock manager plugin, rather than NULL. Signed-o