]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: block: Rename qemuBlockFillNodeData and move it to the top
authorPeter Krempa <pkrempa@redhat.com>
Tue, 25 Jul 2017 15:32:38 +0000 (17:32 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 27 Jul 2017 07:42:31 +0000 (09:42 +0200)
commit4a58dfc24eb334e291d90c00f5dc8330610bbf09
treeb3f78af146c508980f398f3ea7ecbd0e777e6bf2
parentf0cbe201b8a689dc5b3f05aeca3beb23e680e9b5
qemu: block: Rename qemuBlockFillNodeData and move it to the top

The same operation will become useful in other places so rename the
function to be more generic and move it to the top so that it can be
reused earlier in the file.

Reviewed-by: Eric Blake <eblake@redhat.com>
src/qemu/qemu_block.c