
16 Feb
2016
16 Feb
'16
2:16 p.m.
d/-command/ On Mon, Feb 15, 2016 at 02:37:25PM -0500, John Ferlan wrote:
Move function to qemu_process.c, rename to qemuSetupNetworkPrepareDevices
s/Setup/Process/
and make it static.
Signed-off-by: John Ferlan <jferlan@redhat.com> --- src/qemu/qemu_command.c | 50 -------------------------------------------- src/qemu/qemu_process.c | 55 ++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 54 insertions(+), 51 deletions(-)
ACK Jan