Re: [Qemu-devel] [RFC v3 3/3] char-socket: Report TCP socket waiting as information

2017-07-05 Thread Markus Armbruster
Thomas Huth writes: > On 05.07.2017 19:36, 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 Fran

Re: [Qemu-devel] [RFC v3 3/3] char-socket: Report TCP socket waiting as information

2017-07-05 Thread Thomas Huth
On 05.07.2017 19:36, 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 > --- > > chardev/char

[Qemu-devel] [RFC v3 3/3] char-socket: Report TCP socket waiting as information

2017-07-05 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 --- chardev/char-socket.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti