]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: block: refactor and rename qemuBuildGlusterDriveJSONHosts
authorPeter Krempa <pkrempa@redhat.com>
Fri, 7 Jul 2017 15:55:04 +0000 (17:55 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 14 Jul 2017 14:05:46 +0000 (16:05 +0200)
commit7ee3df57754cdc7f67354c7a888ef63599a76365
tree1e7617b59bf72143e9c56342b6398ba4c7d60b37
parentbb8ebe69dd74f8c0a906029fe5dd608514257cda
qemu: block: refactor and rename qemuBuildGlusterDriveJSONHosts

New name is qemuBlockStorageSourceBuildHostsJSONSocketAddress since it
formats the JSON object in accordance with qemu's SocketAddress type.

Since the new naming in qemu uses 'inet' instead of 'tcp' add a
compatibility layer for gluster which uses the old name.
src/qemu/qemu_block.c