From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GbFCw-0005BZ-HJ for qemu-devel@nongnu.org; Sat, 21 Oct 2006 07:40:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GbFCv-00059R-1p for qemu-devel@nongnu.org; Sat, 21 Oct 2006 07:40:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GbFCu-00059I-PW for qemu-devel@nongnu.org; Sat, 21 Oct 2006 07:40:04 -0400 Received: from [212.227.126.171] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GbFCu-0007Ta-KF for qemu-devel@nongnu.org; Sat, 21 Oct 2006 07:40:04 -0400 Received: from localhost ([127.0.0.1]) by localhost.localdomain with esmtp (Exim 4.62) (envelope-from ) id 1GbFCq-0001DI-Ha for qemu-devel@nongnu.org; Sat, 21 Oct 2006 13:40:00 +0200 Message-ID: <453A0710.7020104@mail.berlios.de> Date: Sat, 21 Oct 2006 13:40:00 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] Config file support References: <8a6cde920610210300ib8a0dfdi65c4baf6f7ae7ca5@mail.gmail.com> In-Reply-To: <8a6cde920610210300ib8a0dfdi65c4baf6f7ae7ca5@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 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-devel@nongnu.org Hello, maybe we should start with a collection of configuration options. Of course, most command line options are configuration options, but there are many more which are needed for special applications. Different users of QEMU have quite different needs. A simple example: I need to configure the names and load addresses of the (PC) bios files - not only bios.bin and vgabios.bin or vgabios-cirrus.bin. Today, I have to modify QEMU's code and recompile... After a while, we'll have collected enough interesting options, so it will be easier to see how they might be structured and which representation (XML, key/value list, shell script, ...) is suited best. Could we use the Wiki (http://kidsquid.com/cgi-bin/moin.cgi) to create a page where QEMU users can add their special needs for configuration options? Regards Stefan Ricardo Almeida schrieb: > Hi, > > Comments are always welcome, I guess, but since there is someone with > interest to implement config files, maybe constructive comments are > better