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
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
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
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'