qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] iscsi: always link libm into the module
@ 2021-06-03 13:07 Paolo Bonzini
  2021-06-03 13:07 ` [PATCH 1/2] meson: allow optional dependencies for block modules Paolo Bonzini
  2021-06-03 13:07 ` [PATCH 2/2] iscsi: link libm into the module Paolo Bonzini
  0 siblings, 2 replies; 5+ messages in thread
From: Paolo Bonzini @ 2021-06-03 13:07 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, qemu-block

Depending on the configuration of QEMU, some binaries might not need libm
at all.  In that case libiscsi, which uses exp(), will fail to load.
This series makes sure that libm is linked in the module explicitly.

Paolo

Paolo Bonzini (2):
  meson: allow optional dependencies for block modules
  iscsi: link libm into the module

 block/meson.build | 18 +++++++++---------
 meson.build       |  4 ++--
 2 files changed, 11 insertions(+), 11 deletions(-)

-- 
2.31.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-06-04  8:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-03 13:07 [PATCH 0/2] iscsi: always link libm into the module Paolo Bonzini
2021-06-03 13:07 ` [PATCH 1/2] meson: allow optional dependencies for block modules Paolo Bonzini
2021-06-04  8:45   ` Vladimir Sementsov-Ogievskiy
2021-06-03 13:07 ` [PATCH 2/2] iscsi: link libm into the module Paolo Bonzini
2021-06-03 13:19   ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).