Re: [libvirt] [PATCH 05/12] qemu: Move qemuPhysIfaceConnect to qemu_interface.c and rename

2016-02-15 Thread John Ferlan
On 02/15/2016 05:31 PM, Laine Stump wrote: > On 02/15/2016 02:37 PM, John Ferlan wrote: >> 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 qemuInterfacePh

Re: [libvirt] [PATCH 05/12] qemu: Move qemuPhysIfaceConnect to qemu_interface.c and rename

2016-02-15 Thread Laine Stump
On 02/15/2016 02:37 PM, John Ferlan wrote: 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 qemuInterfacePhysicalConnect and modify callers. Signed-off-by: John Ferl

[libvirt] [PATCH 05/12] qemu: Move qemuPhysIfaceConnect to qemu_interface.c and rename

2016-02-15 Thread John Ferlan
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 qemuInterfacePhysicalConnect and modify callers. Signed-off-by: John Ferlan --- src/qemu/qemu_command.c | 58 +++--