Re: [libvirt] [PATCH 06/20] openvz: Create accessors to virDomainObjListFindByUUID

2018-03-30 Thread John Ferlan
On 03/29/2018 01:36 PM, Jim Fehlig wrote: > On 03/09/2018 09:48 AM, John Ferlan wrote: >> Rather than repeat code throughout, create and use a couple of >> accessors in order to lookup by UUID. >> >> Signed-off-by: John Ferlan >> --- >>   src/openvz/openvz_driver.c | 266 >>

Re: [libvirt] [PATCH 06/20] openvz: Create accessors to virDomainObjListFindByUUID

2018-03-29 Thread Jim Fehlig
On 03/09/2018 09:48 AM, John Ferlan wrote: Rather than repeat code throughout, create and use a couple of accessors in order to lookup by UUID. Signed-off-by: John Ferlan --- src/openvz/openvz_driver.c | 266 + 1 file changed,

[libvirt] [PATCH 06/20] openvz: Create accessors to virDomainObjListFindByUUID

2018-03-09 Thread John Ferlan
Rather than repeat code throughout, create and use a couple of accessors in order to lookup by UUID. Signed-off-by: John Ferlan --- src/openvz/openvz_driver.c | 266 + 1 file changed, 76 insertions(+), 190 deletions(-) diff --git