qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 2.2 0/2] linux-user: Fix posix timer implementation


From: Alexander Graf
Subject: [Qemu-devel] [PATCH 2.2 0/2] linux-user: Fix posix timer implementation
Date: Mon, 10 Nov 2014 17:46:07 +0100

Tom recently realized that I accidently broke the posix timer functions.
With his simple test program he was able to show that we indeed do break
posix timers since my last commit touching them:

  http://csgraf.de/agraf/timer.c

These two patches fix it up properly. With these I can successfully run
his test case in any endian combination.

Please apply for 2.2.

Alex

Alexander Graf (2):
  linux-user: Fix timer creation tswap
  linux-user: Properly handle timer magic offset

 linux-user/syscall.c | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

-- 
1.7.12.4




reply via email to

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