Re: [libvirt] [PATCH 02/12] qemu-command: Move qemuVirCommandGetFDSet

2016-02-16 Thread Ján Tomko
On Mon, Feb 15, 2016 at 02:37:16PM -0500, John Ferlan wrote: > Move function closer to where it's used in qemuBuildTPMCommandLine > > Signed-off-by: John Ferlan > --- > src/qemu/qemu_command.c | 53 > + > 1 file changed, 27 insertions(+), 26 delet

[libvirt] [PATCH 02/12] qemu-command: Move qemuVirCommandGetFDSet

2016-02-15 Thread John Ferlan
Move function closer to where it's used in qemuBuildTPMCommandLine Signed-off-by: John Ferlan --- src/qemu/qemu_command.c | 53 + 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c inde