]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: fix settime old value location
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 19 Jan 2017 15:15:32 +0000 (10:15 -0500)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 16 Feb 2017 14:29:30 +0000 (15:29 +0100)
commit40c80b5e9e44dcf89a672ff02952368c75a3b07b
treec5c6b0aa4ef88bb08eaf3ce71cd6299adaf7edf6
parent23d208ce6da11679e8fa9ef69bae21d77bdc026e
linux-user: fix settime old value location

old_value is the 4th argument of timer_settime(), not the 2nd.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20170119151533.29328-1-bobby.prani@gmail.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/syscall.c