Marc-André Lureau writes:
> Hi
>
> On Tue, Jul 31, 2018 at 1:30 PM, Markus Armbruster wrote:
>> 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 c
Hi
On Tue, Jul 31, 2018 at 1:30 PM, Markus Armbruster wrote:
> 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
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.
>
> Signed-off-by: Marc-André Lurea
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.
Signed-off-by: Marc-André Lureau
---
monitor.c | 1 +
1 file changed