All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v6 0/7] linux-user: Fix miscellaneous Mips-specific issues
@ 2016-09-16 11:14 Aleksandar Markovic
  2016-09-16 11:14 ` [Qemu-devel] [PATCH v6 1/7] linux-user: Fix TARGET_SIOCATMARK definition for Mips Aleksandar Markovic
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Aleksandar Markovic @ 2016-09-16 11:14 UTC (permalink / raw)
  To: qemu-devel, riku.voipio, peter.maydell, aurelien, leon.alrae,
	petar.jovanovic, miodrag.dinic, aleksandar.rikalo,
	aleksandar.markovic

From: Aleksandar Markovic <aleksandar.markovic@imgtec.com>

v5->v6:

  - Corrected two instances of wrong field type in the patch on target_flock.
  - Added a patch that corrects handling of EDQUOT error code for Mips.
  - Added a patch that adds missing Mips-related items in strace.list.

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, as well as two other Mips-related problems.

Aleksandar Markovic (7):
  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: Add missing TARGET_EDQUOT error code for Mips
  linux-user: Add missing Mips syscalls items in strace.list

 linux-user/mips/target_structs.h   |  16 ++++++
 linux-user/mips/target_syscall.h   |   2 +
 linux-user/mips64/target_syscall.h |   2 +
 linux-user/strace.list             | 114 +++++++++++++++++++++++++++++++++++++
 linux-user/syscall.c               |  10 +++-
 linux-user/syscall_defs.h          |  12 +++-
 6 files changed, 154 insertions(+), 2 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2016-09-19  8:39 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-16 11:14 [Qemu-devel] [PATCH v6 0/7] linux-user: Fix miscellaneous Mips-specific issues Aleksandar Markovic
2016-09-16 11:14 ` [Qemu-devel] [PATCH v6 1/7] linux-user: Fix TARGET_SIOCATMARK definition for Mips Aleksandar Markovic
2016-09-16 18:22   ` Laurent Vivier
2016-09-19  8:31     ` Aleksandar Markovic
2016-09-16 11:14 ` [Qemu-devel] [PATCH v6 2/7] linux-user: Fix TARGET_F_GETOWN " Aleksandar Markovic
2016-09-16 18:30   ` Laurent Vivier
2016-09-16 11:14 ` [Qemu-devel] [PATCH v6 3/7] linux-user: Fix structure target_flock " Aleksandar Markovic
2016-09-16 18:42   ` Laurent Vivier
2016-09-16 11:14 ` [Qemu-devel] [PATCH v6 4/7] linux-user: Fix structure target_semid64_ds " Aleksandar Markovic
2016-09-16 19:00   ` Laurent Vivier
2016-09-19  8:32     ` Aleksandar Markovic
2016-09-16 11:14 ` [Qemu-devel] [PATCH v6 5/7] linux-user: Fix certain argument alignment cases for Mips64 Aleksandar Markovic
2016-09-16 19:29   ` Laurent Vivier
2016-09-19  8:33     ` Aleksandar Markovic
2016-09-16 11:14 ` [Qemu-devel] [PATCH v6 6/7] linux-user: Add missing TARGET_EDQUOT error code for Mips Aleksandar Markovic
2016-09-16 19:22   ` Laurent Vivier
2016-09-16 11:14 ` [Qemu-devel] [PATCH v6 7/7] linux-user: Add missing Mips syscalls items in strace.list Aleksandar Markovic
2016-09-16 19:35   ` Laurent Vivier
2016-09-19  8:38     ` Aleksandar Markovic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.