Re: [libvirt] [PATCH v2 02/12] qemu: Move interface cmd line construction into a separate function

2013-05-15 Thread Laine Stump
On 05/13/2013 01:22 PM, Michal Privoznik wrote: > Currently, we have one huge function to construct qemu command line. > This is very ineffective esp. if there's a fault somewhere. > --- > src/qemu/qemu_command.c | 228 > +--- > 1 file changed, 121 inse

[libvirt] [PATCH v2 02/12] qemu: Move interface cmd line construction into a separate function

2013-05-13 Thread Michal Privoznik
Currently, we have one huge function to construct qemu command line. This is very ineffective esp. if there's a fault somewhere. --- src/qemu/qemu_command.c | 228 +--- 1 file changed, 121 insertions(+), 107 deletions(-) diff --git a/src/qemu/qemu_comma