Re: [Qemu-devel] [PATCH v1 1/1] linux-user: Fix webkitgtk hangs on 32-bit x86 target

2018-01-18 Thread Richard Henderson
On 01/18/2018 04:08 PM, Alistair Francis wrote: > Ok, this is not going to be straightforward at all. > > The webkitgtk cmake command hangs when targeting i686 without this > patch. Somewhere in the Yocto build flow this causing some change > resulting in that hang. I don't know how to find out wh

Re: [Qemu-devel] [PATCH v1 1/1] linux-user: Fix webkitgtk hangs on 32-bit x86 target

2018-01-18 Thread Alistair Francis
On Wed, Jan 17, 2018 at 9:46 PM, Alistair Francis wrote: > On Wed, Jan 17, 2018 at 4:57 PM, Richard Henderson wrote: >> On 01/17/2018 12:39 PM, Alistair Francis wrote: >>> Since commit "linux-user: Tidy and enforce reserved_va initialization" >>> (18e80c55bb6ec17c05ec0ba717ec83933c2bfc07) the Yoc

Re: [Qemu-devel] [PATCH v1 1/1] linux-user: Fix webkitgtk hangs on 32-bit x86 target

2018-01-17 Thread Alistair Francis
On Wed, Jan 17, 2018 at 4:57 PM, Richard Henderson wrote: > On 01/17/2018 12:39 PM, Alistair Francis wrote: >> Since commit "linux-user: Tidy and enforce reserved_va initialization" >> (18e80c55bb6ec17c05ec0ba717ec83933c2bfc07) the Yocto webkitgtk build >> hangs when cross compiling for 32-bit x86

Re: [Qemu-devel] [PATCH v1 1/1] linux-user: Fix webkitgtk hangs on 32-bit x86 target

2018-01-17 Thread Richard Henderson
On 01/17/2018 12:39 PM, Alistair Francis wrote: > Since commit "linux-user: Tidy and enforce reserved_va initialization" > (18e80c55bb6ec17c05ec0ba717ec83933c2bfc07) the Yocto webkitgtk build > hangs when cross compiling for 32-bit x86 on a 64-bit x86 machine using > musl. > > To fix the issue red

Re: [Qemu-devel] [PATCH v1 1/1] linux-user: Fix webkitgtk hangs on 32-bit x86 target

2018-01-17 Thread Philippe Mathieu-Daudé
On 01/17/2018 05:39 PM, Alistair Francis wrote: > Since commit "linux-user: Tidy and enforce reserved_va initialization" > (18e80c55bb6ec17c05ec0ba717ec83933c2bfc07) the Yocto webkitgtk build > hangs when cross compiling for 32-bit x86 on a 64-bit x86 machine using > musl. > > To fix the issue red

[Qemu-devel] [PATCH v1 1/1] linux-user: Fix webkitgtk hangs on 32-bit x86 target

2018-01-17 Thread Alistair Francis
Since commit "linux-user: Tidy and enforce reserved_va initialization" (18e80c55bb6ec17c05ec0ba717ec83933c2bfc07) the Yocto webkitgtk build hangs when cross compiling for 32-bit x86 on a 64-bit x86 machine using musl. To fix the issue reduce the MAX_RESERVED_VA macro to be a closer match to what i