From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G8Tfq-0000T0-Gh for qemu-devel@nongnu.org; Wed, 02 Aug 2006 23:15:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G8Tfo-0000S8-Id for qemu-devel@nongnu.org; Wed, 02 Aug 2006 23:15:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G8Tfo-0000S3-Al for qemu-devel@nongnu.org; Wed, 02 Aug 2006 23:15:00 -0400 Received: from [211.5.2.73] (helo=nm01omta013.dion.ne.jp) by monty-python.gnu.org with smtp (Exim 4.52) id 1G8Tj3-0007FA-LD for qemu-devel@nongnu.org; Wed, 02 Aug 2006 23:18:21 -0400 Message-ID: <002701c6b6ab$00b829d0$0464a8c0@athlon> From: "Kazu" Subject: [Qemu-devel] Using thread for serial for win32 Date: Thu, 3 Aug 2006 12:14:59 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" 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 made a patch that uses a thread instead of polling for -serial option for Win32 . It improves a performance of a serial communication. A new option is introduced to connect two QEMUs by a named pipe. Usage: -serial pipe_client:com_1 -serial pipe_client: set the program a clinet mode and can connect to a server. com_1 is a name of the named pipe. A pair of -serial pipe: and -serial pipe_clinet: can connect QEMUs each other. http://www.h7.dion.ne.jp/~qemu-win/download/qemu-20060730-serial-thread.patch I found another problem about using windbg. I will send a next post. Regards, Kazu