[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Qemu on Windows: Redirect output to console
From: |
Rob Landley |
Subject: |
Re: [Qemu-devel] Qemu on Windows: Redirect output to console |
Date: |
Mon, 25 Jun 2007 00:17:16 -0400 |
User-agent: |
KMail/1.9.6 |
On Sunday 24 June 2007 09:28:58 Peter Laursen wrote:
> I am blind and therefore need to redirect the output from the guest OS
> to a standard Windows console or a software speech synthesizer so that
> a screen reader will be able to read the output produced. What
> functions will I eventually need to modify? A text console would of
> course be preferred.
If you use a serial console in the child OS and tell qemu -nographic, the
serial console will be redirected to stdin and stdout of the qemu process.
Rob
--
"One of my most productive days was throwing away 1000 lines of code."
- Ken Thompson.