This was a downstream regression in Alpine caused by an attempt to make
older Go binaries work under emulation. We have reverted the patch
there.
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1895305
On 32-bit systems with 64-bit time_t, input_event.time is not
directly accessible. Instead, we must use input_event_sec and
input_event_usec accessors to set the time values.
Signed-off-by: Ariadne Conill
---
hw/input/virtio-input-host.c | 5 -
1 file changed, 4 insertions(+), 1 deletion
On 32-bit systems with 64-bit time_t, input_event.time is not
directly accessible. Instead, we must use input_event_sec and
input_event_usec accessors to set the time values.
Signed-off-by: Ariadne Conill
---
contrib/vhost-user-input/main.c | 5 -
1 file changed, 4 insertions(+), 1
Hello,
On Fri, Nov 22, 2019 at 12:27 PM Aleksandar Markovic
wrote:
>
> On Fri, Nov 22, 2019 at 7:22 PM Ariadne Conill
> wrote:
> >
> > All timestamps were copied to atime instead of to their respective
> > fields.
> >
> > Signed-off-by: Ariadne Conill
All timestamps were copied to atime instead of to their respective
fields.
Signed-off-by: Ariadne Conill
---
linux-user/syscall.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index ce399a55f0..171c0caef3 100644