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

2014-06-03 Thread Natanael Copa
On Wed, 4 Jun 2014 00:37:44 +0100 Peter Maydell wrote: > On 29 April 2014 15:17, Natanael Copa wrote: > > 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 mu

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

2014-06-03 Thread Peter Maydell
On 29 April 2014 15:17, Natanael Copa wrote: > 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 def

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

2014-05-02 Thread Paolo Bonzini
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 definitio

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

2014-04-29 Thread Natanael Copa
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 probabl