From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EtuHH-0002hi-TL for qemu-devel@nongnu.org; Tue, 03 Jan 2006 17:05:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EtuH8-0002eh-4J for qemu-devel@nongnu.org; Tue, 03 Jan 2006 17:05:10 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EtuH7-0002eY-Qj for qemu-devel@nongnu.org; Tue, 03 Jan 2006 17:05:01 -0500 Received: from [65.74.133.5] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EtuIP-0008VK-Lk for qemu-devel@nongnu.org; Tue, 03 Jan 2006 17:06:21 -0500 From: Paul Brook Subject: Re: [Qemu-devel] qemu and configuration file? Date: Tue, 3 Jan 2006 22:02:55 +0000 References: <200512312120.43014.bepi@adria.it> <200601032249.41640.bepi@adria.it> In-Reply-To: <200601032249.41640.bepi@adria.it> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601032202.56682.paul@codesourcery.com> 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 > Result: > - full compatibility with every version of qemu > - more flexibility > - possibility to set up the hardcode parameters > - possibility of parameters personalized for every image > > One similar thing, with smaller flexibility, is possible > without modify qemu and using one series of bash script. > > Comments are welcomes (at least one "it does not interest to us"). I'd go for the shell script. If enough people like it I'm sure it could be included with qemu. Config file support without a decent GUI seem rather pointless. The big advantage of doing it as a shell script is it's dead easy to hack to include whatever custom magical features people want. Paul