Re: [PATCH v2] char: don't fail when client is not connected

2021-02-25 Thread Paolo Bonzini
On 09/02/21 06:49, Pavel Dovgalyuk wrote: This patch checks that ioc is not null before using it in tcp socket tcp_chr_add_watch function. The failure occurs in replay mode of the execution, when monitor and serial port are tcp servers, and there are no clients connected to them: -monitor tcp:1

Re: [PATCH v2] char: don't fail when client is not connected

2021-02-24 Thread Pavel Dovgalyuk
ping On 09.02.2021 08:49, Pavel Dovgalyuk wrote: This patch checks that ioc is not null before using it in tcp socket tcp_chr_add_watch function. The failure occurs in replay mode of the execution, when monitor and serial port are tcp servers, and there are no clients connected to them: -monit

[PATCH v2] char: don't fail when client is not connected

2021-02-08 Thread Pavel Dovgalyuk
This patch checks that ioc is not null before using it in tcp socket tcp_chr_add_watch function. The failure occurs in replay mode of the execution, when monitor and serial port are tcp servers, and there are no clients connected to them: -monitor tcp:127.0.0.1:8081,server,nowait -serial tcp:127.