]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: monitor: Remove unused arguments of qemuMonitorBlockCommit
authorPeter Krempa <pkrempa@redhat.com>
Wed, 20 Jul 2022 10:15:55 +0000 (12:15 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 11 Aug 2022 13:19:11 +0000 (15:19 +0200)
commit01f8c55f226b070b095e1c92722a55f62fa321c5
treefc545f9c3497edcc506d57c9bcb53bd34f814a7d
parentb04482d67cfd046e2f37927a41eb246ac4a541b1
qemu: monitor: Remove unused arguments of qemuMonitorBlockCommit

The 'persistjob' is always true and 'top' and 'base' are always NULL.
Adjust the functions to drop the arguments.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
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