From: Magnus Damm <damm@opensource.se>
To: qemu-devel@nongnu.org
Cc: Magnus Damm <damm@opensource.se>
Subject: [Qemu-devel] [PATCH] parallel and -nographic
Date: Sat, 15 Jan 2005 20:23:37 +0100 (CET) [thread overview]
Message-ID: <20050115192223.7875.51285.68676@kubu> (raw)
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];
next reply other threads:[~2005-01-15 19:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-15 19:23 Magnus Damm [this message]
2005-01-15 20:20 ` [Qemu-devel] [PATCH] parallel and -nographic Fabrice Bellard
2005-01-15 21:26 ` Magnus Damm
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050115192223.7875.51285.68676@kubu \
--to=damm@opensource.se \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).