qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] This two patch series introduces functionality for a group
@ 2020-07-22 15:34 Filip Bozuta
  2020-07-22 15:34 ` [PATCH v2 1/2] linux-user: Modify 'target_to_host/host_to_target_itimerspec()' Filip Bozuta
  2020-07-22 15:34 ` [PATCH v2 2/2] linux-user: Add support for a group of 2038 safe syscalls Filip Bozuta
  0 siblings, 2 replies; 7+ messages in thread
From: Filip Bozuta @ 2020-07-22 15:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: Laurent Vivier, Filip Bozuta

The list of implemented syscalls and implementation details
can be found in the second patch of the series which introduces
the implementation.
The first patch introduces a little modification to already existing
converting functions that convert values of 'struct itimerspec'
between target and host and vice versa. This modification was also
used in the second patch in similar converting functions which
convert type 'struct itimerspec64' between target and host.

Testing method:

    The implementation of the implemented syscalls was tested
    using already existing tests from LTP test suite which
    was built inside chroot.

v2:

   *changed 'target_to_host/host_to_target_itimerspec/64()'
    to use 'offsetof()' to determine converting adress for
    'timespec' instead of 'sizeof()'

Filip Bozuta (2):
  linux-user: Modify 'target_to_host/host_to_target_itimerspec()'
  linux-user: Add support for a group of 2038 safe syscalls

 linux-user/syscall.c      | 181 ++++++++++++++++++++++++++++++++------
 linux-user/syscall_defs.h |   5 ++
 2 files changed, 160 insertions(+), 26 deletions(-)

-- 
2.25.1



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

end of thread, other threads:[~2020-08-07 11:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-22 15:34 [PATCH v2 0/2] This two patch series introduces functionality for a group Filip Bozuta
2020-07-22 15:34 ` [PATCH v2 1/2] linux-user: Modify 'target_to_host/host_to_target_itimerspec()' Filip Bozuta
2020-08-07  9:56   ` Laurent Vivier
2020-08-07 11:16   ` Laurent Vivier
2020-07-22 15:34 ` [PATCH v2 2/2] linux-user: Add support for a group of 2038 safe syscalls Filip Bozuta
2020-08-07 11:13   ` Laurent Vivier
2020-08-07 11:17   ` 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).