From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=38487 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P66z6-0000OI-8H for qemu-devel@nongnu.org; Wed, 13 Oct 2010 15:27:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P66z5-00032k-8Z for qemu-devel@nongnu.org; Wed, 13 Oct 2010 15:27:32 -0400 Received: from moutng.kundenserver.de ([212.227.17.9]:51038) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P66z4-00032O-Sr for qemu-devel@nongnu.org; Wed, 13 Oct 2010 15:27:31 -0400 Message-ID: <4CB6081F.2010607@mail.berlios.de> Date: Wed, 13 Oct 2010 21:27:27 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] request information on qemu console functionality References: <115307.51466.qm@web113816.mail.gq1.yahoo.com> In-Reply-To: <115307.51466.qm@web113816.mail.gq1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gabi Voiculescu Cc: qemu-devel@nongnu.org Am 13.10.2010 21:07, schrieb Gabi Voiculescu: > Hi. > > I am using a version of qemu from qemu-meego, > git://gitorious.org/qemu-maemo/qemu.git, compiled under ubuntu 9.04. > > The questions I want to ask is however more general and I think apply > to all version of qemu. > > Question 1 > ----------- > When qemu is built with SDL support, does it have a fully functional > console/terminal in the Ctrl-Alt-1 window? Or is that just an > LCD/VGA/display emulation (meaning it does not accept keyboard inputs)? > > Question 2 > ----------- > The second question is if QEMU emulates a single serial console by > design or if this only limited by the platform emulation. > > > Thank you, > Gabi Voiculescu > Hi, Answer 1: The Ctrl-Alt-1 window displays LCD/VGA output. For the PC, Mips and Powerpc emulations, it also accepts keyboard input (for others, it should, but I did not test this). It depends on qemu for maemo and on the guest operating system whether keyboard input will work in your special case. Answer 2: The default number of serial consoles is usually one, but there are also emulated machines with more than one serial console in their default setup. Most machines accept two serial consoles. There was a problem with interrupt conflicts which did not allow two consoles on arm based machines, but this is solved now. More than two serial consoles are possible, too, but that increases the chance of resource conflicts. Regards, Stefan Weil