From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DI1yU-0006En-DR for qemu-devel@nongnu.org; Sun, 03 Apr 2005 06:04:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DI1yP-00068z-60 for qemu-devel@nongnu.org; Sun, 03 Apr 2005 06:04:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DI1yO-00064t-Jt for qemu-devel@nongnu.org; Sun, 03 Apr 2005 06:04:52 -0400 Received: from [62.2.95.247] (helo=smtp.hispeed.ch) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DI1uZ-00014b-Jw for qemu-devel@nongnu.org; Sun, 03 Apr 2005 06:00:55 -0400 Received: from nbbolle (84-72-197-183.dclient.hispeed.ch [84.72.197.183]) by smtp.hispeed.ch (8.12.6/8.12.6/tornado-1.0) with ESMTP id j33A0W0j022509 for ; Sun, 3 Apr 2005 12:00:32 +0200 From: "Andreas Bollhalder" Subject: RE: [Qemu-devel] about serial port support Date: Sun, 3 Apr 2005 11:56:43 +0200 Message-ID: <000001c53833$7106dd50$6401a8c0@geodb.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable In-Reply-To: <200504030643.13171.caiqiang@ustc.edu> Reply-To: bolle@geodb.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 Serial support is of course usefull. I know of some kind of debugging over a serial port and if this could work between two qemu instances, it would be nice. About the implementation, I believe there are some cracks around which could help you. Andreas > -----Original Message----- > From: qemu-devel-bounces+bolle=3Dgeodb.org@nongnu.org=20 > [mailto:qemu-devel-bounces+bolle=3Dgeodb.org@nongnu.org] On=20 > Behalf Of Cai Qiang > Sent: Sunday, April 03, 2005 8:43 AM > To: qemu-devel@nongnu.org > Subject: [Qemu-devel] about serial port support >=20 >=20 > *This message was transferred with a trial version of=20 > CommuniGate(tm) Pro* >=20 > Hi everyone, > I am doing qemu serial port support. It works like below: > 1. in command line, -serial /dev/ttyS0 and so on > 2. in vl.c, init the port > 3. in hw/serial.c, when serial seting changed, notify vl.c=20 > also change host=20 > OS's seting. > Is this feature useful? Is there any better implement?=20 > Any comments are=20 > welcome. >=20 > Best Regards >=20 > Cai Qiang >=20 >=20 > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >=20