qemu-devel
[Top][All Lists]
Advanced

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

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


From: Magnus Damm
Subject: [Qemu-devel] [PATCH] parallel and -nographic
Date: Sat, 15 Jan 2005 20:23:37 +0100 (CET)

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];




reply via email to

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