Re: [Qemu-devel] make error

2018-03-06 Thread Stefan Hajnoczi
On Tue, Feb 20, 2018 at 04:40:49PM +0100, Ronald Delobel wrote: > Hello, > > This is the error I get when building qemu-2.11.[0-1] with > gcc-7.3.0/glibc-2.27, removing the static attribute suffice to finnish the > build using the glibc provided memfd_create and qemu don't crash, but I > miss some

[Qemu-devel] make error

2018-02-20 Thread Ronald Delobel
Hello, This is the error I get when building qemu-2.11.[0-1] with gcc-7.3.0/glibc-2.27, removing the static attribute suffice to finnish the build using the glibc provided memfd_create and qemu don't crash, but I miss some knowledge here about what a static function really is, a kind of private on