]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuDomainVirStorageSourceFindByNodeName: Extract nodename matching
authorPeter Krempa <pkrempa@redhat.com>
Tue, 26 Nov 2024 08:31:57 +0000 (09:31 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 28 Nov 2024 09:27:56 +0000 (10:27 +0100)
commit71935d49726a7a5bd61d6c78e754944d38355073
tree4f8fef87caa1b6a13c4316692b5f4ecc971c7bfc
parent2a9349c8e8055de6c21d12df5ea9098c3a0514a7
qemuDomainVirStorageSourceFindByNodeName: Extract nodename matching

Extract the matching of the node name of a single virStorage source so
that the logic can be reused in the upcoming patch.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_domain.c