]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Remove return value from qemuMonitorDomainRdmaGidStatusChangedCallback
authorPeter Krempa <pkrempa@redhat.com>
Tue, 20 Jul 2021 08:05:06 +0000 (10:05 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 23 Jul 2021 08:01:48 +0000 (10:01 +0200)
commit7f984ba7eb7a69f85b651e4ca1a944fdc380d7b9
treeaf3d99e96a5ad6d03311c17f08f6fb980e3ad015
parent3b63871f2c993b3fa9973eb40419396dbd0e9091
qemu: Remove return value from qemuMonitorDomainRdmaGidStatusChangedCallback

Change the callback prototype and fix the callback registered in the
process code.

It is also impossible for @info to be non-NULL in the cleanup section so
the cleanup can be completely removed.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_monitor.h
src/qemu/qemu_process.c