From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C8jQr-00028K-48 for qemu-devel@nongnu.org; Sat, 18 Sep 2004 13:55:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C8jQn-00026j-9n for qemu-devel@nongnu.org; Sat, 18 Sep 2004 13:55:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C8jQn-00026J-3v for qemu-devel@nongnu.org; Sat, 18 Sep 2004 13:55:29 -0400 Received: from [194.90.9.20] (helo=mxout1.netvision.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C8jKf-0005m6-Th for qemu-devel@nongnu.org; Sat, 18 Sep 2004 13:49:10 -0400 Received: from [10.0.0.151] ([217.132.3.145]) by mxout1.netvision.net.il (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTPA id <0I49007G905WB1@mxout1.netvision.net.il> for qemu-devel@nongnu.org; Sat, 18 Sep 2004 20:49:08 +0300 (IDT) Date: Sat, 18 Sep 2004 20:49:07 +0300 From: Hetz Ben Hamo Subject: Re: [Qemu-devel] Mac OS X, access to serial device In-reply-to: <6046D35E-099A-11D9-B6E9-000A958828AA@hubrisys.com> Message-id: <200409182049.08052.hetz@witch.dyndns.org> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 7BIT Content-disposition: inline References: <82BF8686-065B-11D9-953A-000A958828AA@hubrisys.com> <6046D35E-099A-11D9-B6E9-000A958828AA@hubrisys.com> Reply-To: hetz@witch.dyndns.org, 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 On Saturday 18 September 2004 20:44 pm, Bernard Sauterel wrote: > I modified method "qemu_chr_open" of vl.c (attached) to handle > "/dev/..." devices, > using a part of the modification described here : > http://lists.gnu.org/archive/html/qemu-devel/2004-08/msg00245.html > > Using a terminal emulation program under the guest OS (Linux RH 8), I > am able > to see serial communication data, but didn't test more - project > postponed. Hmm, how about sending a DIFF'ed patch please? (thats: diff -u original-file your-file > your patch) Thanks, Hetz