public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH kvmtool v2 0/2] Fix compilation with musl-libc based toolchains
@ 2024-07-27 17:11 J. Neuschäfer
  2024-07-27 17:11 ` [PATCH kvmtool v2 1/2] Switch to POSIX version of basename() J. Neuschäfer
  2024-07-27 17:11 ` [PATCH kvmtool v2 2/2] Get __WORDSIZE from <sys/reg.h> for musl compat J. Neuschäfer
  0 siblings, 2 replies; 6+ messages in thread
From: J. Neuschäfer @ 2024-07-27 17:11 UTC (permalink / raw)
  To: kvm; +Cc: Alyssa Ross, J. Neuschäfer

This patchset enables kvmtool to build on musl-libc.
I have also tested that it still builds on glibc.

Signed-off-by: J. Neuschäfer <j.neuschaefer@gmx.net>
---
Changes in v2:
- Be explicit about GNU vs. POSIX versions of basename
- Link to v1: https://lore.kernel.org/r/20240727-musl-v1-0-35013d2f97a0@gmx.net

---
J. Neuschäfer (2):
      Switch to POSIX version of basename()
      Get __WORDSIZE from <sys/reg.h> for musl compat

 include/linux/bitops.h | 2 +-
 vfio/core.c            | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
---
base-commit: ca31abf5d9c3453c852b263ccb451751b29b944b
change-id: 20240727-musl-853c66deb931

Best regards,
--
J. Neuschäfer <j.neuschaefer@gmx.net>


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

end of thread, other threads:[~2024-08-08 12:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-27 17:11 [PATCH kvmtool v2 0/2] Fix compilation with musl-libc based toolchains J. Neuschäfer
2024-07-27 17:11 ` [PATCH kvmtool v2 1/2] Switch to POSIX version of basename() J. Neuschäfer
2024-08-08 12:17   ` Andre Przywara
2024-07-27 17:11 ` [PATCH kvmtool v2 2/2] Get __WORDSIZE from <sys/reg.h> for musl compat J. Neuschäfer
2024-07-29 16:24   ` Alexandru Elisei
2024-07-30 15:02     ` Andre Przywara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox