qemu-devel
[Top][All Lists]
Advanced

[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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]