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 <pbonz...@redhat.com>

Reply via email to