[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v5 0/5] linux-user: Fix miscellaneous Mips-specific
From: |
Aleksandar Markovic |
Subject: |
[Qemu-devel] [PATCH v5 0/5] linux-user: Fix miscellaneous Mips-specific issues |
Date: |
Mon, 12 Sep 2016 21:39:59 +0200 |
From: Aleksandar Markovic <address@hidden>
v4->v5:
- Commit messages improved.
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.
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 | 9 ++++++++-
linux-user/syscall_defs.h | 12 +++++++++++-
3 files changed, 35 insertions(+), 2 deletions(-)
--
2.9.3
- [Qemu-devel] [PATCH v5 0/5] linux-user: Fix miscellaneous Mips-specific issues,
Aleksandar Markovic <=
- [Qemu-devel] [PATCH v5 1/5] linux-user: Fix TARGET_SIOCATMARK definition for Mips, Aleksandar Markovic, 2016/09/12
- [Qemu-devel] [PATCH v5 2/5] linux-user: Fix TARGET_F_GETOWN definition for Mips, Aleksandar Markovic, 2016/09/12
- [Qemu-devel] [PATCH v5 3/5] linux-user: Fix structure target_flock definition for Mips, Aleksandar Markovic, 2016/09/12
- [Qemu-devel] [PATCH v5 4/5] linux-user: Fix structure target_semid64_ds definition for Mips, Aleksandar Markovic, 2016/09/12
- [Qemu-devel] [PATCH v5 5/5] linux-user: Fix certain argument alignment cases for Mips64, Aleksandar Markovic, 2016/09/12