
5 Aug
2022
5 Aug
'22
8:29 a.m.
On Tue, Jul 26, 2022 at 04:37:22PM +0200, Peter Krempa wrote:
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> --- src/qemu/qemu_driver.c | 3 --- src/qemu/qemu_monitor.c | 15 +++++---------- src/qemu/qemu_monitor.h | 3 --- src/qemu/qemu_monitor_json.c | 14 ++------------ src/qemu/qemu_monitor_json.h | 3 --- tests/qemumonitorjsontest.c | 2 +- 6 files changed, 8 insertions(+), 32 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>