]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemublocktest: Extract printing of nodename list
authorPeter Krempa <pkrempa@redhat.com>
Tue, 2 Jun 2020 07:11:36 +0000 (09:11 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 22 Jun 2020 14:04:30 +0000 (16:04 +0200)
commit69cacbe5061a82d3207df113d5c845f38f3decca
tree26906a2ac9d90a070e87b16ccc28ffe17d07acef
parent5aa423c52d784896675ce55c86ba662dbfc3ee95
qemublocktest: Extract printing of nodename list

There will be multiple places where we'll need to print nodenames from a
GSList of virStorageSource for testing purposes. Extract the code into a
function.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
tests/qemublocktest.c