Re: [Qemu-devel] [PATCH v2] monitor: accept input on resume

2018-08-27 Thread Markus Armbruster
Marc-André Lureau writes: > A chardev may stop trying to write if the associated can_read() > callback returned 0. This happens when the monitor is suspended. > The frontend is supposed to call qemu_chr_fe_accept_input() when it is > ready to accept data again. > > An issue was observed with a sp

[Qemu-devel] [PATCH v2] monitor: accept input on resume

2018-08-17 Thread Marc-André Lureau
A chardev may stop trying to write if the associated can_read() callback returned 0. This happens when the monitor is suspended. The frontend is supposed to call qemu_chr_fe_accept_input() when it is ready to accept data again. An issue was observed with a spice port: pending commands may be delay