From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bierm-0005Zt-Ei for qemu-devel@nongnu.org; Thu, 08 Jul 2004 15:47:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bierk-0005XY-Hy for qemu-devel@nongnu.org; Thu, 08 Jul 2004 15:47:34 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bierk-0005XV-Dh for qemu-devel@nongnu.org; Thu, 08 Jul 2004 15:47:32 -0400 Received: from [62.210.158.46] (helo=teheran.magic.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BiepO-0001QB-Hd for qemu-devel@nongnu.org; Thu, 08 Jul 2004 15:45:06 -0400 Received: from jma1.dev.netgem.com (gw.netgem.com [195.68.2.34]) by teheran.magic.fr (8.11.6/8.11.2) with ESMTP id i68JijM01502 for ; Thu, 8 Jul 2004 21:44:45 +0200 (CEST) Subject: Re: [Qemu-devel] RFC for new features From: Jocelyn Mayer In-Reply-To: <1089312886.59382.90.camel@pcgem.rdg.cyberkinetica.com> References: <40ED8EF0.1040501@bellard.org> <1089312886.59382.90.camel@pcgem.rdg.cyberkinetica.com> Content-Type: text/plain Message-Id: <1089315917.29411.16.camel@jma1.dev.netgem.com> Mime-Version: 1.0 Date: 08 Jul 2004 21:45:17 +0200 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu mailing list On Thu, 2004-07-08 at 20:54, Antony T Curtis wrote: > On Thu, 2004-07-08 at 19:14, Fabrice Bellard wrote: > > Hi, > > > > As porting the SDL version to other OSes than Linux seems to become an > > important issue, I plan to add the following features in the next days: > > > > - Virtual console handled by SDL (Ctrl-Shift-F1 to get the guest screen, > > Ctrl-Shift-F2 to get the monitor shell, and maybe Ctrl-Shift-F3 for > > various logs). Great ! I'd also like to have a "device interface" to be able to create and use a new console, mainly for BIOS output and debug without having to use a serial port or qemu monitor. [...] > > - Config file support (syntax: qemu mypc.qmu) > > It would be a nice feature if the hw devices can be dynamically loaded > and 'installed' as per the config file. Sounds great only if the whole configuration can be overriden using the command line. It's a real pain having to edit config files everytime you need to change a parameter for testing... But why mypc ? my_hw is more appropriate :-)) -- Jocelyn Mayer Never organized