Comment 15 for bug 1129571

Revision history for this message
John Rigby (jcrigby) wrote :

The patch at least allows java to run without segfaulting. I have not tried to build libreoffice yet.

Late in 2012 libc started using FUTEX_WAIT_BITSET instead of FUTEX_WAIT so teach qemu about it so it will forward the call to the host kernel rather than returning -TARGET_ENOSYS. The patch also fixes a problem with qemu strace printing when the FUTEX_CLOCK_REALTIME bit is present in the futex cmd.