]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Remove return value from qemuMonitorDomainResetCallback
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:47 +0000 (10:01 +0200)
commit8e95b76b1ab9dc10840da3587f1ef2079f98618b
tree78862562a8634db5855a91d8a2227a97656390d9
parent40950f60fc041975b3ecdb0496a0e7b257d627fd
qemu: Remove return value from qemuMonitorDomainResetCallback

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

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