
13 Oct
2017
13 Oct
'17
7:57 p.m.
On 10/05/2017 10:18 AM, Michal Privoznik wrote:
Every caller reports the error themselves. Might as well move it into the function and thus unify it.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/conf/domain_conf.c | 18 ++++++++++-------- src/libxl/libxl_driver.c | 5 +---- src/lxc/lxc_driver.c | 5 +---- src/openvz/openvz_driver.c | 5 +---- src/qemu/qemu_driver.c | 21 ++++----------------- src/test/test_driver.c | 5 +---- src/xen/xen_driver.c | 5 +---- 7 files changed, 19 insertions(+), 45 deletions(-)
As noted eariler, I think this patch should go earlier thus affecting less files to change in the long run. With the adjustment, Reviewed-by: John Ferlan <jferlan@redhat.com> John