]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Add bps_max and friends QMP suport
authorMatthias Gatto <matthias.gatto@outscale.com>
Wed, 29 Oct 2014 12:16:03 +0000 (13:16 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 10 Nov 2014 16:19:25 +0000 (17:19 +0100)
commit901ffda2862a73ff3ee6298e0ef07ba72a6dfe6f
treec142e918770a50011f31c65108e2639fbcdb15a7
parentd506a51aeb2a7a7b0c963f760e32b94376ea7173
qemu: Add bps_max and friends QMP suport

Detect if the the qemu binary currently in use support the bps_max option,
If yes add it to the command, if not, just ignore the option.
We don't print error here, because the check for invalide arguments
has alerady been made in qemu_driver.c

Signed-off-by: Matthias Gatto <matthias.gatto@outscale.com>
src/qemu/qemu_monitor_json.c