From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BknoX-0004m5-4z for qemu-devel@nongnu.org; Wed, 14 Jul 2004 13:45:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BknoU-0004lU-FM for qemu-devel@nongnu.org; Wed, 14 Jul 2004 13:45:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BknoT-0004lR-UR for qemu-devel@nongnu.org; Wed, 14 Jul 2004 13:45:02 -0400 Received: from [193.252.22.30] (helo=mwinf0103.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BknlY-00045L-OS for qemu-devel@nongnu.org; Wed, 14 Jul 2004 13:42:00 -0400 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0103.wanadoo.fr (SMTP Server) with SMTP id 42F531BF2130 for ; Wed, 14 Jul 2004 19:42:00 +0200 (CEST) Received: from bellard.org (ATuileries-112-1-2-254.w80-14.abo.wanadoo.fr [80.14.188.254]) by mwinf0103.wanadoo.fr (SMTP Server) with ESMTP id 07B221BF2110 for ; Wed, 14 Jul 2004 19:42:00 +0200 (CEST) Message-ID: <40F5706D.2090904@bellard.org> Date: Wed, 14 Jul 2004 19:42:05 +0200 From: Fabrice Bellard MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] virtual console 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, I just commited the virtual console support in QEMU. By default you have the VGA screen in the first console, the monitor in the second and the serial port in the third. See the documentation for more information. Fabrice.