Re: [libvirt] [PATCH v6 6/7] qemu: Add bps_max and friends to qemu command generation

2014-11-12 Thread Matthias Gatto
On Tue, Nov 11, 2014 at 1:20 PM, John Ferlan wrote: > > > On 10/29/2014 08:16 AM, Matthias Gatto wrote: >> Check the arability of the options with the current qemu binary, >> add them in the varable opt if yes, print a message if not. >> >> Signed-off-by: Matthias Gatto >> --- >> src/qemu/qemu_c

Re: [libvirt] [PATCH v6 6/7] qemu: Add bps_max and friends to qemu command generation

2014-11-11 Thread John Ferlan
On 10/29/2014 08:16 AM, Matthias Gatto wrote: > Check the arability of the options with the current qemu binary, > add them in the varable opt if yes, print a message if not. > > Signed-off-by: Matthias Gatto > --- > src/qemu/qemu_command.c | 57 > +

Re: [libvirt] [PATCH v6 6/7] qemu: Add bps_max and friends to qemu command generation

2014-11-07 Thread Michal Privoznik
On 29.10.2014 13:16, Matthias Gatto wrote: Check the arability of the options with the current qemu binary, add them in the varable opt if yes, print a message if not. Signed-off-by: Matthias Gatto --- src/qemu/qemu_command.c | 57 - 1 file cha

[libvirt] [PATCH v6 6/7] qemu: Add bps_max and friends to qemu command generation

2014-10-29 Thread Matthias Gatto
Check the arability of the options with the current qemu binary, add them in the varable opt if yes, print a message if not. Signed-off-by: Matthias Gatto --- src/qemu/qemu_command.c | 57 - 1 file changed, 56 insertions(+), 1 deletion(-) diff --g