From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WgDAT-000245-07 for qemu-devel@nongnu.org; Fri, 02 May 2014 09:06:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WgDAJ-0001l2-US for qemu-devel@nongnu.org; Fri, 02 May 2014 09:06:20 -0400 Received: from mail-ee0-x22a.google.com ([2a00:1450:4013:c00::22a]:35555) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WgDAJ-0001kr-NX for qemu-devel@nongnu.org; Fri, 02 May 2014 09:06:11 -0400 Received: by mail-ee0-f42.google.com with SMTP id d17so3114980eek.15 for ; Fri, 02 May 2014 06:06:10 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5363983F.9060909@redhat.com> Date: Fri, 02 May 2014 15:06:07 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1398781051-16207-1-git-send-email-ncopa@alpinelinux.org> In-Reply-To: <1398781051-16207-1-git-send-email-ncopa@alpinelinux.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/5] fix building with musl libc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Natanael Copa , qemu-devel@nongnu.org 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