From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=54568 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PPjgO-0005YD-OL for qemu-devel@nongnu.org; Mon, 06 Dec 2010 17:37:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PPjgN-0002fP-CN for qemu-devel@nongnu.org; Mon, 06 Dec 2010 17:37:20 -0500 Received: from mx0b-0007b301.pphosted.com ([67.231.152.34]:54134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PPjgN-0002dt-4x for qemu-devel@nongnu.org; Mon, 06 Dec 2010 17:37:19 -0500 Received: from pps.filterd (m0000682 [127.0.0.1]) by mx0b-0007b301.pphosted.com (8.14.3/8.14.3) with SMTP id oB6MWbEh016256 for ; Mon, 6 Dec 2010 14:37:15 -0800 Received: from zmail1.eecs.wsu.edu (zmail1.eecs.wsu.edu [69.166.54.48]) by mx0b-0007b301.pphosted.com with ESMTP id t17p9rcds-1 for ; Mon, 06 Dec 2010 14:37:15 -0800 Date: Mon, 6 Dec 2010 14:37:14 -0800 (PST) From: "Stevens, Weston" Message-ID: <1796512284.194981291675034351.JavaMail.root@zms2.eecs.wsu.edu> In-Reply-To: <1551402227.194941291674940024.JavaMail.root@zms2.eecs.wsu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Displaying serial terminals on qemu List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.orgqemu-devel@nongnu.org I run Ubuntu 10.04 LTS and have qemu 0.12.3. For a class project, we are building our own pseudo-linux operating system, so we have our own kernel AND user processes that we built, and we run this OS from a virtual floppy disk. So we don't borrow anything from the Ubuntu host OS like the login, init, sh, etc process images, just the ones we wrote ourselves that exist on the floppy's file system. I'd like to configure qemu to not just display tty0, but ALSO display virtual serial terminals ttyS0 and ttyS1. Then I will run an instance of the login process that I wrote on each of them and go from there. Help appreciated!