qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] linux-user: fix timespec and itimerspec related


From: Dejan Jovicevic
Subject: [Qemu-devel] [PATCH 0/4] linux-user: fix timespec and itimerspec related issues, add clock_settime
Date: Tue, 25 Oct 2016 13:46:13 +0200

In this series the clock_gettime() was fixed to behave as intended when not
having valid arguments. The emulation for the system call clock_settime()
was added. Conversion of itimerspec structure and error handling in
timer_settime() syscall were corrected.

Dejan Jovicevic (4):
  linux-user: fix clock_gettime()
  linux-user: add clock_settime()
  linux-user: correct conversion of itimerspec structure
  linux-user: timer_settime fix

 linux-user/syscall.c | 62 +++++++++++++++++++++++++++++++---------------------
 1 file changed, 37 insertions(+), 25 deletions(-)

-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]