From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FNliH-0001Ny-Ox for qemu-devel@nongnu.org; Mon, 27 Mar 2006 02:00:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FNliE-0001ML-Uo for qemu-devel@nongnu.org; Mon, 27 Mar 2006 02:00:28 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FNliE-0001M7-F7 for qemu-devel@nongnu.org; Mon, 27 Mar 2006 02:00:26 -0500 Received: from [211.5.2.71] (helo=nm01omta013.dion.ne.jp) by monty-python.gnu.org with smtp (Exim 4.52) id 1FNljf-00089g-Nm for qemu-devel@nongnu.org; Mon, 27 Mar 2006 02:01:56 -0500 Message-ID: <000801c6516c$23d95000$0464a8c0@athlon> From: "Kazu" References: <002701c647fb$f0e63560$0464a8c0@athlon> Subject: Re: [Qemu-devel] [PATCH] Serial port suppourt for win32 Date: Mon, 27 Mar 2006 16:00:32 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit 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, I updated a serial patch. -serial pipe: and -serial file: option are supported. Here is a patch and binary. http://www.h7.dion.ne.jp/~qemu-win/download/qemu-20060320-serial-3.patch http://www.h6.dion.ne.jp/~kazuw/qemu-win/qemu-20060320-serial.zip Option's examples are: -serial pipe:com_1 -serial file:text.txt Only one -serial option is supported. Use lower case for pipe: and file:. -serial pipe:com_1 option is for windbg. For more information, http://www.h7.dion.ne.jp/~qemu-win/DebuggingTips-en.html#windbg Regards, Kazu Sent: Wednesday, March 15, 2006 3:44 PM from Kazu > Hi, > > It is an experimental serial port support for win32. Here is patches and a > binary. > http://www.h7.dion.ne.jp/~qemu-win/download/qemu-20060311-serial-3.patch > http://www.h7.dion.ne.jp/~qemu-win/download/qemu-20060311-16550a.patch > http://www.h7.dion.ne.jp/~qemu-win/download/qemu-20060311-serial-win2kxp.patch > > http://www.h6.dion.ne.jp/~kazuw/qemu-win/qemu-20060311-serial.zip > > > The 16550A patch is by Benoit Canet from here. > http://lists.gnu.org/archive/html/qemu-devel/2006-02/msg00004.html > > An option is: > -serial COM1 >