diff options
author | Aleksandar Markovic <aleksandar.markovic@imgtec.com> | 2016-09-19 13:44:44 +0200 |
---|---|---|
committer | Leon Alrae <leon.alrae@imgtec.com> | 2016-09-23 07:07:36 +0100 |
commit | fea55615b2f924128e115ceb2265069561b03ef8 (patch) | |
tree | 80e0ae1f3a1f1761ed87ff223836c0a054d918df /ui | |
parent | 0444a3b7935f6e09dfddf00411840e70f6fd933e (diff) | |
download | qemu-fea55615b2f924128e115ceb2265069561b03ef8.tar.gz qemu-fea55615b2f924128e115ceb2265069561b03ef8.tar.bz2 qemu-fea55615b2f924128e115ceb2265069561b03ef8.zip |
linux-user: Add missing Mips syscalls items in strace.list
Without this patch, a number of Mips syscalls will be logged in the following
way (in this example, this is an invocation of accept4()):
86906 Unknown syscall 4334
This patch provides standard Qemu's strace output for such cases, like this:
95861 accept4(3,1996486000,1996486016,128,0,0) = 5
Such output may be further improved by providing strace-related functions
that handle only particular syscalls, but this is beyond the scope of
this patch.
Signed-off-by: Aleksandar Markovic <aleksandar.markovic@imgtec.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Acked-by: Riku Voipio <riku.voipio@linaro.org>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
Diffstat (limited to 'ui')
0 files changed, 0 insertions, 0 deletions