]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: erroneous fd_trans_unregister call
authorShu-Chun Weng <scw@google.com>
Mon, 19 Aug 2019 18:53:48 +0000 (11:53 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 11 Sep 2019 06:45:57 +0000 (08:45 +0200)
commit895e2ef521ae0eef2fdfcec8f2108d9ee3303a81
tree2e8219ab3bff52c9fc14a64d7a82c62ecb3ce3dd
parent2041df4a050cec1efbba4f87e2bb9c40e7fd6cdf
linux-user: erroneous fd_trans_unregister call

timer_getoverrun returns the "overrun count" for the timer, which is not
a file descriptor and thus should not call fd_trans_unregister on it.

Signed-off-by: Shu-Chun Weng <scw@google.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20190819185348.221825-1-scw@google.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/syscall.c