Re: [PATCH] meson: add 'qemuutil' dependency for block.c

2024-09-04 Thread Fiona Ebner
Am 15.08.24 um 17:58 schrieb Daniel P. Berrangé: > On Wed, Aug 14, 2024 at 12:00:52PM +0200, Fiona Ebner wrote: >> The macro block_module_load() used by block.c is a wrapper around >> module_load(), which is implemented in util/module.c. >> >> Fixes linking for a future binary or downstream binary

Re: [PATCH] meson: add 'qemuutil' dependency for block.c

2024-08-15 Thread Daniel P . Berrangé
On Wed, Aug 14, 2024 at 12:00:52PM +0200, Fiona Ebner wrote: > The macro block_module_load() used by block.c is a wrapper around > module_load(), which is implemented in util/module.c. > > Fixes linking for a future binary or downstream binary that does not > depend on 'qemuutil' directly, but doe

Re: [PATCH] meson: add 'qemuutil' dependency for block.c

2024-08-15 Thread Thomas Huth
On 14/08/2024 12.00, Fiona Ebner wrote: The macro block_module_load() used by block.c is a wrapper around module_load(), which is implemented in util/module.c. Fixes linking for a future binary or downstream binary that does not depend on 'qemuutil' directly, but does depend on 'block'. Signed-

[PATCH] meson: add 'qemuutil' dependency for block.c

2024-08-14 Thread Fiona Ebner
The macro block_module_load() used by block.c is a wrapper around module_load(), which is implemented in util/module.c. Fixes linking for a future binary or downstream binary that does not depend on 'qemuutil' directly, but does depend on 'block'. Signed-off-by: Fiona Ebner --- meson.build | 2