Re: [PATCH v3] Fix build with 64 bits time_t

2020-11-30 Thread Gerd Hoffmann
Hi, > > /me suggests to create a fork @ gitlab.com and push your branch there, > > that'll run it through CI and we have a centos7 build job there which > > should catch this ... > I fixed the issue by including sys/ioctl.h. > However, I have a test failure due to a timeout on > check-system-cen

Re: [PATCH v3] Fix build with 64 bits time_t

2020-11-27 Thread Fabrice Fontaine
Hi, Le ven. 27 nov. 2020 à 08:18, Gerd Hoffmann a écrit : > > Hi, > > > Changes v2 -> v3 (after review of Gerd Hoffmann): > > - Replace include on by > >"standard-headers/linux/input.h" to try to fix build on rhel-7 > > Now it complains about ioctl() not being declared. > > /me suggests t

Re: [PATCH v3] Fix build with 64 bits time_t

2020-11-26 Thread Gerd Hoffmann
Hi, > Changes v2 -> v3 (after review of Gerd Hoffmann): > - Replace include on by >"standard-headers/linux/input.h" to try to fix build on rhel-7 Now it complains about ioctl() not being declared. /me suggests to create a fork @ gitlab.com and push your branch there, that'll run it throu

[PATCH v3] Fix build with 64 bits time_t

2020-11-25 Thread Fabrice Fontaine
time element is deprecated on new input_event structure in kernel's input.h [1] This will avoid the following build failure: hw/input/virtio-input-host.c: In function 'virtio_input_host_handle_status': hw/input/virtio-input-host.c:198:28: error: 'struct input_event' has no member named 'time'