commit | 6db0fdce02d72546a4c47100a9b2cd0090cf464d | [log] [tgz] |
---|---|---|
author | Anthony Liguori <aliguori@us.ibm.com> | Wed Sep 12 14:34:07 2012 -0500 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Sep 17 10:18:48 2012 -0500 |
tree | ca90ba4a57b9d83ce1f1a2769bbe1f8b3daea3d1 | |
parent | ed0ec1aa858ac1fcfe3664e4159e695c2c063df8 [diff] |
Revert 455aa1e08 and c3767ed0eb commit c3767ed0eb5d0bb25fe409ae5dec06e3411ff1b6 qemu-char: (Re-)connect for tcp_chr_write() unconnected writing Has no hope of working because tcp_chr_connect() does not actually connect. 455aa1e08 just fixes the SEGV with server() but the attempt to connect a client socket is still completely broken. This patch reverts both. Reported-by: Richard W.M. Jones <rjones@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>