qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] parallel and -nographic


From: Fabrice Bellard
Subject: Re: [Qemu-devel] [PATCH] parallel and -nographic
Date: Sat, 15 Jan 2005 21:20:47 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913

Hi,

I think the bug comes from the fact that the parallel port is redirected to stdio in -nographic mode. I see no reason to do that.

Fabrice.

Magnus Damm wrote:
Hello,

The recent parallel port change broke -nographic. Without this patch
"qemu -nographic" fails and outputs the following error:

qemu: could not open parallel device 'stdio'

/ magnus

Index: vl.c
===================================================================
RCS file: /cvsroot/qemu/qemu/vl.c,v
retrieving revision 1.116
diff -u -r1.116 vl.c
--- vl.c        15 Jan 2005 12:02:56 -0000      1.116
+++ vl.c        15 Jan 2005 19:10:31 -0000
@@ -1033,7 +1033,7 @@
     void *fd_opaque;
 } FDCharDriver;
-#define STDIO_MAX_CLIENTS 2
+#define STDIO_MAX_CLIENTS 3
static int stdio_nb_clients;
 static CharDriverState *stdio_clients[STDIO_MAX_CLIENTS];


_______________________________________________
Qemu-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/qemu-devel








reply via email to

[Prev in Thread] Current Thread [Next in Thread]