Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
module: Don't complain when a module is absent
The current implementation depends on a configure-time generated list of block modules. When any of them is absent, module_load() emits a warning. This is suboptimal because extracting code to modules was mainly done to allow separate packaging of modules with intrusive dependencies. Absence of optional packages then leads to absence of modules and an error message, which users may recognize as new and report as error. Cc: Paolo Bonzini <[email protected]> Cc: Michael Tokarev <[email protected]> Reviewed-by: Fam Zheng <[email protected]> Signed-off-by: Andreas Färber <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
- Loading branch information