qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v5 0/8] linux user: Fix assorted Qemu user mode issues
@ 2016-09-14 20:19 Aleksandar Markovic
  2016-09-14 20:19 ` [Qemu-devel] [PATCH v5 1/8] linux-user: Add support for adjtimex() syscall Aleksandar Markovic
                   ` (7 more replies)
  0 siblings, 8 replies; 23+ messages in thread
From: Aleksandar Markovic @ 2016-09-14 20:19 UTC (permalink / raw)
  To: qemu-devel, riku.voipio, peter.maydell, petar.jovanovic,
	miodrag.dinic, aleksandar.rikalo, aleksandar.markovic

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

v4->v5:

    - removed three cleanup patches

v3->v4:

    - rebased to the latest code
    - added patch on clock_adjtime() support
    - minor commit messages improvements

v2->v3:

    - rebased to the latest code
    - merged patches on adjtimex(), sysfs(), and ustat() from another series
    - added patch on socketcall() support
    - cleanup patches reorganized

v1->v2:

    - improved usage of "#ifdefs" in patch on syslog()
    - removed EIDRM-related code from patch on msgrcv(), since this error
      code is already handled well
    - added three cleanup patches

(also, v1 for some reason did not appear on qemu-devel, but mails are sent)

This series fixes certain Qemu user mode issues. The fixes mainly originate
from observation of LTP tests failures for execution in Qemu user mode on
various platforms. The series also contains a cleanup patch.

Aleksandar Markovic (8):
  linux-user: Add support for adjtimex() syscall
  linux-user: Add support for clock_adjtime() syscall
  linux-user: Add support for sysfs() syscall
  linux-user: Add support for ustat() syscall
  linux-user: Fix msgrcv() and msgsnd() syscalls support
  linux-user: Fix socketcall() syscall support
  linux-user: Fix syslog() syscall support
  linux-user: Remove a duplicate item from strace.list

 linux-user/strace.c       | 118 +++++++++++++++++++++++++
 linux-user/strace.list    |  12 +--
 linux-user/syscall.c      | 221 ++++++++++++++++++++++++++++++++++++++++++----
 linux-user/syscall_defs.h |  53 +++++++++++
 4 files changed, 380 insertions(+), 24 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2016-09-22 12:29 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-14 20:19 [Qemu-devel] [PATCH v5 0/8] linux user: Fix assorted Qemu user mode issues Aleksandar Markovic
2016-09-14 20:19 ` [Qemu-devel] [PATCH v5 1/8] linux-user: Add support for adjtimex() syscall Aleksandar Markovic
2016-09-17 18:40   ` Laurent Vivier
2016-09-17 22:38     ` Laurent Vivier
2016-09-22  4:42   ` Riku Voipio
2016-09-22  7:05     ` Aleksandar Markovic
2016-09-22  8:12       ` Riku Voipio
2016-09-22 12:28         ` Aleksandar Markovic
2016-09-14 20:19 ` [Qemu-devel] [PATCH v5 2/8] linux-user: Add support for clock_adjtime() syscall Aleksandar Markovic
2016-09-17 22:41   ` Laurent Vivier
2016-09-14 20:19 ` [Qemu-devel] [PATCH v5 3/8] linux-user: Add support for sysfs() syscall Aleksandar Markovic
2016-09-17 23:28   ` Laurent Vivier
2016-09-14 20:19 ` [Qemu-devel] [PATCH v5 4/8] linux-user: Add support for ustat() syscall Aleksandar Markovic
2016-09-17 23:39   ` Laurent Vivier
2016-09-14 20:19 ` [Qemu-devel] [PATCH v5 5/8] linux-user: Fix msgrcv() and msgsnd() syscalls support Aleksandar Markovic
2016-09-17 23:43   ` Laurent Vivier
2016-09-19 19:05     ` Aleksandar Markovic
2016-09-14 20:19 ` [Qemu-devel] [PATCH v5 6/8] linux-user: Fix socketcall() syscall support Aleksandar Markovic
2016-09-18  0:02   ` Laurent Vivier
2016-09-14 20:20 ` [Qemu-devel] [PATCH v5 7/8] linux-user: Fix syslog() " Aleksandar Markovic
2016-09-18  0:38   ` Laurent Vivier
2016-09-14 20:20 ` [Qemu-devel] [PATCH v5 8/8] linux-user: Remove a duplicate item from strace.list Aleksandar Markovic
2016-09-18  0:13   ` Laurent Vivier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).