]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Move qemuPhysIfaceConnect to qemu_interface.c and rename
authorJohn Ferlan <jferlan@redhat.com>
Mon, 15 Feb 2016 15:26:40 +0000 (10:26 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 16 Feb 2016 16:07:47 +0000 (11:07 -0500)
commit5937241328213fea06c910c8d5c2ff8bf0a0a10f
tree7c034f2b8a64335583a99af439ba60c58dcbe4ba
parentefc4080d4791942b0e765db94e41e889cc5423ac
qemu: Move qemuPhysIfaceConnect 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 qemuInterfaceDirectConnect and modify callers.

Signed-off-by: John Ferlan <jferlan@redhat.com>
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