Re: [Qemu-devel] [RFC v1 3/3] char-socket: Report TCP socket waiting as a warning

2017-06-28 Thread Alistair Francis
On Tue, Jun 27, 2017 at 11:15 PM, Edgar E. Iglesias wrote: > On Tue, Jun 27, 2017 at 05:17:58PM -0700, Alistair Francis wrote: >> On Tue, Jun 27, 2017 at 2:10 PM, Edgar E. Iglesias >> wrote: >> > On Tue, Jun 27, 2017 at 01:45:48PM -0700, Alistair Francis wrote: >> >> When QEMU is waiting for a TC

Re: [Qemu-devel] [RFC v1 3/3] char-socket: Report TCP socket waiting as a warning

2017-06-27 Thread Edgar E. Iglesias
On Tue, Jun 27, 2017 at 05:17:58PM -0700, Alistair Francis wrote: > On Tue, Jun 27, 2017 at 2:10 PM, Edgar E. Iglesias > wrote: > > On Tue, Jun 27, 2017 at 01:45:48PM -0700, Alistair Francis wrote: > >> When QEMU is waiting for a TCP socket connection it reports that message as > >> an error. This

Re: [Qemu-devel] [RFC v1 3/3] char-socket: Report TCP socket waiting as a warning

2017-06-27 Thread Alistair Francis
On Tue, Jun 27, 2017 at 2:10 PM, Edgar E. Iglesias wrote: > On Tue, Jun 27, 2017 at 01:45:48PM -0700, 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 a warnign so let's change the report to >> use warning

Re: [Qemu-devel] [RFC v1 3/3] char-socket: Report TCP socket waiting as a warning

2017-06-27 Thread Edgar E. Iglesias
On Tue, Jun 27, 2017 at 01:45:48PM -0700, 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 a warnign so let's change the report to > use warning_report() instead. Hi Alistair, Isn't this more like an inform

[Qemu-devel] [RFC v1 3/3] char-socket: Report TCP socket waiting as a warning

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