From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I2S9d-0005tB-Rs for qemu-devel@nongnu.org; Sun, 24 Jun 2007 09:29:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I2S9d-0005sV-4y for qemu-devel@nongnu.org; Sun, 24 Jun 2007 09:29:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2S9d-0005sD-1k for qemu-devel@nongnu.org; Sun, 24 Jun 2007 09:29:25 -0400 Received: from server2.hostultra.com ([64.72.116.197]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I2S9c-0007U9-Ml for qemu-devel@nongnu.org; Sun, 24 Jun 2007 09:29:24 -0400 Received: from tdlsoft2 by server2.hostultra.com with local (Exim 4.67 (FreeBSD)) (envelope-from ) id 1I2S9C-000Bu0-Jz for qemu-devel@nongnu.org; Sun, 24 Jun 2007 13:28:58 +0000 From: "Peter Laursen" MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Message-Id: Date: Sun, 24 Jun 2007 13:28:58 +0000 Subject: [Qemu-devel] Qemu on Windows: Redirect output to console Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi everyone, I have downloaded the 0.9.0 version of the Qemu source code and managed to compile it using MinGW and MSYS. But I face a problem with the compiled binary. 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. My main reason for hoping to getting this to work is to allow blind people to experiment safely with other operating systems - it would also minimize the learning curve. I hope that you will be able to point me in the right directions as to which source files and functions I would need to change. I have searched through the source files and googled for documentation for the source code, but I didn't find any. I also searched to see if there were any patches that might accomplish the work - I was unable to find any. I look forward to hearing from you. Peter.