Re: [Qemu-devel] [PULL 4/6] module: Don't complain when a module is absent

2014-07-18 Thread Michael Tokarev
18.07.2014 13:04, Paolo Bonzini wrote: > From: Andreas Färber > > 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 > al

[Qemu-devel] [PULL 4/6] module: Don't complain when a module is absent

2014-07-18 Thread Paolo Bonzini
From: Andreas Färber 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 depe

[Qemu-devel] [PULL 4/6] module: Don't complain when a module is absent

2014-07-18 Thread Paolo Bonzini
From: Andreas Färber 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 depe