public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH kvmtool 0/2] Fix compilation with musl-libc based toolchains
@ 2024-07-27  8:11 J. Neuschäfer
  2024-07-27  8:11 ` [PATCH kvmtool 1/2] Get basename() from <libgen.h> for musl compat J. Neuschäfer
  2024-07-27  8:11 ` [PATCH kvmtool 2/2] Get __WORDSIZE from <sys/reg.h> " J. Neuschäfer
  0 siblings, 2 replies; 5+ messages in thread
From: J. Neuschäfer @ 2024-07-27  8:11 UTC (permalink / raw)
  To: kvm; +Cc: 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>
---
J. Neuschäfer (2):
      Get basename() from <libgen.h> for musl compat
      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] 5+ messages in thread

end of thread, other threads:[~2024-07-27 16:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-27  8:11 [PATCH kvmtool 0/2] Fix compilation with musl-libc based toolchains J. Neuschäfer
2024-07-27  8:11 ` [PATCH kvmtool 1/2] Get basename() from <libgen.h> for musl compat J. Neuschäfer
2024-07-27 10:58   ` Alyssa Ross
2024-07-27 16:43     ` J. Neuschäfer
2024-07-27  8:11 ` [PATCH kvmtool 2/2] Get __WORDSIZE from <sys/reg.h> " J. Neuschäfer

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