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

2017-06-29 Thread Alistair Francis
On Thu, Jun 29, 2017 at 1:48 PM, Eric Blake wrote: > On 06/29/2017 02:42 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 informaiton so let's change the >> report to use report() instead. >> >> S

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

2017-06-29 Thread Eric Blake
On 06/29/2017 02:42 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 informaiton so let's change the > report to use report() instead. > > Signed-off-by: Alistair Francis > --- > > chardev/char-s

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

2017-06-29 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 informaiton so let's change the report to use report() instead. Signed-off-by: Alistair Francis --- chardev/char-socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d