]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: monitor: Remove 'supportMaxOptions' argument from qemuMonitorGetBlockIoThrottle
authorPeter Krempa <pkrempa@redhat.com>
Fri, 20 May 2016 06:30:45 +0000 (08:30 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 25 May 2016 14:59:58 +0000 (16:59 +0200)
commit2fde4e724ec45bf72176cf5f243ef372fad37b72
treeab82ae45f44d04389e455d83141a31ae4488fabd
parent77298458d027db4d3e082213355e2d792f65158d
qemu: monitor: Remove 'supportMaxOptions' argument from qemuMonitorGetBlockIoThrottle

The caller is already aware that the params are missing and the
extractor is ignoring the missing ones so the parameter isn't necessary.
src/qemu/qemu_driver.c
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h
tests/qemumonitorjsontest.c