[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/5] fix building with musl libc
From: |
Natanael Copa |
Subject: |
[Qemu-devel] [PATCH 0/5] fix building with musl libc |
Date: |
Tue, 29 Apr 2014 16:17:26 +0200 |
In addition to the previoiusly sent "linux-user: avoid using glibc
internals in _syscall5 and in definition of target_sigevent struct",
those are needed for making qemu build with musl libc on Alpine Linux.
There is still 2 missing fcntl.h definitions (F_EXLCK and F_SHLCK) but
those should probably be defined in libc so patch for that is not
included here.
Natanael Copa (5):
util/qemu-openpty: fix build with musl libc by include termios.h as
fallback
xen: replace ffsl with ctzl
vhost: replace ffsl with ctzl
exec: replace ffsl with ctzl
linux-user/signal.c: define __SIGRTMIN/MAX for non-GNU platforms
hw/virtio/vhost.c | 6 ++----
include/exec/ram_addr.h | 2 +-
linux-user/signal.c | 7 +++++++
util/qemu-openpty.c | 2 ++
xen-all.c | 2 +-
5 files changed, 13 insertions(+), 6 deletions(-)
--
1.9.2
- [Qemu-devel] [PATCH 0/5] fix building with musl libc,
Natanael Copa <=
- [Qemu-devel] [PATCH 1/5] util/qemu-openpty: fix build with musl libc by include termios.h as fallback, Natanael Copa, 2014/04/29
- [Qemu-devel] [PATCH 2/5] xen: replace ffsl with ctzl, Natanael Copa, 2014/04/29
- [Qemu-devel] [PATCH 3/5] vhost: replace ffsl with ctzl, Natanael Copa, 2014/04/29
- [Qemu-devel] [PATCH 4/5] exec: replace ffsl with ctzl, Natanael Copa, 2014/04/29
- [Qemu-devel] [PATCH 5/5] linux-user/signal.c: define __SIGRTMIN/MAX for non-GNU platforms, Natanael Copa, 2014/04/29