Re: [libvirt] [PATCH 3/9] vz: factor out block stats impl

2016-08-17 Thread Maxim Nestratov
24-Jun-16 17:32, Nikolay Shirokovskiy пишет: Now we can use intended ACL check for both API calls. Signed-off-by: Nikolay Shirokovskiy --- src/vz/vz_driver.c | 45 +++-- 1 file changed, 31 insertions(+), 14 deletions(-)

[libvirt] [PATCH 3/9] vz: factor out block stats impl

2016-06-24 Thread Nikolay Shirokovskiy
Now we can use intended ACL check for both API calls. Signed-off-by: Nikolay Shirokovskiy --- src/vz/vz_driver.c | 45 +++-- 1 file changed, 31 insertions(+), 14 deletions(-) diff --git a/src/vz/vz_driver.c