Re: [PATCH v2 1/4] linux-user: fix timerfd read endianness conversion

2023-03-07 Thread Laurent Vivier
Le 20/02/2023 à 09:58, Mathis Marion a écrit : From: Mathis Marion When reading the expiration count from a timerfd, the endianness of the 64bit value read is the one of the host, just as for eventfds. Signed-off-by: Mathis Marion --- linux-user/fd-trans.c | 10 +++--- linux-user/fd-tr

Re: [PATCH v2 1/4] linux-user: fix timerfd read endianness conversion

2023-03-06 Thread Laurent Vivier
Le 20/02/2023 à 09:58, Mathis Marion a écrit : From: Mathis Marion When reading the expiration count from a timerfd, the endianness of the 64bit value read is the one of the host, just as for eventfds. Signed-off-by: Mathis Marion --- linux-user/fd-trans.c | 10 +++--- linux-user/fd-tr

[PATCH v2 1/4] linux-user: fix timerfd read endianness conversion

2023-02-20 Thread Mathis Marion
From: Mathis Marion When reading the expiration count from a timerfd, the endianness of the 64bit value read is the one of the host, just as for eventfds. Signed-off-by: Mathis Marion --- linux-user/fd-trans.c | 10 +++--- linux-user/fd-trans.h | 1 + linux-user/syscall.c | 8 ++--