commit | 562a20b4ef63bdde6e2e5bac0da02302aeb5299f | [log] [tgz] |
---|---|---|
author | Laurent Vivier <laurent@vivier.eu> | Wed Mar 01 10:37:48 2017 +0100 |
committer | Riku Voipio <riku.voipio@linaro.org> | Mon May 29 14:56:07 2017 +0300 |
tree | 1b7a146d5a815554ce689ab626133c41f4f62ec5 | |
parent | 04b9bcf911af2b4563b1f1b2e8a103b796dcc9eb [diff] |
linux-user: fix eventfd When a fd is opened using eventfd(), a read provides a 64bit counter in the host byte order, and a write increase the internal counter by the provided 64bit value. Signed-off-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>