Re: [libvirt] [PATCH v2 11/14] qemuBuildInterfaceCommandLine: Pass proper args

2016-10-13 Thread John Ferlan
On 10/06/2016 09:38 AM, Michal Privoznik wrote: > Instead of various NULL arguments, we can pass proper qemu driver > config, log manager, and virCommand. > > Signed-off-by: Michal Privoznik > --- > src/qemu/qemu_command.c | 31 ++- > 1 file changed, 18 insertions(+)

[libvirt] [PATCH v2 11/14] qemuBuildInterfaceCommandLine: Pass proper args

2016-10-06 Thread Michal Privoznik
Instead of various NULL arguments, we can pass proper qemu driver config, log manager, and virCommand. Signed-off-by: Michal Privoznik --- src/qemu/qemu_command.c | 31 ++- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/q