From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42103) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xns6d-0005Jm-C6 for qemu-devel@nongnu.org; Mon, 10 Nov 2014 11:46:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xns6V-0003ot-80 for qemu-devel@nongnu.org; Mon, 10 Nov 2014 11:46:19 -0500 Received: from cantor2.suse.de ([195.135.220.15]:41300 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xns6V-0003oZ-0o for qemu-devel@nongnu.org; Mon, 10 Nov 2014 11:46:11 -0500 From: Alexander Graf Date: Mon, 10 Nov 2014 17:46:07 +0100 Message-Id: <1415637969-47244-1-git-send-email-agraf@suse.de> Subject: [Qemu-devel] [PATCH 2.2 0/2] linux-user: Fix posix timer implementation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: tommusta@gmail.com, riku.voipio@iki.fi 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