]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Move qemuNetworkIfaceConnect to qemu_interface.c and rename
authorJohn Ferlan <jferlan@redhat.com>
Mon, 15 Feb 2016 15:52:50 +0000 (10:52 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 16 Feb 2016 16:07:47 +0000 (11:07 -0500)
commita1a1e44798581b8c78670388ab4927d31c794334
treebe3dbbcd6fa2e311d3cbf549ce25bff40cb698e6
parent5937241328213fea06c910c8d5c2ff8bf0a0a10f
qemu: Move qemuNetworkIfaceConnect to qemu_interface.c and rename

Move the misplaced function from qemu_command.c to qemu_interface.c
since it's closer in functionality there and had less to do with building
the command line.

Rename function to qemuInterfaceBridgeConnect and modify callers.

Signed-off-by: John Ferlan <jferlan@redhat.com>
po/POTFILES.in
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_hotplug.c
src/qemu/qemu_interface.c
src/qemu/qemu_interface.h