From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BidxG-0006jM-2Z for qemu-devel@nongnu.org; Thu, 08 Jul 2004 14:49:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BidxE-0006j1-EM for qemu-devel@nongnu.org; Thu, 08 Jul 2004 14:49:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BidxE-0006iq-8N for qemu-devel@nongnu.org; Thu, 08 Jul 2004 14:49:08 -0400 Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bidv3-0001zq-8J for qemu-devel@nongnu.org; Thu, 08 Jul 2004 14:46:53 -0400 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Bidv2-0005Qj-00 for ; Thu, 08 Jul 2004 20:46:52 +0200 Received: from voltaire-12-82-228-67-28.fbx.proxad.net ([82.228.67.28]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Jul 2004 20:46:52 +0200 Received: from charpent by voltaire-12-82-228-67-28.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Jul 2004 20:46:52 +0200 From: Emmanuel Charpentier Date: Thu, 08 Jul 2004 20:46:47 +0200 Message-ID: References: <40ED8EF0.1040501@bellard.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit In-Reply-To: <40ED8EF0.1040501@bellard.org> Sender: news Subject: [Qemu-devel] Re: RFC for new features 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 Dear Fabrice, First and foremost, thank you for this marvelmous piece of work ! 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). I fail to see the point for use in a GUI. Maybe for "autonomous" screens (à la Linux virtual consoles) ? > - Support for more compressed and cow disk images formats so that > filesystems without hole support can use cow disk images too. Nice idea ! Maybe also support for raw devices (dedicating a full HD to a given guest OS might be quite justifiable in some setups...) ? > - New tool to create disk images, to compress them and to convert > between any disk image formats. Corrolary of the previous one. > - Config file support (syntax: qemu mypc.qmu) This one is *the* most important ! enables easy use and configuration by non-technical users (hint : use an easily-parsed format, allowing for GUI frontends). > Comments ? I have some further ideas, which need to grow up a bit before public exposure. Furthermore, I'm still at odds with some difficulties with the current version (CVS from end June), that I want to solve before asking for more ... Emmanuel Charpentier