From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DHrNa-0004Ar-0W for qemu-devel@nongnu.org; Sat, 02 Apr 2005 17:46:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DHrNV-000487-Nu for qemu-devel@nongnu.org; Sat, 02 Apr 2005 17:46:08 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DHrNT-00047V-Qv for qemu-devel@nongnu.org; Sat, 02 Apr 2005 17:46:03 -0500 Received: from [218.22.21.7] (helo=ustc.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DHrL8-0002Io-SX for qemu-devel@nongnu.org; Sat, 02 Apr 2005 17:43:39 -0500 Received: from unknown (HELO [220.192.71.159]) (caiqiang@[220.192.71.159]) (envelope-sender ) by 0 (magicmail-2.1) with SMTP for ; 2 Apr 2005 22:43:22 -0000 From: Cai Qiang Date: Sun, 3 Apr 2005 06:43:12 +0000 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <200504030643.13171.caiqiang@ustc.edu> Subject: [Qemu-devel] about serial port support 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 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 also change host OS's seting. Is this feature useful? Is there any better implement? Any comments are welcome. Best Regards Cai Qiang