]> git.ipfire.org Git - thirdparty/qemu.git/commit
chardev: make chardevs specified in config file work.
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 8 Dec 2009 12:11:36 +0000 (13:11 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 12 Dec 2009 14:17:29 +0000 (08:17 -0600)
commitd1d6963ebaf7b934e36d4ddd9c13f8afddb67268
tree5e7a068c8ac84924cb723dc38e1036f32e08785f
parent7058b807cd43b639d9ac1058959dc83f5ce54f4f
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>
(cherry picked from commit 1a688d3bbc2a44bfefa3f6774a11b0385dafc029)
vl.c