]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Remove return value from qemuMonitorDomainMemoryFailureCallback
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)
commit59ba742cbc09a0661eb2d33b9e6da06fcc1ae6a0
treef87b083405b3a95981c713675b0e9dfa9d01230f
parentb9357e939d10f6bcc07cc2059ee1dc0c0f18cc6a
qemu: Remove return value from qemuMonitorDomainMemoryFailureCallback

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

The removed error messages are impossible as the enum values are
converted via VIR_ENUM helpers and guarded by compiler checks.

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