]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: command: rename qemuBuildFSDevCommandLine
authorJán Tomko <jtomko@redhat.com>
Tue, 16 Jul 2019 08:30:51 +0000 (10:30 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 16 Jul 2019 15:00:36 +0000 (17:00 +0200)
commitd8f8f1d1724c5429aa131a365f4cd61651f8a3aa
treebd3a4b2b4f61ccc3b13056cd27dcb746605f40ff
parent628709245bb9511c7e631edcebabdf6b721909c0
qemu: command: rename qemuBuildFSDevCommandLine

This function iterates over all filesystems, not just -fsdevs.

Rename it to free the name for a function that actually builds fsdevs.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Acked-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_command.c