]> git.proxmox.com Git - qemu.git/commit - qemu-char.c
qemu-char: remove dead/confusing logic with nb_stdio_clients
authorAnthony Liguori <aliguori@us.ibm.com>
Tue, 5 Mar 2013 17:51:17 +0000 (23:21 +0530)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 8 Mar 2013 19:57:12 +0000 (13:57 -0600)
commited7a154063266a30a31752d3b18d484ddc7f5aa9
tree132c289b58d59f03e382203b04478ef4b4454bc7
parentbaca6f183d78a0c864a5ccc0ec64e26ba960e604
qemu-char: remove dead/confusing logic with nb_stdio_clients

This code is very old dating back to 2007.  What is puzzling is that
STDIO_MAX_CLIENTS was always #define to 1 meaning that all of the code to deal
with more than one client was unreachable.

Just remove the whole mess of it.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Message-id: d276bccdbf4e7463020c5f539f61ae3bfbc88d1d.1362505276.git.amit.shah@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-char.c