From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19qbuo-0008Rm-OX for qemu-devel@nongnu.org; Sat, 23 Aug 2003 13:11:02 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19qbtS-0005rn-C2 for qemu-devel@nongnu.org; Sat, 23 Aug 2003 13:10:10 -0400 Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19qbt0-0003C8-LI for qemu-devel@nongnu.org; Sat, 23 Aug 2003 13:09:10 -0400 Received: from [195.68.86.12] (helo=alcor.imaginet.fr) by mx20.gnu.org with esmtp (Exim 4.20) id 19qbiL-0000xZ-Ug for qemu-devel@nongnu.org; Sat, 23 Aug 2003 12:58:10 -0400 Message-ID: <3F45BBFB.90409@free.fr> Date: Fri, 22 Aug 2003 08:45:15 +0200 From: Fabrice Bellard MIME-Version: 1.0 References: <20030822011321.GA3105@www.13thfloor.at> <20030822021823.GA9811@www.13thfloor.at> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] QEMU config Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: herbert@13thfloor.at Cc: qemu-devel@nongnu.org > am I still subscribed to the qemu mailing > list? is the list down? didn't get a > message since Aug 11 ... I made commits the last few days - you should have received them by the mailing list. BTW, I plan to rename qemu to qemu-user[-i386] and vl to qemu before releasing 0.4.4. I also plan to remove most command line options to 'vl' and to force the use of a configuration file such as: vl linux.qemu with linux.qemu containing: kernel=xxxx hda=xxxx It is needed now to have enough flexibility for full PC simulation and also to simplify vl usage for novice users. Fabrice.