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

2021-05-09 Thread Thomas Huth
On 08/12/2020 19.41, Michael S. Tsirkin wrote: On Thu, Dec 03, 2020 at 08:58:19PM +0100, Fabrice Fontaine wrote: 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_

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

2020-12-08 Thread Michael S. Tsirkin
On Thu, Dec 03, 2020 at 08:58:19PM +0100, Fabrice Fontaine wrote: > 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

[PATCH v4] Fix build with 64 bits time_t

2020-12-03 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'