Re: [Qemu-devel] [PATCH v1 4/6] char-socket: Report TCP socket waiting as information

2017-07-07 Thread Philippe Mathieu-Daudé
On 07/06/2017 08:49 PM, Alistair Francis wrote: When QEMU is waiting for a TCP socket connection it reports that message as an error. This isn't an error it is just information so let's change the report to use info_report() instead. Signed-off-by: Alistair Francis Reviewed-by: Thomas Huth R

[Qemu-devel] [PATCH v1 4/6] char-socket: Report TCP socket waiting as information

2017-07-06 Thread Alistair Francis
When QEMU is waiting for a TCP socket connection it reports that message as an error. This isn't an error it is just information so let's change the report to use info_report() instead. Signed-off-by: Alistair Francis Reviewed-by: Thomas Huth --- chardev/char-socket.c | 4 ++-- 1 file changed,