]> git.ipfire.org Git - thirdparty/qemu.git/commit
module: return success on module load
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 22 Jul 2019 13:13:23 +0000 (17:13 +0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 21 Aug 2019 14:29:57 +0000 (16:29 +0200)
commit81d8ccb1bea4fb9eaaf4c8e30bd4021180a9a39f
tree4f0002c5da0e89a390594e525140ffb6c6ea4727
parent90629122d2ef536290882c71ca16bac3df842ca1
module: return success on module load

Let the caller know of load success.

Note that this also changes slightly the behaviour of the function to
try loading on subsequent calls if the previous ones failed.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/qemu/module.h
util/module.c