]> git.ipfire.org Git - thirdparty/qemu.git/commit
Revert 455aa1e08 and c3767ed0eb
authorAnthony Liguori <aliguori@us.ibm.com>
Wed, 12 Sep 2012 19:34:07 +0000 (14:34 -0500)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 12 Oct 2012 02:44:19 +0000 (21:44 -0500)
commit57683d635420c8cd01e67db3b0129d9b143913b3
treebbdbcea2b5a3f730d57688e03b9f6bc89c39e468
parent5d6ad6262b0c43400d60d7db37c0b9b524be3bd3
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>
(cherry picked from commit 6db0fdce02d72546a4c47100a9b2cd0090cf464d)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qemu-char.c