Re: [libvirt] [PATCH v2 1/4] virDomainObjUpdateModificationImpact: reduce nesting

2016-03-01 Thread John Ferlan
On 02/24/2016 03:38 AM, Nikolay Shirokovskiy wrote: > Signed-off-by: Nikolay Shirokovskiy > --- > src/conf/domain_conf.c | 12 +--- > 1 file changed, 5 insertions(+), 7 deletions(-) > ACK - I've adjusted the commit message mainly to give some more context and pushed this patch. John

[libvirt] [PATCH v2 1/4] virDomainObjUpdateModificationImpact: reduce nesting

2016-02-24 Thread Nikolay Shirokovskiy
Signed-off-by: Nikolay Shirokovskiy --- src/conf/domain_conf.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 0d2957b..d6c33f6 100644 --- a/src/conf/domain_conf.c +++ b/src/conf/domain_conf.c @@ -2872,13 +2872