Re: [Qemu-devel] [PATCH] chardev: make chardevs specified in config file work.

2009-12-01 Thread Markus Armbruster
Gerd Hoffmann writes: > 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 Makes sense to me.

[Qemu-devel] [PATCH] chardev: make chardevs specified in config file work.

2009-11-25 Thread Gerd Hoffmann
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 --- vl.c | 16 +--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/vl.c b/vl.c index