Re: [libvirt] [PATCH v4 4/6] qemu: Add bps_max and friends QMP suport

2014-10-01 Thread Matthias Gatto
On Wed, Oct 1, 2014 at 6:05 PM, Michal Privoznik wrote: > On 30.09.2014 16:09, Matthias Gatto wrote: >> >> Detect if the the qemu binary currently in use suport the bps_max option, >> If yes add it to the command, if not, just ignore the options. >> >> Signed-off-by: Matthias Gatto >> --- >> sr

Re: [libvirt] [PATCH v4 4/6] qemu: Add bps_max and friends QMP suport

2014-10-01 Thread Michal Privoznik
On 30.09.2014 16:09, Matthias Gatto wrote: Detect if the the qemu binary currently in use suport the bps_max option, If yes add it to the command, if not, just ignore the options. Signed-off-by: Matthias Gatto --- src/qemu/qemu_monitor_json.c | 59 +++-

[libvirt] [PATCH v4 4/6] qemu: Add bps_max and friends QMP suport

2014-09-30 Thread Matthias Gatto
Detect if the the qemu binary currently in use suport the bps_max option, If yes add it to the command, if not, just ignore the options. Signed-off-by: Matthias Gatto --- src/qemu/qemu_monitor_json.c | 59 +++- 1 file changed, 48 insertions(+), 11 deletion