chardev: make chardevs specified in config file work.
commit1a688d3bbc2a44bfefa3f6774a11b0385dafc029
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 8 Dec 2009 12:11:36 +0000 (8 13:11 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 12 Dec 2009 13:59:41 +0000 (12 07:59 -0600)
tree8b162b2bdc8918d1c239f110bc482334e465f203
parent07a8de3566bd576dc33e55af830d63dcc2287617
chardev: make chardevs specified in config file work.

The patch decuples the -chardev switch and the actual chardev
initialization.  Without this patch qemu ignores chardev entries
coming via -readconfig.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vl.c