qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/5] fix building with musl libc


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 0/5] fix building with musl libc
Date: Fri, 02 May 2014 15:06:07 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

Il 29/04/2014 16:17, Natanael Copa ha scritto:
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(-)


Reviewed-by: Paolo Bonzini <address@hidden>



reply via email to

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