From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BxxHV-0007qG-IQ for qemu-devel@nongnu.org; Thu, 19 Aug 2004 20:29:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BxxHS-0007q4-R2 for qemu-devel@nongnu.org; Thu, 19 Aug 2004 20:29:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BxxHS-0007q1-NN for qemu-devel@nongnu.org; Thu, 19 Aug 2004 20:29:18 -0400 Received: from [64.142.19.5] (helo=b.mail.sonic.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BxxCx-0007us-O9 for qemu-devel@nongnu.org; Thu, 19 Aug 2004 20:24:40 -0400 Received: from windmill.dloo.org (adsl-209-204-144-115.sonic.net [209.204.144.115]) (authenticated bits=0) by b.mail.sonic.net (8.12.11/8.12.11) with ESMTP id i7K0Oa8m012935 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Thu, 19 Aug 2004 17:24:37 -0700 From: Nile Geisinger Subject: Re: [Qemu-devel] Serial port hacking -- Fix verified on Linux Date: Thu, 19 Aug 2004 17:15:30 +0000 References: <1092615186.5801.2.camel@unixadmindazfc2.chh.co.nz> <1092723978.2596.8.camel@localhost.localdomain> <20040819224739.4ffc8f58.hampa@hampa.ch> In-Reply-To: <20040819224739.4ffc8f58.hampa@hampa.ch> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408191715.30211.nile@dloo.com> Reply-To: nile@dloo.com, 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 Thanks Hampa! I tested the patch with Darryl's patch, a Linux host and Linux guest, and the test programs that were posted earlier (with some slight modifications to poll for file events to prevent data loss). All tests passed perfectly. great work, Nile