Re: [libvirt] [PATCH v4 15/23] security_manager: Load lock plugin on init

2018-09-18 Thread Michal Privoznik
On 09/17/2018 09:56 PM, John Ferlan wrote: > > > On 09/10/2018 05:36 AM, Michal Privoznik wrote: >> Now that we know what metadata lock manager user wishes to use we >> can load it when initializing security driver. This is achieved >> by adding new argument to virSecurityManagerNewDriver() and >

Re: [libvirt] [PATCH v4 15/23] security_manager: Load lock plugin on init

2018-09-17 Thread John Ferlan
On 09/10/2018 05:36 AM, Michal Privoznik wrote: > Now that we know what metadata lock manager user wishes to use we > can load it when initializing security driver. This is achieved > by adding new argument to virSecurityManagerNewDriver() and > subsequently to all functions that end up calling

[libvirt] [PATCH v4 15/23] security_manager: Load lock plugin on init

2018-09-10 Thread Michal Privoznik
Now that we know what metadata lock manager user wishes to use we can load it when initializing security driver. This is achieved by adding new argument to virSecurityManagerNewDriver() and subsequently to all functions that end up calling it. The cfg.mk change is needed in order to allow lock_man