From: Aleksandar Markovic <aleksandar.marko...@imgtec.com> v3->v4:
- Added a patch on agrument rearangement. v2 -> v3: - Minor fixes in the commit messages. v1 -> v2: - Improved a comment in the patch about target_semid64_ds (now 4/4). - Added a patch that fixes TARGET_SIOCATMARK for Mips. - Changed order of patches to be more structured. This series fixes several wrong definitions of preprocessor constants and structures in Qemu user mode. It also fixes certain number of LTP test failures, if executed in Qemu user mode for Mips platform. All patches from this series affect Mips platform only. Aleksandar Markovic (5): linux-user: Fix TARGET_SIOCATMARK definition for Mips linux-user: Fix TARGET_F_GETOWN definition for Mips linux-user: Fix structure target_flock definition for Mips linux-user: Fix structure target_semid64_ds definition for Mips linux-user: Fix certain argument alignment cases for Mips64 linux-user/mips/target_structs.h | 16 ++++++++++++++++ linux-user/syscall.c | 8 +++++++- linux-user/syscall_defs.h | 12 +++++++++++- 3 files changed, 34 insertions(+), 2 deletions(-) -- 1.7.9.5