On Thu, Oct 24, 2019 at 03:56:37PM +0200, Peter Krempa wrote:
Now that we don't have to deal with errors of virBuffer we can
also make
this function void.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/conf/domain_conf.c | 112 +++++++++++++++++++----------------------
src/qemu/qemu_domain.c | 24 ++++-----
src/util/virsysinfo.c | 5 +-
src/util/virxml.c | 14 ++----
src/util/virxml.h | 5 +-
5 files changed, 69 insertions(+), 91 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano