From: Aleksandar Markovic <[email protected]>
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 fix 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 three cleanup patches.
Aleksandar Markovic (5):
linux-user: Fix syslog() syscall emulation
linux-user: Fix msgrcv() and msgsnd() syscalls emulation
linux-user: Remove tabs and trailing spaces from linux-user/main.c
linux-user: Remove a duplicate item from strace.list
linux-user: Insert missing #ifdefs for some syscalls
linux-user/main.c | 812 ++++++++++++++++++++++-----------------------
linux-user/strace.c | 68 ++++
linux-user/strace.list | 5 +-
linux-user/syscall.c | 38 ++-
linux-user/syscall_defs.h | 25 ++
5 files changed, 532 insertions(+), 416 deletions(-)
--
1.7.9.5