qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Fabrice Bellard <fabrice@bellard.org>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] parallel and -nographic
Date: Sat, 15 Jan 2005 21:20:47 +0100	[thread overview]
Message-ID: <41E97B1F.3090506@bellard.org> (raw)
In-Reply-To: <20050115192223.7875.51285.68676@kubu>

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
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
> 
> 
> 

  reply	other threads:[~2005-01-15 21:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-15 19:23 [Qemu-devel] [PATCH] parallel and -nographic Magnus Damm
2005-01-15 20:20 ` Fabrice Bellard [this message]
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=41E97B1F.3090506@bellard.org \
    --to=fabrice@bellard.org \
    --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).