Marc-André Lureau bf7b1eab25 chardev: mark explicitly first argument as poisoned
Since commit 9894dc0cdcc397ee5b26370bc53da6d360a363c2 "char: convert
from GIOChannel to QIOChannel", the first argument to the watch callback
can actually be a QIOChannel, which is not a GIOChannel (but a QEMU
Object).

Even though we never used that pointer, change the callback type to warn
the users. Possibly a better fix later, we may want to store the
callback and call it from intermediary functions.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
2021-08-05 16:15:33 +04:00
..
2020-12-15 10:02:07 -05:00
2020-12-15 10:02:07 -05:00
2021-06-11 10:30:13 +08:00
2021-03-15 16:41:22 +08:00
2021-06-04 13:38:49 +01:00
2016-02-04 17:41:30 +00:00
2019-01-14 00:44:29 +01:00