From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J4Jmm-0004UD-Vt for qemu-devel@nongnu.org; Mon, 17 Dec 2007 12:29:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J4Jml-0004PW-1d for qemu-devel@nongnu.org; Mon, 17 Dec 2007 12:29:48 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4Jmk-0004PO-I8 for qemu-devel@nongnu.org; Mon, 17 Dec 2007 12:29:46 -0500 Received: from gateway-1237.mvista.com ([63.81.120.158]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J4Jmk-0004pC-BS for qemu-devel@nongnu.org; Mon, 17 Dec 2007 12:29:46 -0500 Message-ID: <4766B205.50204@kama-aina.net> Date: Mon, 17 Dec 2007 07:29:41 -1000 From: Armin MIME-Version: 1.0 Subject: Re: [Qemu-devel] [Patch 1/2] switch support v2 References: <47657715.9020402@kama-aina.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Johannes Schindelin Cc: qemu-devel@nongnu.org Johannes Schindelin wrote: > Hi, > > On Sun, 16 Dec 2007, Armin wrote: > > >> This may be one way to simulate switch or jumper settings one may change >> on a board before booting. It uses a simple text file for input. The >> file name is pointed to by -config on the command line. >> >> example: >> config file: >> [switches] >> 7:on >> [jumpers] >> > > I find this format utterly ugly. I can only make it better then : ) > You have sections like INI files, but > then refuse to keep to that format. > > Besides, I fail to see why this has to be a config file? It can be named anything , I suppose "switch"would be better > All other > settings are command line switches and/or monitor settings, and there is > no good reason why switches and jumpers should not be handled that way. > Do you mean something like -sw or -jp? regards, -Armin