]> git.ipfire.org Git - thirdparty/libvirt.git/commit
remote: honour errors from virDriverLoadModule
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 19 Apr 2018 16:02:22 +0000 (17:02 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 24 Apr 2018 16:01:49 +0000 (17:01 +0100)
commita91eaec152afd8a8a49267f035b7793709c14d5c
treede11e575b7c656b7475dddfebbfc5158de1b02e9
parent8a062f5fe3cd4c66a6b1681b4b31803ada10cbc2
remote: honour errors from virDriverLoadModule

The libvirtd daemon currently ignores the return status of
virDriverLoadModule entirely. This is way too loose, resulting in many
important problems going undiagnosed, resulting in a libvirtd that may
never work correctly. We should only ignore a non-existant module, and
pass back any fatal errors.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/remote/remote_daemon.c