Re: [libvirt] [PATCH v6 REBASE 5/5] vz: cleanup: define vz format of uuids

2016-05-18 Thread Maxim Nestratov
18.05.2016 10:54, Nikolay Shirokovskiy пишет: On 17.05.2016 22:02, Maxim Nestratov wrote: 22.04.2016 10:20, Nikolay Shirokovskiy пишет: vz puts uuids into curly braces. Simply introduce new contstant to reflect this and get rid of magic +2 in code. Signed-off-by: Nikolay Shirokovskiy ---

Re: [libvirt] [PATCH v6 REBASE 5/5] vz: cleanup: define vz format of uuids

2016-05-18 Thread Nikolay Shirokovskiy
On 17.05.2016 22:02, Maxim Nestratov wrote: > 22.04.2016 10:20, Nikolay Shirokovskiy пишет: > >> vz puts uuids into curly braces. Simply introduce new contstant to reflect >> this >> and get rid of magic +2 in code. >> >> Signed-off-by: Nikolay Shirokovskiy >> --- >> src/vz/vz_sdk.c | 12 +

Re: [libvirt] [PATCH v6 REBASE 5/5] vz: cleanup: define vz format of uuids

2016-05-17 Thread Maxim Nestratov
22.04.2016 10:20, Nikolay Shirokovskiy пишет: vz puts uuids into curly braces. Simply introduce new contstant to reflect this and get rid of magic +2 in code. Signed-off-by: Nikolay Shirokovskiy --- src/vz/vz_sdk.c | 12 ++-- src/vz/vz_utils.h | 2 ++ 2 files changed, 8 insertio

[libvirt] [PATCH v6 REBASE 5/5] vz: cleanup: define vz format of uuids

2016-04-22 Thread Nikolay Shirokovskiy
vz puts uuids into curly braces. Simply introduce new contstant to reflect this and get rid of magic +2 in code. Signed-off-by: Nikolay Shirokovskiy --- src/vz/vz_sdk.c | 12 ++-- src/vz/vz_utils.h | 2 ++ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/vz/vz_sdk.c